04 2020 档案
摘要:1 新建一个maven项目 2 代码 3 pom配置 @RestController public class HelloController { @RequestMapping(value = "/hello", method = RequestMethod.GET) public String
阅读全文
摘要:1 新建一个maven项目 详见这个博客 https://www.cnblogs.com/QuestionsZhang/p/12751338.html 2 编写dockfile 指定文件夹下面,跟pom中plugin插件匹配 FROM java:8 MAINTAINER "zhangjin"<315
阅读全文
摘要:1 直接在Input加上 autocomplete="off" 2 加入之前效果 3 加入之后效果
阅读全文
摘要:1 安装stress yum install stress sysstat 2 模拟cpu运行 stress --cpu 1 --timeout 600 3 查看负载均衡 watch -d uptime 4 查询CPU占用情况 mpstat -P ALL 5 5 查询具体的cpu占用进程 发现是st
阅读全文