2020年11月11日

ThreadLocal面试知识点总结

摘要: 1 怎么new出来一个ThreadLocal 1 private ThreadLocal<Integer> num=new ThreadLocal<Integer>(){ 2 public Integer initialValue(){ 3 return 0; 4 } 5 }; 2 实现 initi 阅读全文

posted @ 2020-11-11 22:33 MaXianZhe 阅读(256) 评论(0) 推荐(0) 编辑

Epoll总结

摘要: 参考自 https://www.cnblogs.com/xuewangkai/p/11158576.html https://blog.csdn.net/songchuwang1868/article/details/89877739 本文总结面试中常见问题 一 服务端的系统调用 int s = s 阅读全文

posted @ 2020-11-11 16:32 MaXianZhe 阅读(115) 评论(0) 推荐(0) 编辑

导航