10 2018 档案
摘要:为什么要调用方法,而不是直接autowire? 官方文档 https://docs.spring.io/spring-boot/docs/current/reference/html/howto-data-access.html#howto-two-datasources 参考实现 https://
阅读全文
摘要:示例数据库不和bin安装文件在一块, 安装数据库没有这个选项 https://dev.mysql.com/doc/index-other.html
阅读全文
摘要:默认隔离级别:可重复读 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=
阅读全文
摘要:self define indicator https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html#_writing_custom_healthindicators
阅读全文
摘要:Spriing boot stater中根据配置文件中的条件 生成相应的bean, 以适应不同场景 @ConditionalOnExpression中使用SpEl, 支持各种条件表达式 String的各种方法都能用,不限于等于、正则、以..开始、以..结束 自已如何用? MethodBasedEva
阅读全文
摘要:文件加载顺序 interactive和non-interactive加载的文件个数有很大区别哦!!! for if case ... 语法 往前移动一个单词 alt f,或者ctrl+方向键 https://github.com/hokein/Wiki/wiki/Bash-Shell%E5%B8%B
阅读全文
摘要:在脚本中export,只在当前shell脚本进程和子进程中有效 source的作用中是将export的变量在当前脚本环境生效, 如果是在父脚本中执行source,在子脚本中执行export, 父脚本退出后仍然不存在这个变量 https://rj03hou.github.io/linux%E4%B8%
阅读全文
摘要:https://www.alibabacloud.com/help/zh/doc-detail/44386.htm?spm=a2c63.p38356.b99.57.68075c74FUCHA6 限流 在服务提供端做 降级 在服务调用端做
阅读全文
摘要:一些特殊用法的说明文档位置 man top!!! MPT排序,<>排序移动, x 切换高亮显示 b切换 Since this is primarily a service to former top users, these commands do not appear on any help sc
阅读全文