Wesley13 Wesley13
3年前
java实现23种设计模式之解释器模式
解释器模式(InterpreterPattern)提供了评估语言的语法或表达式的方式,它属于行为型模式。这种模式实现了一个表达式接口,该接口解释一个特定的上下文。这种模式被用在SQL解析、符号处理引擎等。构建语法树,定义终结符与非终结符。应用实例:编译器、运算表达式计算。packagecom.ceshi22;
Stella981 Stella981
3年前
SpringBoot 使用okhttp3
SpringBoot使用okhttp3(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fhongdada%2Fp%2F9259965.html)
Wesley13 Wesley13
3年前
Ubuntu 16.04 安装 Docker
http://www.runoob.com/docker/ubuntudockerinstall.html1.选择国内的云服务商,这里选择阿里云为例curlsSLhttp://acspublicmirror.osscnhangzhou.aliyuncs.com/dockerengine/internet|sh2
Easter79 Easter79
3年前
Structured Streaming Programming Guide结构化流编程指南
 目录Overview(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fspark.apache.org%2Fdocs%2Flatest%2Fstructuredstreamingprogrammingguide.html%23overview)Qui
Stella981 Stella981
3年前
Spring Boot中整合Sharding
在我《SpringCloud微服务全栈技术与案例解析》书中,第18章节分库分表解决方案里有对ShardingJDBC的使用进行详细的讲解。之前是通过XML方式来配置数据源,读写分离策略,分库分表策略等,之前有朋友也问过我,有没有SpringBoot的方式来配置,既然已经用SpringBoot还用XML来配置感觉有点不协调。其实吧我个人觉得只
Stella981 Stella981
3年前
C# string数组转int数组(转载)
Cstring数组转int数组(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fxuqp%2Fp%2F9681142.html)
Wesley13 Wesley13
3年前
Oracle DataGuard启动与关闭顺序
OracleDataGuard启动与关闭顺序(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Flijiaman%2Fp%2F10663236.html)
Wesley13 Wesley13
3年前
Java实现归并排序(转)
Java实现归并排序(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Foffanruice%2Fp%2F7678801.html)
Stella981 Stella981
3年前
Linux下Mysql自启动
Linux下Mysql自启动(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Ffnlingnzblearner%2Fp%2F5832917.html)
Wesley13 Wesley13
3年前
mysql安装详细步骤图解
mysql安装详细步骤图解(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fneuedu%2Fp%2F5876868.html)