主页
22xCode
博客
备忘
Bug
分享
life
thread
ThreadPool和内部类的内存泄露
private void getItemInfo(String site) { // ... ExecutorService pool = Executors.newSingleThreadExecutor(); pool.submit(task); } getItemInf
2024-01-10