摘要: 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 亲爱的阿道君 阅读(218) 评论(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 亲爱的阿道君 阅读(1411) 评论(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 亲爱的阿道君 阅读(507) 评论(0) 推荐(0)
摘要: pom.xml 添加jar依赖 java类 阅读全文
posted @ 2017-11-09 16:27 亲爱的阿道君 阅读(4215) 评论(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 亲爱的阿道君 阅读(2948) 评论(1) 推荐(1)
摘要: 1.下载apache client项目jar包 http://mirrors.tuna.tsinghua.edu.cn/apache//httpcomponents/httpclient/binary/httpcomponents-client-4.5.3-bin.tar.gz httpcompon 阅读全文
posted @ 2017-10-11 10:57 亲爱的阿道君 阅读(325) 评论(0) 推荐(0)
摘要: package com.example.demo.util;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.PrintWriter;imp 阅读全文
posted @ 2017-10-10 15:24 亲爱的阿道君 阅读(252) 评论(0) 推荐(0)
摘要: POI实现java读取excel 1.下载POI的jar包 , 云盘下载地址: http://pan.baidu.com/s/1jH59hdk commons-fileupload-1.3.jarcommons-io-2.4.jardom4j-1.6.1.jarpoi-3.10-beta2.jarp 阅读全文
posted @ 2017-08-03 17:06 亲爱的阿道君 阅读(292) 评论(0) 推荐(0)
摘要: Web Service技术应用广泛,可实现不同平台的数据交换,现做了一个CXF webservice小例子,供webservice初学者参考. 1.环境搭建 1.1 下载 Apache CXF 可以去官方下载 http://cxf.apache.org/ 。也可点击http://pan.baidu. 阅读全文
posted @ 2017-06-05 18:09 亲爱的阿道君 阅读(3132) 评论(0) 推荐(2)
摘要: oracel服务经常会出现各种监听问题,很多情况是 listener.ora和tnsnames.ora 的配置有问题 D:\app\Administrator\product\11.2.0\dbhome_1 oracel安装路径径参考自己的 listener.ora配置 tnsnames.ora配置 阅读全文
posted @ 2017-05-27 12:00 亲爱的阿道君 阅读(1131) 评论(0) 推荐(0)