logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jenkins + sonarQube 集成 检测代码质量

待完善,边搭建环境,边记录,会有遗漏的可能,等有时间 整理一番参考:http://blog.csdn.net/kefengwang/article/details/54377055http://www.jianshu.com/p/a8d4825146a6前提:linux 机器 已安装 jdk1.8以及 jenkinssonarQube下载地址:https:...

windows docker 调整Vmmem.exe 的内存占用

https://docs.docker.com/docker-for-windows/方式1.退出docker 桌面右下角的托盘图标右键->"Quit Docker Desktop",过一会Vmmem进程会自动退出方式2. 当前用户的文档目录下 .wslconfig文件里面可以设置内存大小如:[wsl2]memory=4GB...

jenkins 使用git仓库部署 报错:jenkins Error performing command: git ls-remote -h

由于之前使用的svn所以在切换的时候,直接将jenkins中 项目配置svn地址的地方改成了git报错jenkins Error performing command: git ls-remote -h网上搜索资料发现是没有安装git安装gityum install gity确认后jenkins中配置git的url地址已经没有报错

Deployment failed: repository element was not specified in the POM inside distributionManagement ele

Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter在使用maven的上传命令时遇到的报错

jackson ObjectMapper 序列化成json,属性值为null时转换为""空字符串

import java.io.IOException;import org.codehaus.jackson.JsonGenerationException;import org.codehaus.jackson.JsonGenerator;import org.codehaus.jackson.JsonProcessingException;import org.codehaus.j...

idea 使用 jrebel 进行热部署

仅自己查看idea是通过 一个jetbrains-agent.jar 的文件 并修改 help->Edit custom vm options(百度上很容易搜索到, 略过)jrebel1. 下载并运行: ReverseProxy_windows_amd64.exehttps://github.com/ilanyu/ReverseProxy/releases/tag...

SpringBoot 项目中 对http调用异常处理

http调用, 通信异常, 业务异常的简单处理

#http#json#网络协议
Navicat mysql 建表字段 默认值、empty string、空白、NULL 的区别

navicat里添加字段的时候, 默认值的选项容易让人疑惑, 那么让我们一探究竟, 看看不同的选项对DDL语句有哪些影响

#mysql#sql#mariadb
Feign简单使用教程 2种传参方式:表单传参 json传参

参考文档:https://github.com/OpenFeign/feignhttps://github.com/OpenFeign/feign-formMaven依赖<dependency><groupId>io.github.openfeign</groupId><artifactId&

eclipse git控件操作 回退到历史提交 重置 删除(撤销)历史的某次提交

1.工作区:git add2.暂存区:git commit3.本地仓库:git push(此阶段: 提交记录 可以被修改)4.远端git仓库: (此阶段: 提交记录 无法被删除,可以利用git rebase来合并记录)(个人理解,不对之处望指正)Reset操作假设我在工作区中 创建了一个新的文件 newFile.text,并提交...

    共 14 条
  • 1
  • 2
  • 请选择