上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 原文:https://blog.csdn.net/onedaycbfly/article/details/79093829 定时任务实现方式三种: 1) Java自带的java.util.Timer类,这个类允许你调度一个java.util.TimerTask任务。 最早的时... 阅读全文
posted @ 2019-04-08 09:03 sw008 阅读(23068) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/141682.htmhttps://blog.csdn.net/weixin_43184769/article/details/84937685#t0动态加载URL权限动态实际测试项目:https://gitee.co... 阅读全文
posted @ 2019-04-01 16:21 sw008 阅读(2048) 评论(0) 推荐(0) 编辑
摘要: 原文 : http://itxxz.com/a/javashili/tuozhan/2014/0601/7.html第一种:简单工厂又叫做静态工厂方法(StaticFactory Method)模式,但不属于23种GOF设计模式之一。 简单工厂模式的实质是由一个工厂类根据传入... 阅读全文
posted @ 2019-03-22 11:15 sw008 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.jianshu.com/p/e4ca039a2272整体思路资源(Resource)定位,启动构建BeanFactory容器,读取XML配置生成BeanDefinition放进BeanFactory的Map里,以beanName为key。根据 l... 阅读全文
posted @ 2019-02-18 21:19 sw008 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 以一个简单的请求为例(实际RedisController包含多个请求)@RestController@RequestMapping("/redis")public class RedisController { @RequestMapping(value = {"/ge... 阅读全文
posted @ 2019-02-17 22:44 sw008 阅读(2943) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1572461067170234&wfr=spider&for=pchttps://blog.csdn.net/zhichao_qzc/article/details/80673026如果在SpringBoot... 阅读全文
posted @ 2019-02-14 17:44 sw008 阅读(964) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/buyulian/article/details/77988006 暴力法对于一些简单的题或者是数值范围较小暴力不会时间超限的那种题。一般笔试时,若想不出 ac 的算法,能暴力通过一部分也是可以的。 从简单情况开始寻找规律对... 阅读全文
posted @ 2019-02-12 20:53 sw008 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 之前总结的一些分布式事务文章开源项目TCC-Transaction:https://blog.csdn.net/shanchahua123456/article/details/86767156最终一致性模型:https://blog.csdn.net/shanchahua1... 阅读全文
posted @ 2019-02-10 21:23 sw008 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 项目地址:https://github.com/changmingxie/tcc-transactionhttps://blog.csdn.net/github_38592071/article/details/79576454https://www.liangzl.com/... 阅读全文
posted @ 2019-02-10 14:34 sw008 阅读(471) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chentian610/article/details/53691114当异常类和接口类在同一个jar包下面的时候,会使用自定义的异常类抛出,否则dubbo会自定义封装。解决方案:在公共包中设计通用异常类CommonExceptio... 阅读全文
posted @ 2019-02-01 23:26 sw008 阅读(1357) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页