雪洗中关村

导航

2018年12月8日 #

@EnableConfigurationProperties、@EnableAsync、 @EnableTransactionManagement

摘要: ★@ConfigurationProperties和@EnableConfigurationProperties配合使用 @ConfigurationProperties注解主要用来把properties配置文件转化为bean来使用的,而@EnableConfigurationProperties注 阅读全文

posted @ 2018-12-08 16:12 雪洗中关村 阅读(510) 评论(0) 推荐(0)

for循环相关

摘要: publicclass Test2 { staticboolean foo(char c) { System.out.print(c); returntrue; } publicstaticvoid main(String[] argv) { int i = 0; //for(65;88&&(i<2);67) ... 阅读全文

posted @ 2018-12-08 14:48 雪洗中关村 阅读(110) 评论(0) 推荐(0)

mysql 【常用sql - ddl、dml】

摘要: on duplicate key update: MySQL on duplicate key update 批量插入并更新已存在数据 https://www.cnblogs.com/funsion/p/11432758.html 业务上经常存在一种现象,需要批量往表中插入多条数据,但在执行过程中, 阅读全文

posted @ 2018-12-08 10:33 雪洗中关村 阅读(220) 评论(0) 推荐(0)