10 2018 档案

摘要:为什么要调用方法,而不是直接autowire? 官方文档 https://docs.spring.io/spring-boot/docs/current/reference/html/howto-data-access.html#howto-two-datasources 参考实现 https:// 阅读全文
posted @ 2018-10-31 21:17 funny_coding 阅读(1501) 评论(0) 推荐(0) 编辑
摘要:示例数据库不和bin安装文件在一块, 安装数据库没有这个选项 https://dev.mysql.com/doc/index-other.html 阅读全文
posted @ 2018-10-28 19:00 funny_coding 阅读(352) 评论(0) 推荐(0) 编辑
摘要:默认隔离级别:可重复读 1 原始数据 2 | id | name | addr | 3 | 6 | nick | NULL | 4 5 事务1 事务2 6 7 start transaction start transaction 8 9 select * from t_user where id= 阅读全文
posted @ 2018-10-25 21:42 funny_coding 阅读(258) 评论(0) 推荐(0) 编辑
摘要:self define indicator https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html#_writing_custom_healthindicators 阅读全文
posted @ 2018-10-24 17:44 funny_coding 阅读(130) 评论(0) 推荐(0) 编辑
摘要:Spriing boot stater中根据配置文件中的条件 生成相应的bean, 以适应不同场景 @ConditionalOnExpression中使用SpEl, 支持各种条件表达式 String的各种方法都能用,不限于等于、正则、以..开始、以..结束 自已如何用? MethodBasedEva 阅读全文
posted @ 2018-10-23 12:46 funny_coding 阅读(159) 评论(0) 推荐(0) 编辑
摘要:文件加载顺序 interactive和non-interactive加载的文件个数有很大区别哦!!! for if case ... 语法 往前移动一个单词 alt f,或者ctrl+方向键 https://github.com/hokein/Wiki/wiki/Bash-Shell%E5%B8%B 阅读全文
posted @ 2018-10-20 22:52 funny_coding 阅读(254) 评论(0) 推荐(0) 编辑
摘要:在脚本中export,只在当前shell脚本进程和子进程中有效 source的作用中是将export的变量在当前脚本环境生效, 如果是在父脚本中执行source,在子脚本中执行export, 父脚本退出后仍然不存在这个变量 https://rj03hou.github.io/linux%E4%B8% 阅读全文
posted @ 2018-10-16 20:50 funny_coding 阅读(212) 评论(0) 推荐(0) 编辑
摘要:https://www.alibabacloud.com/help/zh/doc-detail/44386.htm?spm=a2c63.p38356.b99.57.68075c74FUCHA6 限流 在服务提供端做 降级 在服务调用端做 阅读全文
posted @ 2018-10-11 10:09 funny_coding 阅读(200) 评论(0) 推荐(0) 编辑
摘要:一些特殊用法的说明文档位置 man top!!! MPT排序,<>排序移动, x 切换高亮显示 b切换 Since this is primarily a service to former top users, these commands do not appear on any help sc 阅读全文
posted @ 2018-10-10 17:01 funny_coding 阅读(169) 评论(0) 推荐(0) 编辑

build beautiful things, share happiness
点击右上角即可分享
微信分享提示