2026年2月24日
摘要: public static int atLeastYear = 0; public boolean useOriginalPos=false; private boolean checkAdx = true; private int adxThrehold = 30; private boolean 阅读全文
posted @ 2026-02-24 20:51 how2j.cn 阅读(2) 评论(0) 推荐(0)
摘要: public static int atLeastYear = 1; public boolean useOriginalPos=false; private boolean useAlign = false; 17:49:55 (AnalysisPnls_straddle_buy.java:210 阅读全文
posted @ 2026-02-24 18:42 how2j.cn 阅读(1) 评论(0) 推荐(0)
  2019年6月21日
摘要: SpringCloud系列教材 (九)- 服务链路追踪 步骤1:什么是服务链路步骤2:先运行,看到效果,再学习步骤3:模仿和排错步骤4:改造步骤5:pom.xml步骤6:配置信息步骤7:sampler 步骤 1 : 什么是服务链路 在前面的例子里,我们有两个微服务,分别是数据服务和视图服务,随着业务 阅读全文
posted @ 2019-06-21 10:16 how2j.cn 阅读(481) 评论(0) 推荐(0)
摘要: SpringCloud系列教材 (七)- 视图微服务-Ribbon 步骤1:Ribbon 概念步骤2:先运行,看到效果,再学习步骤3:模仿和排错步骤4:创建子项目步骤5:pom.xml步骤6:实体类步骤7:Ribbon 客户端步骤8:服务类步骤9:控制器步骤10:products.html步骤11: 阅读全文
posted @ 2019-06-21 10:15 how2j.cn 阅读(414) 评论(0) 推荐(0)
摘要: SpringCloud系列教材 (八)- 视图微服务-Feign 步骤1:Feign 概念步骤2:先运行,看到效果,再学习步骤3:模仿和排错步骤4:创建子项目步骤5:pom.xml步骤6:实体类步骤7:Feign 客户端步骤8:服务类步骤9:控制器步骤10:products.html步骤11:启动类 阅读全文
posted @ 2019-06-21 10:15 how2j.cn 阅读(315) 评论(0) 推荐(0)
  2019年6月18日
摘要: SpringCloud系列教材 (五)- 服务注册中心 步骤1:先运行,看到效果,再学习步骤2:模仿和排错步骤3:创建父项目步骤4:创建子项目步骤5:pom.xml步骤6:EurekaServerApplication步骤7:application.yml步骤8:启动并访问 步骤 1 : 先运行,看 阅读全文
posted @ 2019-06-18 11:06 how2j.cn 阅读(363) 评论(0) 推荐(0)
摘要: SpringCloud系列教材 (六)- 注册数据微服务 步骤1:先运行,看到效果,再学习步骤2:模仿和排错步骤3:创建子项目步骤4:pom.xml步骤5:Product步骤6:服务类步骤7:ProductController步骤8:ProductDataServiceApplication步骤9: 阅读全文
posted @ 2019-06-18 11:06 how2j.cn 阅读(269) 评论(0) 推荐(0)
摘要: SpringCloud系列教材 (四)- 父子项目 步骤1:maven 父子( 聚合)项目步骤2:m2e plugin 步骤 1 : maven 父子( 聚合)项目 接下来就要开始做 springcloud 项目了。 springcloud 比较特别,它由多个微服务组成, 所谓的微服务,就是 spr 阅读全文
posted @ 2019-06-18 11:06 how2j.cn 阅读(695) 评论(0) 推荐(0)
  2019年6月4日
摘要: SpringCloud系列教材 (三)- 分布式和集群 步骤1:单体架构步骤2:微服务概念步骤3:服务注册步骤4:服务访问步骤5:分布式概念步骤6:集群步骤7:分布式和集群周边服务步骤8:代码 步骤 1 : 单体架构 通过 单体架构例子 ,我们了解到了它把多个功能放在了同一个应用里,如图所示把提供数 阅读全文
posted @ 2019-06-04 09:26 how2j.cn 阅读(413) 评论(0) 推荐(0)
摘要: SpringCloud系列教材 (二)- 单体架构例子 步骤1:先运行,看到效果,再学习步骤2:模仿和排错步骤3:Springboot步骤4:pom.xml步骤5:ProductServiceApplication步骤6:Product步骤7:ProductService步骤8:ProductCon 阅读全文
posted @ 2019-06-04 09:25 how2j.cn 阅读(401) 评论(0) 推荐(0)