- 博客(9)
- 收藏
- 关注
转载 Gatling与influxdb集成
1.修改gatling配置文件gatling.conf data { writers = [console, file, graphite] } graphite { host = "x.x.x.x" # ...
2017-06-29 14:41:00
562
转载 Gatling源码编译
1.源码下载 核心代码:http://github.com/gatling/gatling bundle:http://github.com/gatling/gatling-highcharts 2.本地安装配置sbt 3.编译gatling,进入gatling目录sbt compile,然后...
2017-06-28 17:38:00
316
转载 spring+mybaits db频繁连接失败
问题描述:应用启动后,长时间不操作,再次操作报错,控制台输出 Cause: org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend. ; SQL []; An I/O error...
2017-06-02 09:46:00
526
转载 java保存properties时会自动转义
使用properties自带的保存方法,会自动进行转义: 如:url=http://www.baidu.com 保存后变为: url=http://www.baidu.com Properties prop = new Properties(); File propertiesFile = n...
2017-04-27 14:18:00
2197
转载 Mybatis Generator
Mybatis Generator 生成的mapper只有insert方法,没有update和select 原因:建表时未设置主键,添加primary key CREATE TABLE tc_case_object( id serial PRIMARY KEY, ... ); ...
2017-03-14 17:17:00
112
转载 mybatis报错
报错提示: org.apache.ibatis.builder.IncompleteElementException: Could not find result map java.util.Map mapper.xml内容: <select id="selectAllSystemLis...
2017-03-09 09:13:00
181
转载 eclipse web工程报错
web工程标红,但展开文件夹没有标明具体的报错 打开error窗口,查看到具体报错为: org.eclipse.m2e.wtp.MarkedException: Unable to configure 报错原因: JDK版本不一致导致 解决方案: 右键项目->properties,修改 ...
2017-02-21 14:28:00
178
转载 play使用问题记录
项目中使用play2.5.2,scala版本是2.11.7。应用需要调用gatling-compile的方法 编译时一切正常,运行时报错,如下: NoSuchMethodError: scala.collection.immutable.$colon$colon.hd$1()Ljav...
2017-01-20 14:21:00
216
转载 ACE Editor在线编辑器
调用方法 html页面: 引用js:ace/ace.js、ace/ext-language_tools.js、jquery.js、模板的js(ace/theme-monokai.js) <div id="editor"><div> 初始化ace ...
2017-01-20 11:15:00
1534
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅