07 2020 档案

摘要:原因是没有加jdk的编译版本 如果是在命令行执行,则需要加-Dsonar.java.source=11 如果使用到了sonar-project.properties, 则加入sonar.java.source=11即可 以下是 报错日志 Caused by: net.sourceforge.pmd. 阅读全文
posted @ 2020-07-23 18:19 小叶子leavescy 阅读(2354) 评论(0) 推荐(0)
摘要:1. 先进入到项目, 然后执行 git config --global credential.helper store 2. 然后执行git pull 命令, 此时会输入一次用户名和密码, 后面再次操作都不需要输入密码了 3. git pull 时本地有未提交的代码? 3.1 狠心丢弃:git re 阅读全文
posted @ 2020-07-15 14:52 小叶子leavescy 阅读(1607) 评论(0) 推荐(0)
摘要:1. 服务器上装包: stress-ng:apk add --update --no-cache make wget gcc musl-dev linux-headers ca-certificates && wget https://launchpad.net/ubuntu/+archive/pr 阅读全文
posted @ 2020-07-14 16:55 小叶子leavescy 阅读(732) 评论(0) 推荐(0)
摘要:1. 首先使用idea创建一个springboot-web的壳子 2. 将原工程的代码搬到新工程上 (后端代码部分) 3. 将静态资源搬到resource目录下, 其中templates下面放的ftl文件 before after: 4. 配置文件application.properties: 多数 阅读全文
posted @ 2020-07-14 16:37 小叶子leavescy 阅读(459) 评论(0) 推荐(0)
摘要:下载zk 地址: http://mirrors.hust.edu.cn/apache/zookeeper/stable/ 解压 tar -zxvf apache-zookeeper-3.5.8-bin.tar.gz cd apache-zookeeper-3.5.8-bin/ mv conf/ zo 阅读全文
posted @ 2020-07-09 17:29 小叶子leavescy 阅读(1815) 评论(0) 推荐(0)