04 2020 档案

摘要:1 新建一个maven项目 2 代码 3 pom配置 @RestController public class HelloController { @RequestMapping(value = "/hello", method = RequestMethod.GET) public String 阅读全文
posted @ 2020-04-22 12:54 Questions张 阅读(270) 评论(0) 推荐(0) 编辑
摘要:1 新建一个maven项目 详见这个博客 https://www.cnblogs.com/QuestionsZhang/p/12751338.html 2 编写dockfile 指定文件夹下面,跟pom中plugin插件匹配 FROM java:8 MAINTAINER "zhangjin"<315 阅读全文
posted @ 2020-04-20 13:59 Questions张 阅读(1153) 评论(0) 推荐(0) 编辑
摘要:1 直接在Input加上 autocomplete="off" 2 加入之前效果 3 加入之后效果 阅读全文
posted @ 2020-04-19 15:26 Questions张 阅读(477) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2020-04-13 10:14 Questions张 阅读(1399) 评论(0) 推荐(0) 编辑

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