ThreadLocal使用OOM
-
关于ThreadLocal使用时OOM的讨论
目录1、数据结构1.1、内存存储结构2. 内存泄漏2.1、引用回收2.2、value的强引用目的2.3、线程长期存活3、处理方案3.1、remove3.2、static修饰3.3、避免存储大对象3.4、InheritableThreadLocal总结之前介绍Spring bea[详细]
2025-06-30 10:17 分类:开发 how come we need not close the handle returned by ShellExecute?
On success, ShellExecute returns a handle. Do we need to close this handle, and if so, how ? According to examples published my Microsoft, we need not close this handle. But the doc of ShellExecute[详细]
2022-12-29 03:34 分类:问答