会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
bendantuohai
博客园
首页
新随笔
联系
订阅
管理
2019年2月25日
CAP理论详解
摘要: https://blog.csdn.net/zhangyufeijiangxi/article/details/78286364
阅读全文
posted @ 2019-02-25 11:11 bendantuohai
阅读(104)
评论(0)
推荐(0)
编辑
2019年2月18日
SpringMVC为什么要用适配器模式
摘要: https://blog.csdn.net/u010288264/article/details/53835185
阅读全文
posted @ 2019-02-18 16:20 bendantuohai
阅读(856)
评论(0)
推荐(0)
编辑
SpringMVC源码剖析
摘要: https://my.oschina.net/lichhao?tab=newest&catalogId=285356
阅读全文
posted @ 2019-02-18 16:15 bendantuohai
阅读(101)
评论(0)
推荐(0)
编辑
2019年2月6日
最容易理解的二叉树后续遍历非递归java实现
摘要: 后续遍历要保证根结点在左孩子和右孩子访问之后才能访问,因此对于任一结点P,先将其入栈。如果P不存在左孩子和右孩子,则可以直接访问它;或者P存在左孩子或者右孩子,但是其左孩子和右孩子都已被访问过了,则同样可以直接访问该结点。若非上述两种情况,则将P的右孩子和左孩子依次入栈,这样就保证了每次取栈顶元素的
阅读全文
posted @ 2019-02-06 11:27 bendantuohai
阅读(883)
评论(0)
推荐(1)
编辑
2019年1月15日
分布式事务原理
摘要: http://www.cnblogs.com/cblogs/p/9432652.html
阅读全文
posted @ 2019-01-15 10:39 bendantuohai
阅读(92)
评论(0)
推荐(0)
编辑
2018年9月20日
幂等相关知识
摘要: https://www.cnblogs.com/geyifan/p/6128425.html
阅读全文
posted @ 2018-09-20 10:30 bendantuohai
阅读(111)
评论(0)
推荐(0)
编辑
2018年5月6日
(转)MyBatis传递参数的3种方式
摘要: https://blog.csdn.net/qq_29842929/article/details/53607096
阅读全文
posted @ 2018-05-06 16:07 bendantuohai
阅读(308)
评论(0)
推荐(0)
编辑
2017年8月22日
常见性能优化策略的总结
摘要: https://tech.meituan.com/performance_tunning.html 常见性能优化策略分类 代码 之所以把代码放到第一位,是因为这一点最容易引起技术人员的忽视。很多技术人员拿到一个性能优化的需求以后,言必称缓存、异步、JVM等。实际上,第一步就应该是分析相关的代码,找出
阅读全文
posted @ 2017-08-22 19:51 bendantuohai
阅读(314)
评论(0)
推荐(0)
编辑
2017年8月16日
线程数究竟设多少合理
摘要: http://mp.weixin.qq.com/s?__biz=MjM5ODYxMDA5OQ==&mid=404369373&idx=1&sn=cab2ac9ec0edf92e744a2329662b16cd&scene=21 wechat_redirect
阅读全文
posted @ 2017-08-16 13:57 bendantuohai
阅读(363)
评论(0)
推荐(0)
编辑
线程池 阻塞队列
摘要: 线程池的使用: http://www.cnblogs.com/dolphin0520/p/3932921.html 支持生产阻塞的线程池 :http://ifeve.com/blocking threadpool executor/
阅读全文
posted @ 2017-08-16 13:54 bendantuohai
阅读(128)
评论(0)
推荐(0)
编辑
下一页