Skip to content

Commit

Permalink
新增Go入门书籍+InnoDB 书籍
Browse files Browse the repository at this point in the history
  • Loading branch information
haxianhe committed Aug 15, 2019
1 parent f8ce839 commit 7b7a4d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
| 6 | [Java 设计模式[2018]](https://item.jd.com/12317007.html) | 刘伟 | 内容涵盖了七个面向对象设计原则和 24 个设计模式(23 个 GoF 设计模式+简单工厂模式) | [x7ta](https://pan.baidu.com/s/1ClTYNw3Hsj_qdHAnapdXoA) |
| 7 | [Python 参考手册第 4 版[2016]](https://item.jd.com/12052200.html) | []David M.Beazley 著<br>谢俊 等译 | Python 程序员案头必备,涵盖 Python2 和 Python3 共有特性) | [wnuh](https://pan.baidu.com/s/1e8ennSUAmj9v5f74zEXsoA) |
| 8 | [Python3 网络爬虫开发实战[2018]](https://item.jd.com/12333540.html) | 崔庆才 | 全面介绍利用 Python3 开发网络爬虫的知识,包括数据采集、数据存储、动态网站爬取、App爬取、验证码破解、模拟登录、代理使用、爬虫框架、分布式爬取等 | [jmat](https://pan.baidu.com/s/1qbLl1HBvYdDFYBieVjPvew) |
| 9 | Go Web 编程 | 谢孟军 | Go 入门书籍 | |

## Database
| # | Title | Author(s) | Abstract | Resource |
|---|---|---|---|---|
| 1 | [Redis 设计与实现[2014]](http://redisbook.com/) | [黄健宏](https://github.com/huangz1990) | 基于 Redis 3.0,内容通俗易懂,可以深入了解 Redis 底层。 | [q2ky](https://pan.baidu.com/s/16LY5H6XQxcjfOdCz73Z6tA) |
| 2 | [高性能 MySQL 第三版[2013]](https://item.jd.com/11220393.html) | [] Baron Schwartz 等著<br> 宁海元 等译 | MySQL 领域极佳之作。 | [0ijq](https://pan.baidu.com/s/1qlpa0lzJN_2oXfQiv1V0PQ) |
| 3 | [Redis 开发与运维[2017]](https://item.jd.com/12121730.html) | 付磊 张益军 | 从开发、运维两个角度总结了Redis实战经验,深入浅出地剖析底层实现,包含大规模集群开发与运维的实际案例、应用技巧。 | [igb1](https://pan.baidu.com/s/1okdvPuoHlgR0J_yjSmmHrQ) |
| 4 | [MySQL 技术内幕:InnoDB存储引擎](https://item.jd.com/11252326.html) | 姜承尧 | 详细讲解了InnoDB存储引擎内部的各个功能模块的实现原理,包括InnoDB存储引擎的体系结构、内存中的数据结构、基于InnoDB存储引擎的表和页的物理存储、索引与算法、文件、锁、事务、备份与恢复,以及InnoDB的性能调优等重要的知识; | |

## Frontend
| # | Title | Author(s) | Abstract | Resource |
Expand Down

0 comments on commit 7b7a4d9

Please sign in to comment.