摘要: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6 阅读全文
posted @ 2018-01-29 18:33 步步丶惊云 阅读(312) 评论(0) 推荐(0) 编辑
摘要: public static java.sql.Timestamp StrTransSqlDate(String date) { SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); java. 阅读全文
posted @ 2018-01-29 18:30 步步丶惊云 阅读(6515) 评论(0) 推荐(0) 编辑
摘要: 1、因为转换的格式不是标准格式,所以有时候获得xml根目录后rootElement.attributes() 取不到想要的属性 所以需要通过迭代器来获取想要的值 } 阅读全文
posted @ 2018-01-29 18:28 步步丶惊云 阅读(2995) 评论(0) 推荐(0) 编辑
摘要: 1、其实在linux上和window是一样的 2、path 传入的路径(直接从根目录到你的文件的位置) 阅读全文
posted @ 2018-01-29 18:17 步步丶惊云 阅读(8864) 评论(0) 推荐(0) 编辑