内容来源 B站Up主: CodeSheep 视频: https://www.bilibili.com/video/BV1V7411U78L 感谢大佬分享学习心得 Thanks?(?ω?)?~~~ 1. 新建项目 1. 新建JavaSourceLearn项目 2. 新建source包存放源码 3. 新 ...
分类:
其他好文 时间:
2020-03-29 01:00:41
阅读次数:
178
串在一起 我们已经分析了UI、MainEngine、EventEngine。然后他们几个是如何发挥作用的呢?我总结了一张图: 我们来具体的看看UI部分是如何跟EventEngine穿插起来的 1. \examples\vn_trader\run.py 2. \vnpy\trader\ui\mainw ...
分类:
其他好文 时间:
2020-03-28 16:27:19
阅读次数:
72
<!doctype html>Spring Boot 源码阅读2 目录 目录1 SpringBoot启动关键点解析1.1 new SpringApplication(primarySources)部分1.2 run(args)部分1.2.1 ConfigurableEnvironment提供的服务( ...
分类:
编程语言 时间:
2020-03-20 12:46:24
阅读次数:
67
说明 Wrapper调用时机可以看:https://www.cnblogs.com/LQBlog/p/12470179.html#autoid-2-0-0 /** * StubProxyFactoryWrapper */ public class StubProxyFactoryWrapper im ...
分类:
移动开发 时间:
2020-03-17 14:15:55
阅读次数:
87
@Override public Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException { try { //调用 Result result = invoker.invoke(invocation); ...
分类:
其他好文 时间:
2020-03-16 17:39:50
阅读次数:
72
/** * Log any invocation timeout, but don't stop server from running * 服务于服务提供者 */ @Activate(group = Constants.PROVIDER) public class TimeoutFilter im ...
分类:
其他好文 时间:
2020-03-16 17:34:03
阅读次数:
56
spring-boot-starter-web的引用依赖情况如下: 从图中可以看出spring-boot-starter-web已经引入spring-mvc和内嵌的tomcat,基本的使用并不难,这部分主要在于看源码。源码阅读后面另起随笔。 ...
分类:
编程语言 时间:
2020-03-16 14:44:37
阅读次数:
60
API文档 http://dubbo.apache.org/zh-cn/docs/user/demos/result-cache.html 缓存使用例子 可参考:https://blog.csdn.net/hardworking0323/article/details/81293402 CacheF ...
分类:
系统相关 时间:
2020-03-16 14:31:03
阅读次数:
73
说明 从《服务订阅主流程》可以看到根据协议来注册 我们默认没有根据url直接配置所以url是registry SPI扩展就是走的RegistryProtocol RegistryProtocol <1>refer /** * type为订阅接口 * @param type Service class ...
分类:
其他好文 时间:
2020-03-16 11:13:39
阅读次数:
66
6.1 日志类型 bolt的日志文件默认位于{user.home}/logs/bolt目录下 | 文件名 | 说明 | | | | | common default.log | 普通日志 | | common error.log | 错误级别日志 | | connection event.log | ...
分类:
其他好文 时间:
2020-03-07 20:39:04
阅读次数:
85