随笔分类 -  java

java后台相关
摘要:import com.google.common.io.Files;//进行文件写入操作 public static boolean transform(String svgValue,String svgPath,String pdfPath){ // String command = GojaC 阅读全文
posted @ 2017-06-23 15:40 Yishin 阅读(1773) 评论(3) 推荐(0)
摘要:(Math.random() * (9999 - 1000 + 1)) + 1000即(Math.random() * 9000 + 1000 阅读全文
posted @ 2017-04-20 10:34 Yishin 阅读(2951) 评论(0) 推荐(0)
摘要:import com.jfinal.plugin.activerecord.IAtom; //jfinal 事务处理 boolean success = Db.tx(new IAtom() { @Override public boolean run() throws SQLException { 阅读全文
posted @ 2017-03-21 19:51 Yishin 阅读(1458) 评论(0) 推荐(0)
摘要:*【程序8】*题目:求s=a+aa+aaa+aaaa+aa...a的值,其中a是一个数字。* *【程序8】*题目:求s=a+aa+aaa+aaaa+aa...a的值,其中a是一个数字。* *【程序8】*题目:求s=a+aa+aaa+aaaa+aa...a的值,其中a是一个数字。* 例如2+22+22 阅读全文
posted @ 2016-11-21 13:21 Yishin 阅读(305) 评论(2) 推荐(0)