- 服务注册&配置中心:Nacos (Spring Cloud Alibaba)
- 链路追踪:Sleuth & Zipkin
- 服务调用:OpenFeign (Spring Cloud)
- 服务降级:Sentinel(Spring Cloud Alibaba)
- 服务网关:Gateway(Spring Cloud)
Read More >>
- 配置
- Sample
Read More >>
- 基础数据类型
- 函数
- 类
- 库
- Future
Read More >>
- Install
- Scaffold
- Route
- Navigator
- Refresh
- Scroll
- Exception
- Provider
- Demo
Read More >>
- annotation:
- @Api
- @ApiOperation
- @ApiImplicitParams
- @ApiResponses
- @ApiModel
- @ApiModelProperty
- sample
Read More >>
- Hello World
- Global Config : properties,settings,typeAlias,typeHandlers,plugins,environments,databaseIdProvider,mappers
- Mapper Config: CRUD
- Handler: ParameterHandler (parameters,@param,
#{}
,${}
), ResultSetHandler (resultType,resultMap,...), TypeHandler
- Dynamic Sql (OGNL,
<select>
,<if>
,<update>
,<set>
,<foreach>
,<bind>
, <sql>
,<include>
)
- Plugin (eg: PageHelper)
- Cache
- Combine with SpringBoot (Single/Multiple Datasource)
- Advance (procedure,batch)
- log
Read More >>
- basic functions
- sample: plt.plot,plt.scatter,plt.hist,plt.pie
Read More >>
- ndarray数组:属性,元素类型,创建
- 基础操作:(维度,元素类型)变换,访问(索引,切片),合并,分割
- 运算操作:基本运算(作用于数组的每一个元素),线性运算(向量/矩阵 :逆,乘)
- 高级:聚合函数,索引函数,Fancy Indexing(应用:统计判断,方便抽出符合条件的元素)
- 文件存取
Read More >>
- 基本概念
- scikit-learn
- kNN - k近邻算法
- 线性回归法 Linear Regression
- 梯度下降法(Gradient Descent)
- PCA
- ...
Read More >>
- create-react-app
- new features
- CSS
- Redux
- Router
- More: react-loadable,Next.js,Jest,re-organize by features
Read More >>