01 2017 档案

摘要:maven依赖 还有部分未用过的,就不列举了 阅读全文
posted @ 2017-01-24 14:36 life_start 阅读(309) 评论(0) 推荐(0)
摘要:1、配置类 2、反射类 2、对象赋值(clone) 测试类 测试输出 jobName = jobnamejobId = 1startTime = 123stopTime = 789jobName = jobnamejobId = 1startTime = 123stopTime = 789 阅读全文
posted @ 2017-01-23 14:27 life_start 阅读(792) 评论(0) 推荐(0)
摘要:maven 依赖 代码 阅读全文
posted @ 2017-01-23 10:56 life_start 阅读(379) 评论(0) 推荐(0)
摘要:maven依赖 <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <surefire.redirectTestOutputToFile>true</surefire.redirectTest 阅读全文
posted @ 2017-01-23 10:21 life_start 阅读(372) 评论(0) 推荐(0)
摘要:Cron表达式是一个字符串,字符串以5或6个空格隔开,分为6或7个域,每一个域代表一个含义,Cron有如下两种语法格式: Seconds Minutes Hours DayofMonth Month DayofWeek Year或 Seconds Minutes Hours DayofMonth M 阅读全文
posted @ 2017-01-05 14:05 life_start 阅读(195) 评论(0) 推荐(0)