上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页

2022年4月8日

Windows获取CPU、内存和磁盘使用率脚本

摘要: 转载自:https://blog.51cto.com/luweikai/1904427 参考:http://www.51testing.com/html/85/87885-17546.html https://www.cnblogs.com/wtao/archive/2011/09/16/21787 阅读全文

posted @ 2022-04-08 16:47 德邦总管 阅读(2457) 评论(0) 推荐(0)

查看Linux系统内存、CPU、磁盘使用率和详细信息

摘要: 转载自:https://www.csdn.net/tags/NtjaAgysMjc1MzgtYmxvZwO0O0OO0O0O.html 一、查看内存占用 1、free # free -m 以MB为单位显示内存使用情况 [root@localhost ~]# free -m total used fr 阅读全文

posted @ 2022-04-08 15:52 德邦总管 阅读(2634) 评论(0) 推荐(0)

2022年3月30日

@ControllerAdvice全局数据预处理

摘要: 在传统项目的Controller的方法中传入参数,对象中的属性相同时,会出现以下错误 Book类和Author类 这是因为两个对象中的name相同,传参时分不清西游记和六小龄童到底应该放入哪个对象里了,索性系统就俩都给放了 通过@ControllerAdvice中的@InitBinder注解可以绑定 阅读全文

posted @ 2022-03-30 10:02 德邦总管 阅读(127) 评论(0) 推荐(0)

2022年3月25日

Unicode编码转换

摘要: https://tool.chinaz.com/tools/unicode.aspx 阅读全文

posted @ 2022-03-25 16:55 德邦总管 阅读(38) 评论(0) 推荐(0)

2022年3月24日

Java保留两位小数的几种写法总结

摘要: 转载自:https://www.cnblogs.com/exmyth/p/13747331.html 本文列举了几个方法: 1. 使用java.math.BigDecimal 2. 使用java.text.DecimalFormat 3. 使用java.text.NumberFormat 4. 使用 阅读全文

posted @ 2022-03-24 14:41 德邦总管 阅读(4074) 评论(0) 推荐(0)

2022年3月23日

idea连接shell

摘要: IDEA 代替 XSHELL 连接服务器 https://www.jianshu.com/p/0d6bbf47b337 IntelliJ IDEA实现远程连接linux,并上传文件到linux服务器(SSH会话功能和SFTP功能) https://blog.csdn.net/hehuihh/arti 阅读全文

posted @ 2022-03-23 14:56 德邦总管 阅读(279) 评论(0) 推荐(0)

vue构建项目入口文件index.html缓存引发的白屏问题

摘要: 问题 vue项目打包后,在非首次线上替换dist文件时,某些手机/浏览器在之后首次打开页面,可能出现白屏情况。那么该问题产生原因是什么呢?我们又该如何应对呢? 背景及原因分析 在使用vue-cli脚手架构建完项目,项目完成后,需打包上线。默认打包方式则是npm build,然后项目根目录会生成 di 阅读全文

posted @ 2022-03-23 11:24 德邦总管 阅读(2029) 评论(1) 推荐(0)

2022年3月15日

Idea设置编辑区字体快捷键

摘要: 设置快捷键控制编辑区字体大小 设置Ctrl + 鼠标下滑 = 字体缩小设置Ctrl + 鼠标下滑 = 字体放大Ctrl + 鼠标右键 = 字体恢复默认大小 设置Ctrl + 鼠标下滑 = 字体缩小 1.File => Setting => keyMap 2.搜索关键字 Font 3.右键选择 Dec 阅读全文

posted @ 2022-03-15 18:12 德邦总管 阅读(2508) 评论(0) 推荐(0)

mybatis查询mysql的datetime类型数据时间差了14小时

摘要: mybatis查询mysql的datetime类型数据时间差了14小时 https://www.cnblogs.com/bignode/p/9310893.html 如何调整Linux系统为正确时区 https://www.linuxprobe.com/linux-time.html #linux查 阅读全文

posted @ 2022-03-15 17:10 德邦总管 阅读(175) 评论(0) 推荐(0)

2022年3月4日

mysql - Communications link failure的解决办法

摘要: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:Communications link failure Last packet sent to the server was X ms ago 使用Connector/J连接MySQL数据 阅读全文

posted @ 2022-03-04 11:11 德邦总管 阅读(1964) 评论(1) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页

导航