摘要: 内存管理,从冯洛伊曼的体系结构到多级内存机制,很好的解释了缓存机制。:https://www.cnblogs.com/yaoxiaowen/p/7805661.html 虚拟内存,对于每一个进程来说,其虚拟内存实际就是磁盘上的一块连续的内存空间,只是在中间添加了主存来做为缓存。:https://ww 阅读全文
posted @ 2019-08-12 16:06 lipan1015 阅读(133) 评论(0) 推荐(0) 编辑
摘要: C++11中的智能指针: 四种智能指针的讲解(auto_ptr, second_ptr, shared_ptr, weak_ptr),包含源代码:https://blog.csdn.net/sinat_36118270/article/details/69061348 shared_ptr, uni 阅读全文
posted @ 2019-07-31 11:01 lipan1015 阅读(1274) 评论(0) 推荐(0) 编辑
摘要: 用户态和内核态的区别,具体的切换方式: ①https://blog.csdn.net/shanghx_123/article/details/83151064 ②https://blog.csdn.net/ddna/article/details/4941373 物理地址,逻辑地址,及地址转换过程( 阅读全文
posted @ 2019-07-17 17:40 lipan1015 阅读(154) 评论(0) 推荐(0) 编辑
摘要: IP协议与ICMP的关系:https://blog.csdn.net/u010961173/article/details/79521849 Ping的过程讲解:https://blog.csdn.net/scyatcs/article/details/82899701 CRC校验过程讲解:http 阅读全文
posted @ 2019-07-16 23:19 lipan1015 阅读(156) 评论(0) 推荐(0) 编辑
摘要: http的请求报文和应答报文,以及http的请求方式:https://www.runoob.com/http/http-tutorial.html https的加密过程1:https://blog.51cto.com/11883699/2160032 https的加密过程2:https://blog 阅读全文
posted @ 2019-07-16 20:27 lipan1015 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 回调函数的概念:https://www.cnblogs.com/tinaluo/p/8327880.html 回调函数的使用技巧:https://blog.csdn.net/sinat_38183777/article/details/83958887 注意事项: 如果试图直接使用C++的成员函数作 阅读全文
posted @ 2019-07-16 15:43 lipan1015 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 原博客地址:https://www.cnblogs.com/lulipro/p/7460206.html 阅读全文
posted @ 2019-07-13 10:57 lipan1015 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 学习时间:20190711—— C++面试宝典 知识点集锦 学习时间:20190627 C++后台开发校招面试常见问题 学习时间:20190621 C++经典面试题(最全,面中率最高) 学习时间:20190621 2018 C++开发工程师面试题大合集(持续更新) 阅读全文
posted @ 2019-07-11 23:33 lipan1015 阅读(229) 评论(0) 推荐(0) 编辑
摘要: TCP与UDP:原博客地址:https://blog.csdn.net/shanghairuoxiao/article/details/68927070 三次握手和四次挥手:原博客地址:https://blog.csdn.net/shanghairuoxiao/article/details/689 阅读全文
posted @ 2019-07-09 10:49 lipan1015 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 原博客地址:https://blog.csdn.net/wuzhekai1985/column/info/design 阅读全文
posted @ 2019-07-04 22:29 lipan1015 阅读(577) 评论(0) 推荐(0) 编辑