会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
贪吃的柳柳
博客园
首页
新随笔
联系
管理
订阅
2019年2月21日
InvocationHandler
摘要: 其实proxy类只是一个连接桥,把代理(InvocationHandler)与被代理类关联起来。真正的班长是InvocationHandler,处理交班费以及交班费之外的事情
阅读全文
posted @ 2019-02-21 10:54 贪吃的柳柳
阅读(3432)
评论(0)
推荐(0)
2019年1月23日
git分支
摘要: Git分支主要包含下面几个分支: master: 主分支,主要用来版本发布。 develop:日常开发分支,该分支正常保存了开发的最新代码。 release:release 分支可以认为是 master 分支的未测试版。比如说某一期的功能全部开发完成,那么就将 develop 分支合并到 relea
阅读全文
posted @ 2019-01-23 09:43 贪吃的柳柳
阅读(505)
评论(0)
推荐(0)
2018年11月5日
spring cloud
摘要: 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 贪吃的柳柳
阅读(90)
评论(0)
推荐(0)
2018年9月13日
duboo接口
摘要: https://blog.csdn.net/houshaolin/article/details/76408399
阅读全文
posted @ 2018-09-13 14:17 贪吃的柳柳
阅读(66)
评论(0)
推荐(0)
2018年7月12日
Mapper代理
摘要: getMapper-->mapperProxyFactory.newInstance(sqlSession)--> new MapperProxy<T>(sqlSession, mapperInterface, methodCache);至此生成代理类后面用方法的时候如果有该方法直接从方法的缓存中拿
阅读全文
posted @ 2018-07-12 15:03 贪吃的柳柳
阅读(163)
评论(0)
推荐(0)
2018年7月5日
pp
摘要: asas
阅读全文
posted @ 2018-07-05 19:59 贪吃的柳柳
阅读(117)
评论(0)
推荐(0)
custom.js
摘要: $(function(){ var searchClicked = function() { var code = $("#code").val(); var month = $("#month").val(); //$('.page-title').append('aaaaaa'); $.ajax
阅读全文
posted @ 2018-07-05 19:57 贪吃的柳柳
阅读(711)
评论(0)
推荐(0)
2018年7月4日
数据库
摘要: CREATE USER 'user1'@'%' IDENTIFIED BY '07fa533360d9';--新建用户 update mysql.user set password=password('新密码') where user='user1';--更新密码 grant all privile
阅读全文
posted @ 2018-07-04 10:15 贪吃的柳柳
阅读(61)
评论(0)
推荐(0)
锁
摘要: https://zhidao.baidu.com/question/489322430478651572.html
阅读全文
posted @ 2018-07-04 09:23 贪吃的柳柳
阅读(78)
评论(0)
推荐(0)
2018年6月28日
git
摘要: https://www.cnblogs.com/seven-ahz/p/7712125.html
阅读全文
posted @ 2018-06-28 09:46 贪吃的柳柳
阅读(65)
评论(0)
推荐(0)
下一页
公告