会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iDragon
Design and Flexibility come along with additional indirections
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
18
下一页
2018年6月15日
Mybatis 的多个数据源
摘要: 主要思路: DataSource --> SqlSessionFactory --> SqlSessionTemplate 第一方式: 定义多套 DataSource --> SqlSessionFactory --> SqlSessionTemplate https://blog.csdn.net
阅读全文
posted @ 2018-06-15 14:55 iDragon
阅读(354)
评论(0)
推荐(0)
2018年6月9日
随想 201800609
摘要: WebApplication: 1. Browser UI: ajax request, http request, location, document, window, js, DOM tree 2. Servlet Container: 2.1 accept http request 2.2
阅读全文
posted @ 2018-06-09 15:46 iDragon
阅读(109)
评论(0)
推荐(0)
2018年5月30日
随想 20180530
摘要: 最近学习一些课程,以及看一些框架, 得出一些基本的设计思路: 1. Configuration: 在设计之前,考虑哪些东西是可配置的,也叫 DomainContext; 技术相同,类似嵌入编程,在操作硬件之前进行硬件的一些配置初始化。 2. Executor:需要一个执行器,多线程并发编程模式。一些
阅读全文
posted @ 2018-05-30 08:52 iDragon
阅读(124)
评论(0)
推荐(0)
2018年5月22日
随想 2018052201
摘要: 数据分析系统: 采集 > 过滤 > UI 展示 ELK FileBeat ( multiple ) > Logstash ( one ) > Elasticsearch > Kibana ELK 使用步骤:Spring Boot 日志输出到指定目录,Filebeat 进行采集,Logstash 进行
阅读全文
posted @ 2018-05-22 10:39 iDragon
阅读(70)
评论(0)
推荐(0)
随想 2018052202
摘要: 继续学习事件驱动编程: 1. 方法论中的: Observer 设计模式, Pub-Sub MQ设计模式 2. 业务之间的解耦,必须引入一个额外的一个组件来。还是那句话: add addtional indirecation layer for flexible or discompose. 3. Z
阅读全文
posted @ 2018-05-22 09:59 iDragon
阅读(168)
评论(0)
推荐(0)
2018年5月21日
随想 20180521
摘要: 周末看了看了 Disruptor, 然后和以前的看的一些框架、SDK、RPC等,感觉都似曾相识。 1. Producer > Executor (buffer, cache, mq) >consumer ( register listener) 2. 高度化面向接口设计,再加上泛型编程(Generi
阅读全文
posted @ 2018-05-21 09:14 iDragon
阅读(129)
评论(0)
推荐(0)
2018年5月17日
随想 20180517
摘要: 1. Event-Driven Design Pattern,IR(Interrupter) Pattern, Trigger Pattern 2. Don't call us, we call you. 3. Callback Pattern or Listener Pattern in the
阅读全文
posted @ 2018-05-17 13:49 iDragon
阅读(94)
评论(0)
推荐(0)
2018年5月16日
随想 20180516
摘要: 今天看了一下 kaa SDK, 每个组件基本类似: 1. Transport 具体内容的传送,如 传送处理器、回调返回Response、Channel Manager等、SystemStatus 2. Default Strategy: 3: Storage: memeory, mysql, cac
阅读全文
posted @ 2018-05-16 16:42 iDragon
阅读(114)
评论(0)
推荐(0)
2018年5月14日
随想 20180514
摘要: 1. 开始设计阶段尽可能进行接口设计,面向接口设计的系统会事半功倍。 2. 尽可能迟缓考虑切面 AOP拦截器,那是对懒人、或者对已有的系统进行有效快速地实现需求。 3. 使用AOP拦截器对系统的理解、设计思想有大打折扣。新人很难快速入门。 4. 本质理解,使用 AOP对 jvm 来说自己的类都是不可
阅读全文
posted @ 2018-05-14 09:31 iDragon
阅读(130)
评论(0)
推荐(0)
2018年4月13日
alpinelinux
摘要: https://wiki.alpinelinux.org/wiki/Tutorials_and_Howtos https://nixos.org/nix/manual/#ch-installing-binary
阅读全文
posted @ 2018-04-13 08:47 iDragon
阅读(161)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
18
下一页
公告