摘要: 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 阅读(1719) 评论(3) 推荐(0) 编辑
摘要: 学习网站: https://cn.vuejs.org/v2/guide/ 加载vue项目的步骤 # 全局安装 vue-cli $ npm install --global vue-cli 或使用国内的镜像 网址: http://riny.net/2014/cnpm/ # 安装 # 创建一个基于 we 阅读全文
posted @ 2017-05-24 15:00 Yishin 阅读(215) 评论(0) 推荐(0) 编辑
摘要: // 原帖地址:http://www.cnblogs.com/zhaojz/p/4218026.html//获取切点坐标 point 圆外的一点 dot 圆心 r 半径function getCircleTangent(point, dot, r) { var r_square = Math.pow 阅读全文
posted @ 2017-05-12 15:16 Yishin 阅读(1535) 评论(0) 推荐(0) 编辑
摘要: (Math.random() * (9999 - 1000 + 1)) + 1000即(Math.random() * 9000 + 1000 阅读全文
posted @ 2017-04-20 10:34 Yishin 阅读(2878) 评论(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 阅读(1343) 评论(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 阅读(299) 评论(2) 推荐(0) 编辑