上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 34 下一页
摘要: 参考:https://blog.csdn.net/huangwei19892008/article/details/9004970 阅读全文
posted @ 2019-08-20 12:02 lvlin241 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.ruanyifeng.com/blog/2018/07/cap.html 阅读全文
posted @ 2019-08-20 11:59 lvlin241 阅读(88) 评论(0) 推荐(0) 编辑
摘要: linux线上资源耗时定位 https://www.cnblogs.com/wuchanming/p/7766994.html 1. jps -ml 查看服务器上运行的Java程序 2. jmap 查看堆内存 3. jstat Java应用程序的资源和性能进行实时的命令行的监控,包括了对Heap size和垃圾回收状况的监控 参考:https://www.jianshu.com/p/213710f 阅读全文
posted @ 2019-08-20 11:54 lvlin241 阅读(1985) 评论(0) 推荐(0) 编辑
摘要: http://java.sun.com/products/archive/ 参考:https://blog.csdn.net/shiluyong8068/article/details/78947476 阅读全文
posted @ 2019-07-15 10:24 lvlin241 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 参考: http://www.zsythink.net/archives/1182 应用: redis集群 阅读全文
posted @ 2019-07-10 20:32 lvlin241 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Windows配置hosts C:\Windows\System32\drivers\etc\hosts 主机IP 主机名 示例: 192.168.1.1 master 192.168.1.2 slave1 192.168.1.3 slave2 阅读全文
posted @ 2019-05-22 11:05 lvlin241 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 参考: 挂载目录 分区:https://blog.csdn.net/arenn/article/details/78866251 挂载:https://www.jb51.net/article/108185.htm 小结: 查看磁盘 fdisk -l 查看当前系统已有目录fileType df -T 当前目录 硬盘分区 fdisk 磁盘名称 例如: ... 阅读全文
posted @ 2019-05-10 23:09 lvlin241 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/x6582026/article/details/52179817/ 1、引入jar包 log4j-1.2.17.jar log4j-core-2.11.2.jar slf4j-log4j12-1.7.12.jar 2、配置log4j.properties,放在src/resource 或则 src目录下 3、定义Lo... 阅读全文
posted @ 2019-04-21 19:00 lvlin241 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.tutorialspoint.com/spring/spring_applicationcontext_container.htm 阅读全文
posted @ 2019-03-29 17:43 lvlin241 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 官网: https://docs.oracle.com/javaee/7/api/javax/annotation/PostConstruct.htmlblog:https://blog.csdn.net/liguangix/article/details/80371055 阅读全文
posted @ 2019-03-29 17:41 lvlin241 阅读(1185) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 34 下一页