# book-pdf **Repository Path**: be-serious/book-pdf ## Basic Information - **Project Name**: book-pdf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2025-09-28 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learning ## 编码 [编码学习总结](https://github.com/luanguang/articles/blob/master/%E7%BC%96%E7%A0%81/%E5%AD%A6%E4%B9%A0%E6%80%BB%E7%BB%93.md) --- ## 图解TCP、IP [第一章](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3TCP%E3%80%81IP/%E7%AC%AC%E4%B8%80%E7%AB%A0.md) [第二章](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3TCP%E3%80%81IP/%E7%AC%AC%E4%BA%8C%E7%AB%A0.md) [第三章](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3TCP%E3%80%81IP/%E7%AC%AC%E4%B8%89%E7%AB%A0.md) [第四章](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3TCP%E3%80%81IP/%E7%AC%AC%E5%9B%9B%E7%AB%A0.md) [第五章](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3TCP%E3%80%81IP/%E7%AC%AC%E4%BA%94%E7%AB%A0.md) [第六章](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3TCP%E3%80%81IP/%E7%AC%AC%E5%85%AD%E7%AB%A0.md) 未完待续…… --- ## 简单算法 [二分查找](https://github.com/luanguang/blog/tree/master/%E7%AE%97%E6%B3%95%E7%B3%BB%E5%88%97/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE) [排序](https://github.com/luanguang/blog/tree/master/%E7%AE%97%E6%B3%95%E7%B3%BB%E5%88%97/%E6%8E%92%E5%BA%8F) [递归](https://github.com/luanguang/blog/tree/master/%E7%AE%97%E6%B3%95%E7%B3%BB%E5%88%97/%E9%80%92%E5%BD%92) [D&C快速排序](https://github.com/luanguang/blog/tree/master/%E7%AE%97%E6%B3%95%E7%B3%BB%E5%88%97/D%26C%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F) [散列表](https://github.com/luanguang/blog/tree/master/%E7%AE%97%E6%B3%95%E7%B3%BB%E5%88%97/%E6%95%A3%E5%88%97%E8%A1%A8) [广度优先查找](https://github.com/luanguang/blog/tree/master/%E7%AE%97%E6%B3%95%E7%B3%BB%E5%88%97/%E5%B9%BF%E5%BA%A6%E4%BC%98%E5%85%88) [狄克斯特拉算法](https://github.com/luanguang/blog/tree/master/%E7%AE%97%E6%B3%95%E7%B3%BB%E5%88%97/%E7%8B%84%E5%85%8B%E6%96%AF%E7%89%B9%E6%8B%89%E7%AE%97%E6%B3%95) [贪婪算法](https://github.com/luanguang/blog/tree/master/%E7%AE%97%E6%B3%95%E7%B3%BB%E5%88%97/%E8%B4%AA%E5%A9%AA%E7%AE%97%E6%B3%95) --- ## 图解HTTP [HTTP出现](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3HTTP/%E5%A3%B9.md) [了解一个请求与响应](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3HTTP/2.md) [代理缓存以及HTTPS](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3HTTP/3.md) [全过程](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E5%9B%BE%E8%A7%A3HTTP/%E5%85%A8%E8%BF%87%E7%A8%8B.md) --- ## python网络数据采集 [用beautifulSoup分辨](https://github.com/this-is-spider/python-bs4) [采集一下wiki](https://github.com/this-is-spider/python-wiki) [给python弄个header](https://github.com/this-is-spider/python-header) [爬一个免费代理池](https://github.com/this-is-spider/freeProxy) [识别一下验证码](https://github.com/this-is-spider/python-pil) [恼人的单元测试](https://github.com/this-is-spider/python-unittest) --- ## 深入理解计算机系统 [占坑](https://github.com/luanguang/blog/blob/master/%E5%AD%A6%E4%B9%A0%E8%AE%B0%E5%BD%95/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%B3%BB%E7%BB%9F/%E9%9B%B6.md) --- ## Linux命令行与shell脚本编程大全 ### linux基本操作 [linux的开始与文件的操作](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/1-3.md) [继续linux命令](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/4.md) [理解一下shell](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/5.md) [使用定义linux变量](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/6.md) [权限管理及安装软件](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/7-9.md) [vim编辑器的使用](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/10.md) ### 开始编写脚本 [shell脚本基础](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/11.md) [shell脚本的if-else](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/12.md) [shell脚本的循环](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/13.md) [shell处理用户输入](https://github.com/luanguang/blog/blob/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E7%B3%BB%E5%88%97/LinuxShell/14.md) ---