11 2017 档案

摘要:String id = "10010";String name = "tom";String age = 50;String str= "{\"id\":\"" + id + "\"," + "\"name\": \"" + name + "\"," + "\"age\": \"" + age + 阅读全文
posted @ 2017-11-28 18:32 亲爱的阿道君 阅读(109) 评论(0) 推荐(0) 编辑
摘要:CommonJS http://javascript.ruanyifeng.com/nodejs/module.html Vue https://cn.vuejs.org/v2/guide/installation.html iView https://www.iviewui.com/docs/gu 阅读全文
posted @ 2017-11-27 13:40 亲爱的阿道君 阅读(147) 评论(0) 推荐(0) 编辑
摘要:public static List mergePdf(List filePath) throws Exception { List list = new ArrayList(); long m10 = 10 * 1024 * 1024; long legth = 0; File file = null; PDFM... 阅读全文
posted @ 2017-11-23 18:49 亲爱的阿道君 阅读(235) 评论(0) 推荐(0) 编辑
摘要:http://825635381.iteye.com/blog/2184680#comments 阅读全文
posted @ 2017-11-20 12:30 亲爱的阿道君 阅读(88) 评论(0) 推荐(0) 编辑
摘要:nohup java -jar xxx.jar >xxx.log 2>&1 & ps aux|grep xxx.jar 阅读全文
posted @ 2017-11-17 19:56 亲爱的阿道君 阅读(95) 评论(0) 推荐(0) 编辑
摘要:mvn clean install -Pdev -DskipTests 阅读全文
posted @ 2017-11-17 19:41 亲爱的阿道君 阅读(113) 评论(0) 推荐(0) 编辑
摘要:4.0.0 com.example demo 0.0.1-SNAPSHOT jar demo Demo project for Spring Boot org.springframework.boot spring-boot-starter-parent 1.5.8.REL... 阅读全文
posted @ 2017-11-15 13:36 亲爱的阿道君 阅读(211) 评论(0) 推荐(0) 编辑
摘要:安装 1. 下载 wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 2. 解压 tar -xvf phantomjs-1.9.7-linux-x86_64.tar.bz2 阅读全文
posted @ 2017-11-12 15:53 亲爱的阿道君 阅读(1389) 评论(0) 推荐(0) 编辑
摘要:centeros基本命令都command not found,那就是/etc/profile修改出问题了 解决办法:使用绝对命令vi打开profile /bin/vi /etc/profile 添加: export PATH=/usr/local/sbin:/usr/local/bin:/sbin: 阅读全文
posted @ 2017-11-12 12:44 亲爱的阿道君 阅读(501) 评论(0) 推荐(0) 编辑
摘要:pom.xml 添加jar依赖 java类 阅读全文
posted @ 2017-11-09 16:27 亲爱的阿道君 阅读(4207) 评论(1) 推荐(0) 编辑
摘要:1. 下载wkhtmltopdf wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz; 2. 解压缩下载到的文件: t 阅读全文
posted @ 2017-11-09 15:42 亲爱的阿道君 阅读(2877) 评论(1) 推荐(1) 编辑

点击右上角即可分享
微信分享提示