提交 9a4a2e41 编写于 作者: G guanpengchn

add two books

上级 9c32017a
## 如何生成目录README.md
1. 在generate.js中的books变量相应类别中添加新书的ISBN号码
2. 执行指令
```js
cd .helper
// 生成db.json
node generate.js db
// 根据db.json生成README.md
node generate.js md
```
\ No newline at end of file
此差异已折叠。
......@@ -3,18 +3,18 @@ const fs = require('fs')
const https = require('https')
const DB_NAME = 'db.json'
const README_NAME = 'README.md'
const README_NAME = '../README.md'
const books = {
'Java': ['9787111255833', '9787508353937', '9787115419347', '9787121258015', '9787115209429', '9787121273049', '9787111421900'],
'C++': ['9787121022982'],
'前端': ['9787115470669', '9787115416940', '9787121238369', '9787115388889', '9787115275790', '9787121229428', '9787115349101', '9787115385734', '9787115431165', '9787115471659', '9787115437303', '9787115335500'],
'前端': ['9787115470669', '9787115416940', '9787121238369', '9787115388889', '9787115275790', '9787121229428', '9787115349101', '9787115385734', '9787115431165', '9787115471659', '9787115299222', '9787115437303', '9787115335500'],
'机器学习': ['9787302423287', '9787302275954'],
'算法': ['9787121310928', '9787302356288', '9787121060748'],
'网络': ['9787115358851', '9787115351531', '9787115318978'],
'数据库': ['9787115191120', '9787111557975', '9787111464747', '9787121198854'],
'操作系统': ['9787564115197', '9787115352118', '9787111384991', '9787115226266'],
'软件工程': ['9787302392644', '9787115221704'],
'软件工程': ['9787302392644', '9787115221704', '9787115238870'],
'软件测试': ['9787115330246', '9787111173199'],
'架构设计': ['9787121315787', '9780596521998', '9787121249679', '9787121212000', '9787111430520', '9787115420268'],
'编程语言': ['9787111526285', '9787115445353', '9787121328428'],
......@@ -112,5 +112,9 @@ async function writeDB() {
saveFile(DB_NAME, JSON.stringify(db))
}
// writeDB()
writeREADME()
\ No newline at end of file
const options = process.argv;
if(options.includes('db')) {
writeDB()
} else if(options.includes('md')) {
writeREADME()
}
\ No newline at end of file
......@@ -18,7 +18,7 @@
|Head First 设计模式(中文版)|[9.2](https://book.douban.com/subject/2243615/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/Java/Head%20First%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%EF%BC%88%E4%B8%AD%E6%96%87%E7%89%88%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Head%20First%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%EF%BC%88%E4%B8%AD%E6%96%87%E7%89%88%EF%BC%89&act=input)|
|Java 8实战|[9.1](https://book.douban.com/subject/26772632/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/Java/Java%208%E5%AE%9E%E6%88%98.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Java%208%E5%AE%9E%E6%88%98&act=input)|
|Netty权威指南(第2版)|[6.7](https://book.douban.com/subject/26373138/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/Java/Netty%E6%9D%83%E5%A8%81%E6%8C%87%E5%8D%97%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Netty%E6%9D%83%E5%A8%81%E6%8C%87%E5%8D%97%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89&act=input)|
|Spring揭秘|[9.0](https://book.douban.com/subject/3897837/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/Java/Spring%E6%8F%AD%E7%A7%98.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Spring%E6%8F%AD%E7%A7%98&act=input)|
|Spring揭秘|[9.1](https://book.douban.com/subject/3897837/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/Java/Spring%E6%8F%AD%E7%A7%98.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Spring%E6%8F%AD%E7%A7%98&act=input)|
|实战Java高并发程序设计|[8.2](https://book.douban.com/subject/26663605/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/Java/%E5%AE%9E%E6%88%98Java%E9%AB%98%E5%B9%B6%E5%8F%91%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E5%AE%9E%E6%88%98Java%E9%AB%98%E5%B9%B6%E5%8F%91%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1&act=input)|
|深入理解Java虚拟机(第2版) JVM高级特性与最佳实践|[8.9](https://book.douban.com/subject/24722612/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/Java/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3Java%E8%99%9A%E6%8B%9F%E6%9C%BA%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89%20JVM%E9%AB%98%E7%BA%A7%E7%89%B9%E6%80%A7%E4%B8%8E%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3Java%E8%99%9A%E6%8B%9F%E6%9C%BA%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89%20JVM%E9%AB%98%E7%BA%A7%E7%89%B9%E6%80%A7%E4%B8%8E%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5&act=input)|
......@@ -32,7 +32,7 @@
|书名|豆瓣评分|操作|
|---|:-:|:-:|
|CSS世界|[7.9](https://book.douban.com/subject/27615777/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/CSS%E4%B8%96%E7%95%8C.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=CSS%E4%B8%96%E7%95%8C&act=input)|
|CSS世界|[7.8](https://book.douban.com/subject/27615777/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/CSS%E4%B8%96%E7%95%8C.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=CSS%E4%B8%96%E7%95%8C&act=input)|
|CSS揭秘|[9.4](https://book.douban.com/subject/26745943/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/CSS%E6%8F%AD%E7%A7%98.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=CSS%E6%8F%AD%E7%A7%98&act=input)|
|ECMAScript6入门|[8.2](https://book.douban.com/subject/25966265/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/ECMAScript6%E5%85%A5%E9%97%A8.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=ECMAScript6%E5%85%A5%E9%97%A8&act=input)|
|JavaScript设计模式与开发实践|[9.1](https://book.douban.com/subject/26382780/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/JavaScript%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E4%B8%8E%E5%BC%80%E5%8F%91%E5%AE%9E%E8%B7%B5.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=JavaScript%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E4%B8%8E%E5%BC%80%E5%8F%91%E5%AE%9E%E8%B7%B5&act=input)|
......@@ -42,6 +42,7 @@
|你不知道的JavaScript(上卷)|[9.4](https://book.douban.com/subject/26351021/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/%E4%BD%A0%E4%B8%8D%E7%9F%A5%E9%81%93%E7%9A%84JavaScript%EF%BC%88%E4%B8%8A%E5%8D%B7%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E4%BD%A0%E4%B8%8D%E7%9F%A5%E9%81%93%E7%9A%84JavaScript%EF%BC%88%E4%B8%8A%E5%8D%B7%EF%BC%89&act=input)|
|你不知道的JavaScript(中卷)|[8.9](https://book.douban.com/subject/26854244/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/%E4%BD%A0%E4%B8%8D%E7%9F%A5%E9%81%93%E7%9A%84JavaScript%EF%BC%88%E4%B8%AD%E5%8D%B7%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E4%BD%A0%E4%B8%8D%E7%9F%A5%E9%81%93%E7%9A%84JavaScript%EF%BC%88%E4%B8%AD%E5%8D%B7%EF%BC%89&act=input)|
|你不知道的JavaScript(下卷)|[8.0](https://book.douban.com/subject/27620408/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/%E4%BD%A0%E4%B8%8D%E7%9F%A5%E9%81%93%E7%9A%84JavaScript%EF%BC%88%E4%B8%8B%E5%8D%B7%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E4%BD%A0%E4%B8%8D%E7%9F%A5%E9%81%93%E7%9A%84JavaScript%EF%BC%88%E4%B8%8B%E5%8D%B7%EF%BC%89&act=input)|
|响应式Web设计 HTML5和CSS3实战|[7.4](https://book.douban.com/subject/20390374/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/%E5%93%8D%E5%BA%94%E5%BC%8FWeb%E8%AE%BE%E8%AE%A1%20HTML5%E5%92%8CCSS3%E5%AE%9E%E6%88%98.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E5%93%8D%E5%BA%94%E5%BC%8FWeb%E8%AE%BE%E8%AE%A1%20HTML5%E5%92%8CCSS3%E5%AE%9E%E6%88%98&act=input)|
|深入React技术栈|[8.1](https://book.douban.com/subject/26918038/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/%E6%B7%B1%E5%85%A5React%E6%8A%80%E6%9C%AF%E6%A0%88.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E6%B7%B1%E5%85%A5React%E6%8A%80%E6%9C%AF%E6%A0%88&act=input)|
|深入浅出Node.js|[8.5](https://book.douban.com/subject/25768396/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E5%89%8D%E7%AB%AF/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BANode.js.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BANode.js&act=input)|
......@@ -56,7 +57,7 @@
|书名|豆瓣评分|操作|
|---|:-:|:-:|
|剑指Offer:名企面试官精讲典型编程题(第2版)|[9.3](https://book.douban.com/subject/27008702/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E7%AE%97%E6%B3%95/%E5%89%91%E6%8C%87Offer%EF%BC%9A%E5%90%8D%E4%BC%81%E9%9D%A2%E8%AF%95%E5%AE%98%E7%B2%BE%E8%AE%B2%E5%85%B8%E5%9E%8B%E7%BC%96%E7%A8%8B%E9%A2%98%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E5%89%91%E6%8C%87Offer%EF%BC%9A%E5%90%8D%E4%BC%81%E9%9D%A2%E8%AF%95%E5%AE%98%E7%B2%BE%E8%AE%B2%E5%85%B8%E5%9E%8B%E7%BC%96%E7%A8%8B%E9%A2%98%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89&act=input)|
|剑指Offer:名企面试官精讲典型编程题(第2版)|[9.4](https://book.douban.com/subject/27008702/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E7%AE%97%E6%B3%95/%E5%89%91%E6%8C%87Offer%EF%BC%9A%E5%90%8D%E4%BC%81%E9%9D%A2%E8%AF%95%E5%AE%98%E7%B2%BE%E8%AE%B2%E5%85%B8%E5%9E%8B%E7%BC%96%E7%A8%8B%E9%A2%98%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E5%89%91%E6%8C%87Offer%EF%BC%9A%E5%90%8D%E4%BC%81%E9%9D%A2%E8%AF%95%E5%AE%98%E7%B2%BE%E8%AE%B2%E5%85%B8%E5%9E%8B%E7%BC%96%E7%A8%8B%E9%A2%98%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89&act=input)|
|算法竞赛入门经典(第2版)|[8.9](https://book.douban.com/subject/25902102/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E7%AE%97%E6%B3%95/%E7%AE%97%E6%B3%95%E7%AB%9E%E8%B5%9B%E5%85%A5%E9%97%A8%E7%BB%8F%E5%85%B8%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E7%AE%97%E6%B3%95%E7%AB%9E%E8%B5%9B%E5%85%A5%E9%97%A8%E7%BB%8F%E5%85%B8%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89&act=input)|
|编程之美 微软技术面试心得|[8.4](https://book.douban.com/subject/3004255/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E7%AE%97%E6%B3%95/%E7%BC%96%E7%A8%8B%E4%B9%8B%E7%BE%8E%20%E5%BE%AE%E8%BD%AF%E6%8A%80%E6%9C%AF%E9%9D%A2%E8%AF%95%E5%BF%83%E5%BE%97.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E7%BC%96%E7%A8%8B%E4%B9%8B%E7%BE%8E%20%E5%BE%AE%E8%BD%AF%E6%8A%80%E6%9C%AF%E9%9D%A2%E8%AF%95%E5%BF%83%E5%BE%97&act=input)|
......@@ -92,6 +93,7 @@
|---|:-:|:-:|
|人月神话(40周年中文纪念版) 软件工程师经典读本 不可错过的名著|[8.3](https://book.douban.com/subject/26358448/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B/%E4%BA%BA%E6%9C%88%E7%A5%9E%E8%AF%9D%EF%BC%8840%E5%91%A8%E5%B9%B4%E4%B8%AD%E6%96%87%E7%BA%AA%E5%BF%B5%E7%89%88%EF%BC%89%20%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B%E5%B8%88%E7%BB%8F%E5%85%B8%E8%AF%BB%E6%9C%AC%20%E4%B8%8D%E5%8F%AF%E9%94%99%E8%BF%87%E7%9A%84%E5%90%8D%E8%91%97.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E4%BA%BA%E6%9C%88%E7%A5%9E%E8%AF%9D%EF%BC%8840%E5%91%A8%E5%B9%B4%E4%B8%AD%E6%96%87%E7%BA%AA%E5%BF%B5%E7%89%88%EF%BC%89%20%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B%E5%B8%88%E7%BB%8F%E5%85%B8%E8%AF%BB%E6%9C%AC%20%E4%B8%8D%E5%8F%AF%E9%94%99%E8%BF%87%E7%9A%84%E5%90%8D%E8%91%97&act=input)|
|重构 改善既有代码的设计|[9.1](https://book.douban.com/subject/4262627/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B/%E9%87%8D%E6%9E%84%20%E6%94%B9%E5%96%84%E6%97%A2%E6%9C%89%E4%BB%A3%E7%A0%81%E7%9A%84%E8%AE%BE%E8%AE%A1.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E9%87%8D%E6%9E%84%20%E6%94%B9%E5%96%84%E6%97%A2%E6%9C%89%E4%BB%A3%E7%A0%81%E7%9A%84%E8%AE%BE%E8%AE%A1&act=input)|
|领域驱动设计 软件核心复杂性应对之道|[9.1](https://book.douban.com/subject/5344973/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B/%E9%A2%86%E5%9F%9F%E9%A9%B1%E5%8A%A8%E8%AE%BE%E8%AE%A1%20%E8%BD%AF%E4%BB%B6%E6%A0%B8%E5%BF%83%E5%A4%8D%E6%9D%82%E6%80%A7%E5%BA%94%E5%AF%B9%E4%B9%8B%E9%81%93.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=%E9%A2%86%E5%9F%9F%E9%A9%B1%E5%8A%A8%E8%AE%BE%E8%AE%A1%20%E8%BD%AF%E4%BB%B6%E6%A0%B8%E5%BF%83%E5%A4%8D%E6%9D%82%E6%80%A7%E5%BA%94%E5%AF%B9%E4%B9%8B%E9%81%93&act=input)|
### 软件测试
......@@ -116,7 +118,7 @@
|书名|豆瓣评分|操作|
|---|:-:|:-:|
|Go程序设计语言(英文版)|[9.3](https://book.douban.com/subject/26859123/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/Go%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E8%AF%AD%E8%A8%80%EF%BC%88%E8%8B%B1%E6%96%87%E7%89%88%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Go%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E8%AF%AD%E8%A8%80%EF%BC%88%E8%8B%B1%E6%96%87%E7%89%88%EF%BC%89&act=input)|
|Go语言实战|[7.8](https://book.douban.com/subject/27015617/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/Go%E8%AF%AD%E8%A8%80%E5%AE%9E%E6%88%98.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Go%E8%AF%AD%E8%A8%80%E5%AE%9E%E6%88%98&act=input)|
|Go语言实战|[7.7](https://book.douban.com/subject/27015617/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/Go%E8%AF%AD%E8%A8%80%E5%AE%9E%E6%88%98.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Go%E8%AF%AD%E8%A8%80%E5%AE%9E%E6%88%98&act=input)|
|Scala编程(第3版)|[9.4](https://book.douban.com/subject/27591387/)|[![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/download.png)](https://github.com/guanpengchn/aaron.books/raw/master/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/Scala%E7%BC%96%E7%A8%8B%EF%BC%88%E7%AC%AC3%E7%89%88%EF%BC%89.pdf) [![](https://raw.githubusercontent.com/guanpengchn/aaron.books/master/.helper/buycar.png)](http://search.dangdang.com/?key=Scala%E7%BC%96%E7%A8%8B%EF%BC%88%E7%AC%AC3%E7%89%88%EF%BC%89&act=input)|
### 其他
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册