myBatis学习:http://blog.youkuaiyun.com/techbirds_bao/article/details/9233599/
git使用教程:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000
IDEA教程:http://www.phperz.com/article/15/0923/159060.html
查看分支:git branch
创建分支:git branch <name>
切换分支:git checkout <name>
创建+切换分支:git checkout -b <name>
合并某分支到当前分支:git merge <name>
删除分支:git branch -d <name>
SLF4J:http://aub.iteye.com/blog/1101222
偏向锁与轻量锁的理解:
Web系统大规模并发——电商秒杀与抢购
队列或乐观锁解决方案:http://www.youkuaiyun.com/article/2014-11-28/2822858
Elastic-Job - 分布式定时任务框架https://my.oschina.net/u/719192/blog/506062?p={{page}}
MySQL教程:http://www.yiibai.com/mysql/mysql_function_mod.html
Linux 公社 主站网址: www.linuxidc.com
在springmvc中配置jedis:
http://www.cnblogs.com/woshimrf/p/5211253.html,能直接操作jedis
排名TOP16的java实用类库:https://mp.weixin.qq.com/s?__biz=MjM5NzMyMjAwMA==&mid=2651477634&idx=3&sn=24d2b1b0f1eecd3ece2cc09ace29589f&chksm=bd253afd8a52b3eb64a237e00d5afd7a4f5bac9d846d2d08ab2345bdbebb8bb538fde1f0790d&scene=0&key=cde9f53f8128acbdf3ba8895ce0ac4d3e429a44e464e8a0d46344eb898ccf0f682eb97c301e2a1f55b169e1b85cf6e0f&ascene=7&uin=MTg1MDg5MTcwMA%3D%3D&devicetype=android-19&version=26031c34&nettype=WIFI&pass_ticket=frd9pBvIGLhP7w7Lt9QPLLyiVI%2F0KqQe2NFUr9xOgqpUz6%2FcXRZ%2BFzbBmWpaPWY1&wx_header=1
不谢,楼主是好人