11 2018 档案

摘要:在webapps/项目名 创建WEB-INF ,创建web.xml文件 文件内容如下: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http: 阅读全文
posted @ 2018-11-15 18:49 zipon 阅读(3813) 评论(0) 推荐(0) 编辑
摘要: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 阅读(258) 评论(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 阅读(2227) 评论(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 阅读(20624) 评论(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 阅读(7657) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-06 19:34 zipon 阅读(2085) 评论(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 阅读(5648) 评论(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 阅读(17296) 评论(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 阅读(1894) 评论(0) 推荐(0) 编辑
摘要:记录Spring Boot大坑一个,在bean中如果有@Test单元测试,不会注入成功 记录Spring Boot大坑一个,在bean中如果有@Test单元测试,不会注入成功 记录Spring Boot大坑一个,在bean中如果有@Test单元测试,不会注入成功 org.springframewor 阅读全文
posted @ 2018-11-01 18:34 zipon 阅读(4197) 评论(0) 推荐(0) 编辑

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