会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
充实迷倒樱花树
博客园
首页
新随笔
联系
管理
订阅
2019年8月12日
内存管理和虚拟内存
摘要: 内存管理,从冯洛伊曼的体系结构到多级内存机制,很好的解释了缓存机制。:https://www.cnblogs.com/yaoxiaowen/p/7805661.html 虚拟内存,对于每一个进程来说,其虚拟内存实际就是磁盘上的一块连续的内存空间,只是在中间添加了主存来做为缓存。:https://ww
阅读全文
posted @ 2019-08-12 16:06 lipan1015
阅读(139)
评论(0)
推荐(0)
2019年7月31日
C++11中的智能指针和锁的类型以及它们背后的RAII机制
摘要: 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
阅读(1380)
评论(0)
推荐(0)
2019年7月17日
操作系统中面试时问到的相关知识点
摘要: 用户态和内核态的区别,具体的切换方式: ①https://blog.csdn.net/shanghx_123/article/details/83151064 ②https://blog.csdn.net/ddna/article/details/4941373 物理地址,逻辑地址,及地址转换过程(
阅读全文
posted @ 2019-07-17 17:40 lipan1015
阅读(163)
评论(0)
推荐(0)
2019年7月16日
网络层(IP)相关知识
摘要: 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
阅读(162)
评论(0)
推荐(0)
http与https的基本知识
摘要: 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
阅读(226)
评论(0)
推荐(0)
C++中的回调函数
摘要: 回调函数的概念: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
阅读(675)
评论(0)
推荐(0)
2019年7月13日
C和C++中的指针(讲解的非常清楚易懂)
摘要: 原博客地址:https://www.cnblogs.com/lulipro/p/7460206.html
阅读全文
posted @ 2019-07-13 10:57 lipan1015
阅读(459)
评论(0)
推荐(0)
2019年7月11日
C++面试知识点总结
摘要: 学习时间:20190711—— C++面试宝典 知识点集锦 学习时间:20190627 C++后台开发校招面试常见问题 学习时间:20190621 C++经典面试题(最全,面中率最高) 学习时间:20190621 2018 C++开发工程师面试题大合集(持续更新)
阅读全文
posted @ 2019-07-11 23:33 lipan1015
阅读(240)
评论(0)
推荐(0)
2019年7月9日
TCP与UDP及TCP的三次握手和四次挥手
摘要: 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
阅读(179)
评论(0)
推荐(0)
2019年7月4日
C++中的设计模式(讲解的非常清楚)
摘要: 原博客地址:https://blog.csdn.net/wuzhekai1985/column/info/design
阅读全文
posted @ 2019-07-04 22:29 lipan1015
阅读(583)
评论(0)
推荐(0)
下一页
公告