Practice

💠 问题实践 1.1. IDEA调优 1.2. FD泄漏: Unable to Open Socket File 1.2.1. 查找JVMSocket泄漏 💠 2024-11-18 14:31:55 问题实践 IDEA调优 1 2 3 4 5 6 7 8 9 10 11 -server -Xms1700m # 最小堆 -Xmx1700m # 最

JavaOOM

💠 OOM 1.1. 简单案例 1.2. Heap space OOM 1.3. Metaspace OOM 1.4. Compressed Class Space OOM 1.5. No Heap Memory Leak 1.6. Direct Memory OOM 1.7. GC overhead limit exceeded 分析 💠 2024-12-10 22:06:23 OOM 注意OOM并不代表Java进程一定会退出,如果导致OOM的地方

LinuxUI

💠 GUI 1.1. Display Manager 1.2. Window Manager 1.3. Desktop environment UI 2.1. Font 2.1.1. 字体渲染 2.2. Theme 2.3. Icon 💠 2024-12-02 11:47:22 GUI GUI Under Linux | Baeldung on Linux Display Manager LightDM Computer instantly wakes after suspending sudo systemctl restart display-manager Window Manager xfwm4 XFCE4 compiz Desktop environment Desktop environment Gnome Xfce Top 10 Best Linux Docks 2022 plank UI Linux UI: themes icons fonts

OKHTTP

💠 OKHTTP 💠 2024-06-17 19:57:32 OKHTTP Official Site https://square.github.io/okhttp/ https://square.github.io/okhttp/calls/ https://blog.csdn.net/sinat_36553913/article/details/104054028 https://blog.csdn.net/sinat_36553913/article/details/104054160 https://www.jianshu.com/p/da5c303d1df4?tdsourcetag=s_pcqq_aiomsg https://blog.csdn.net/hdu2013/article/details/109229625 https://zhuanlan.zhihu.com/p/116777864 https://www.jianshu.com/p/f038d2438fcf https://www.jianshu.com/p/132733115f95 https://www.jianshu.com/p/d7eced552553 核心源码流程 okhttp3.Dispatcher 异步请求调度 okhttp3.internal.connection.RealConnectionPool TCP连接池 okhttp3.ConnectionPool

DataSecurity

💠 数据安全 1.1. 数据溯源 💠 2024-01-24 18:24:52 数据安全 数据溯源 云服务商 https://www.alibabacloud.com/help/zh/dataworks/user-guide/trace-leak-sources https://support.huaweicloud.com/usermanual-dataartsstudio/dataartsstudio_01_1022.html 政府招标 https://topics.gmw.cn/2023-02/02/content_36340223.htm https://www.esensoft.com/industry-news/dx-5149.html https://www.h3c.com/cn/pub/2023_Event/Training/WebHelp_H3C_LZPT/help/datasecurity/watermarkextraction.html https://www.secrss.com/articles/29189 商业化公司 https://www.ankki.com/productServer/93 数据水印 文件水印:朝鲜“红星”操作系统解析,给插入电脑的U

机器学习-工程平台

💠 机器学习平台 商业平台 2.1. Azure 2.2. BML 开源 3.1. Anaconda 3.2. Posit 3.3. H2O 3.3.1. 部署 3.3.2. H2O Flow 3.3.3. H2O-Python 💠 2024-08-13 11:47:10 机器学习平台 将机器学习工程化组织的平台 商业平台 Azure Azure 机器学习文档 无需代码经

Process

💠 流程图绘制 1.1. drawio 1.2. excalidraw 1.3. plantuml 1.4. process on 💠 2024-01-13 12:22:42 流程图绘制 drawio 一板一眼的设计,基础图标够用 excalidraw 手绘风格,支持很多插件库,图标丰富 plantuml 使用DSL来描绘出一个图,

Nacos

💠 Nacos 1.1. Design Tips 💠 2024-04-07 13:37:31 Nacos Nacos Design Tips 集群模式出现节点数据不一致的情况 检查日志看是否网络中断或超时导致 重启集群 Nacos 客户端 SocketTimeOut 异常 检查网络问题 检查应用端GC问题