上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 35 下一页
摘要: jenkins发送html测试报告 https://blog.csdn.net/galen2016/article/details/77975965/ 阅读全文
posted @ 2018-09-14 10:44 zipon 阅读(677) 评论(0) 推荐(0) 编辑
摘要: package common; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; /*** * create by zipon 2018-09-10 */ public class ExecC... 阅读全文
posted @ 2018-09-10 11:06 zipon 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 中文系统默认gbk编码格式,你的代码是utf8格式的。所以报错 阅读全文
posted @ 2018-09-07 11:42 zipon 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml中配置 阅读全文
posted @ 2018-09-07 09:32 zipon 阅读(3677) 评论(0) 推荐(0) 编辑
摘要: package common; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; /** * Created by zipon on 2018/8/27. */ public class BaseResponse { private JSONArray headers; ... 阅读全文
posted @ 2018-09-07 09:30 zipon 阅读(1746) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml中配置 阅读全文
posted @ 2018-09-07 09:29 zipon 阅读(2714) 评论(0) 推荐(0) 编辑
摘要: BaseResponse.java 阿里mvn库 testngmvn库 阅读全文
posted @ 2018-09-06 22:57 zipon 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 或者参考官方文档:https://www.zabbix.com/documentation/3.4/manual/installation/install 一、预编译环境准备 1、lamp安装和启动 Apache安装:yum install http* -y Apache启动:systemctl s 阅读全文
posted @ 2018-08-29 10:59 zipon 阅读(231) 评论(0) 推荐(0) 编辑
摘要: springboot中的controller注解没有生效 , 阅读全文
posted @ 2018-08-27 23:49 zipon 阅读(3963) 评论(0) 推荐(0) 编辑
摘要: 单个包 阅读全文
posted @ 2018-08-27 23:47 zipon 阅读(25076) 评论(0) 推荐(3) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 35 下一页