突发奇想, 如果收集齐全面试问题以及答案详解, 推广到市面上岂不是非常火了(已经有对应的了)。
别慌, 别人看书也不一定转化掉了, 仍然有相当的操作空间。
论信息搜集的能力
https://blog.csdn.net/zhourong0511/article/details/80315961(auto_ptr)
https://blog.csdn.net/k346k346/article/details/81478223 (c++ 四种智能指针对比)
https://www.cnblogs.com/heyonggang/p/9112731.html(hashmap, hashtable, concurrenthashmap)
https://my.oschina.net/xianggao/blog/663655 (select, poll, epoll)
https://www.cnblogs.com/qjjazry/p/6581568.html (悲观锁, 乐观锁机制)
https://mp.weixin.qq.com/s?__biz=MjM5MjAwODM4MA==&mid=2650711781&idx=3&sn=a40e0dbca2039380093841caca26780d&chksm=bea6d73689d15e2088a2f9e61fb61e70bbc96b96067ff31b7094181a009e938b69f514cfb00e&mpshare=1&scene=1&srcid=
https://blog.csdn.net/liyuefeilong/article/details/48900121##1(c++ const 应用场景)
https://blog.csdn.net/qq_19320865/article/details/78497278 (c/c++ 基础面试题目)
https://www.jianshu.com/p/2104d11ee0a2 (bloom filter原理)
https://www.jianshu.com/p/ae9387682c11 (B树, B+树, 红黑树)
https://zhuanlan.zhihu.com/p/48066839 (map unordered_map)
https://www.jianshu.com/p/56bb01df8ac7 (unordered_map)
https://www.zhihu.com/question/20596402?sort=created (myisam innodb的区别)
https://zhuanlan.zhihu.com/p/88876430 (索引分类总结)
Java面试高频题目(需求很强烈啊, 真的是很赞, 论信息搜集的能力):
https://blog.csdn.net/sufu1065/article/details/88051083
分布式事务: https://www.jianshu.com/p/f6719b13f34c
分布式缓存 && 分布式锁机制:??
多线程 && 多进程区别:
https://blog.csdn.net/linraise/article/details/12979473
线程间通信 && 进程间通信:
https://www.cnblogs.com/fmqdblog/p/10680077.html
机器学习相关(统计学习方法课后答案):
https://blog.csdn.net/liufei00001/article/details/80973809
大数据Hadoop系列相关:
https://www.cnblogs.com/guoyu1/p/11994245.html (kafka 数据丢失场景)
leetcode 题目:
根据先序, 中序构建二叉树 (https://cloud.tencent.com/developer/article/1401290)
数组的中位数 (https://blog.csdn.net/u010325193/article/details/87594895)
linux: mmap题目
协程相关:
https://www.cnblogs.com/woshare/p/5883170.html (ucontext簇函数学习)
https://github.com/grasslog/Coroutine/blob/master/coroutine.c (coroutine.c 原理分析)