摘要: 1、new Thread的弊端 new Thead(new Runnable(){ @Override public void run() { // TODO Auto-generated method stub } }).start(); (2). newFixedThreadPool 创建一个定 阅读全文
posted @ 2018-12-05 17:51 Sanen_Zhang 阅读(218) 评论(0) 推荐(0)
摘要: 参考: http://blog.csdn.net/lpfsuperman/article/details/78287265### # spring boot application.properties配置的各个属性详解。(翻译官方文档) # # 1. 核心属性# # 文件编码banner.char 阅读全文
posted @ 2018-12-05 09:40 Sanen_Zhang 阅读(6622) 评论(0) 推荐(1)
纯技术分享,希望各位浏览者能有所收获。