2019年1月9日

摘要: 1.bean对象加方法 2. 将字符串转化成对象 3.equals方法对比两个对象 阅读全文
posted @ 2019-01-09 16:39 nh小金 阅读(186) 评论(0) 推荐(0) 编辑
 
摘要: @Configuration@EnableScheduling@ComponentScan("com.***.timingTask") //扫描路径public class TimingTaskConfig {} 该路径下的组件 @Componentpublic class TimingTask { 阅读全文
posted @ 2019-01-09 14:47 nh小金 阅读(105) 评论(0) 推荐(0) 编辑
 
摘要: 问题: 使用工具类调接口, 偶尔调不通.. 解决办法: 1.加日志 2.编译代码 阅读全文
posted @ 2019-01-09 09:15 nh小金 阅读(86) 评论(0) 推荐(0) 编辑