一些扎记:
1、Disruptor
开源的并发框架:http://ifeve.com/disruptor/
2、Opentracing:
调用追踪:https://wu-sheng.gitbooks.io/opentracing-io/content/
3、histore
海量高性能列式数据库:http://jm.taobao.org/2016/06/16/histore-intro/
4、sql hint
通过给予数据库一些提示(hint),让数据库运行时按照我们的思路运行(但不一定按照我们的提示进行)
http://blog.jobbole.com/83429/
https://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql
http://www.2cto.com/database/201307/226536.html
http://www.cnblogs.com/zhijianliutang/p/4232318.html
5、并发编程模型:
actors:
http://www.tuicool.com/articles/AJRbYrV
http://www.tuicool.com/articles/myiIbe
http://www.jdon.com/45728
6、软事物stm
http://www.oschina.net/translate/software-transactional-memory-stm
7、shell
comm
8、aop 语法:http://sishuok.com/forum/posts/list/281.html