摘要:
select job,next_date,next_sec,failures,broken from user_jobs 阅读全文
posted @ 2014-07-13 19:58 gdds 阅读(2537) 评论(0) 推荐(0)
|
||
摘要:
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) |
||