摘要: 其实proxy类只是一个连接桥,把代理(InvocationHandler)与被代理类关联起来。真正的班长是InvocationHandler,处理交班费以及交班费之外的事情 阅读全文
posted @ 2019-02-21 10:54 贪吃的柳柳 阅读(3390) 评论(0) 推荐(0) 编辑
摘要: Git分支主要包含下面几个分支: master: 主分支,主要用来版本发布。 develop:日常开发分支,该分支正常保存了开发的最新代码。 release:release 分支可以认为是 master 分支的未测试版。比如说某一期的功能全部开发完成,那么就将 develop 分支合并到 relea 阅读全文
posted @ 2019-01-23 09:43 贪吃的柳柳 阅读(482) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/forezp/article/details/70148833/ 坑 第六篇: 分布式配置中心(Spring Cloud Config)(Finchley版本) 1、server的路径可以直接 http://localhost:8888/config-cl 阅读全文
posted @ 2018-11-05 10:09 贪吃的柳柳 阅读(83) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/houshaolin/article/details/76408399 阅读全文
posted @ 2018-09-13 14:17 贪吃的柳柳 阅读(58) 评论(0) 推荐(0) 编辑
摘要: getMapper-->mapperProxyFactory.newInstance(sqlSession)--> new MapperProxy<T>(sqlSession, mapperInterface, methodCache);至此生成代理类后面用方法的时候如果有该方法直接从方法的缓存中拿 阅读全文
posted @ 2018-07-12 15:03 贪吃的柳柳 阅读(156) 评论(0) 推荐(0) 编辑
摘要: asas 阅读全文
posted @ 2018-07-05 19:59 贪吃的柳柳 阅读(93) 评论(0) 推荐(0) 编辑
摘要: $(function(){ var searchClicked = function() { var code = $("#code").val(); var month = $("#month").val(); //$('.page-title').append('aaaaaa'); $.ajax 阅读全文
posted @ 2018-07-05 19:57 贪吃的柳柳 阅读(651) 评论(0) 推荐(0) 编辑
摘要: CREATE USER 'user1'@'%' IDENTIFIED BY '07fa533360d9';--新建用户 update mysql.user set password=password('新密码') where user='user1';--更新密码 grant all privile 阅读全文
posted @ 2018-07-04 10:15 贪吃的柳柳 阅读(56) 评论(0) 推荐(0) 编辑
摘要: https://zhidao.baidu.com/question/489322430478651572.html 阅读全文
posted @ 2018-07-04 09:23 贪吃的柳柳 阅读(73) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/seven-ahz/p/7712125.html 阅读全文
posted @ 2018-06-28 09:46 贪吃的柳柳 阅读(60) 评论(0) 推荐(0) 编辑