上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页
摘要: stopAll:function(){ let that = this; that.axios.post("/test/stressFile/stopAll") .then(function (res) { if (res.data.code==0){that.$notify.success({ti 阅读全文
posted @ 2018-11-15 18:36 zipon 阅读(257) 评论(0) 推荐(0) 编辑
摘要: module.exports = { // 基本路径 baseUrl: '', // 输出文件目录 outputDir: 'dist', // eslint-loader 是否在保存的时候检查 lintOnSave: true, //css js fonts文件夹位置,必须放到static里,部署到tomcat webapps 才生效 assetsDir:'stati... 阅读全文
posted @ 2018-11-15 18:35 zipon 阅读(2222) 评论(0) 推荐(0) 编辑
摘要: 创建获取ApplicationContext工具类: 1 package com.performancetest.common.utils; 2 3 import org.springframework.beans.BeansException; 4 import org.springframewo 阅读全文
posted @ 2018-11-15 00:50 zipon 阅读(20365) 评论(0) 推荐(0) 编辑
摘要: 1.greenplum 启动 bin目录下的gpstart ,-m为只启动master 2.greenplum 启动之后,通过postgresql登陆 登陆命令:PGOPTIONS="-c gp_session_role=utility" psql -h(hostname) gp-master -d 阅读全文
posted @ 2018-11-12 17:53 zipon 阅读(7515) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-06 19:34 zipon 阅读(2074) 评论(0) 推荐(0) 编辑
摘要: 一、jackson无法解析value为[]的json 当入参为{xxxx1:[1,2,3],xxxx2:[obj1,obj2,obj3]}时,springmvn controller接收入参写为Long[] xxxx1,无法解析,报错 解决方案: 1.@RequestBody只能使用一次 2.使用m 阅读全文
posted @ 2018-11-06 15:12 zipon 阅读(5504) 评论(0) 推荐(0) 编辑
摘要: 解决方法: <el-select v-model="syncParams.toSlaveList" multiple value-key="ip" placeholder="请选择"> <el-option v-for="item in slaveList" :key="item.ip" :labe 阅读全文
posted @ 2018-11-05 18:51 zipon 阅读(17103) 评论(0) 推荐(0) 编辑
摘要: 转 http://www.cnblogs.com/softidea/p/5763285.html 解决办法: File-->Project Setting-->Facets-->Spring右键删掉 因为创建项目的时候,都是先创建空项目再创建web moduele(你想直接创建web project 阅读全文
posted @ 2018-11-05 17:32 zipon 阅读(1878) 评论(0) 推荐(0) 编辑
摘要: 记录Spring Boot大坑一个,在bean中如果有@Test单元测试,不会注入成功 记录Spring Boot大坑一个,在bean中如果有@Test单元测试,不会注入成功 记录Spring Boot大坑一个,在bean中如果有@Test单元测试,不会注入成功 org.springframewor 阅读全文
posted @ 2018-11-01 18:34 zipon 阅读(4165) 评论(0) 推荐(0) 编辑
摘要: 应为mysql默认最小timestamp是0001-01-01 00:00:00,所以查询出来会报错 需要加在链接的url中加入 阅读全文
posted @ 2018-09-19 18:10 zipon 阅读(661) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页