32 commons-lang包学习
摘要:maven依赖 还有部分未用过的,就不列举了
阅读全文
posted @
2017-01-24 14:36
life_start
阅读(327)
推荐(0)
31 反射方式给类的属性赋值 和 对象赋值(clone)
摘要:1、配置类 2、反射类 2、对象赋值(clone) 测试类 测试输出 jobName = jobnamejobId = 1startTime = 123stopTime = 789jobName = jobnamejobId = 1startTime = 123stopTime = 789
阅读全文
posted @
2017-01-23 14:27
life_start
阅读(808)
推荐(0)
29 由表达式求值器
摘要:maven依赖 <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <surefire.redirectTestOutputToFile>true</surefire.redirectTest
阅读全文
posted @
2017-01-23 10:21
life_start
阅读(385)
推荐(0)
28 Corn表达式详解 (转自http://blog.csdn.net/claram/article/details/51785193)
摘要: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
阅读(212)
推荐(0)