清晨

新的开始

导航

2014年7月13日

摘要: select job,next_date,next_sec,failures,broken from user_jobs 阅读全文

posted @ 2014-07-13 19:58 gdds 阅读(2537) 评论(0) 推荐(0)

摘要: 如果数是: 0.0004使用科学计数法会变成4.0E-4解决方案:DecimalFormat dcf = new DecimalFormat("0.0000");dcf.format(rs.getFloat("shangyuepingjunzhi")) 阅读全文

posted @ 2014-07-13 19:57 gdds 阅读(610) 评论(0) 推荐(0)

摘要: String path=System.getProperty("user.dir")+"\\src\\";path.replace("\\","/"); 阅读全文

posted @ 2014-07-13 19:56 gdds 阅读(679) 评论(0) 推荐(0)

摘要: 导入如下jar包:commons-collections-3.2.jarcommons-logging.jarjta.jarlog4j-1.2.15.jarquartz-1.6.0.jarspring.jar配置time_bean.xml文件: ... 阅读全文

posted @ 2014-07-13 19:53 gdds 阅读(293) 评论(0) 推荐(0)