# programming-books **Repository Path**: supermingjun/programming-books ## Basic Information - **Project Name**: programming-books - **Description**: 小小图书馆 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-19 - **Last Updated**: 2024-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # programming-books 📖程序员技术书籍,持续更新中.... > 如有侵权,请联系删除! ## Go - [《Concurrency in Go中文版》](https://github.com/superheze/programming-books/blob/main/Go/Concurrency%20in%20Go%E4%B8%AD%E6%96%87%E7%89%88.pdf) - [《GO专家编程》](https://github.com/superheze/programming-books/blob/main/Go/GO专家编程.pdf) - [《Go 1.5源码剖析》](https://github.com/superheze/programming-books/blob/main/Go/Go%201.5%E6%BA%90%E7%A0%81%E5%89%96%E6%9E%90.pdf) - [《Go Web编程》](https://github.com/superheze/programming-books/blob/main/Go/Go%20Web%E7%BC%96%E7%A8%8B.pdf) - [《Go 学习笔记》](https://github.com/superheze/programming-books/blob/main/Go/Go%20%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.pdf) - [《Go 语言设计与实现》](https://github.com/superheze/programming-books/blob/main/Go/Go%20%E8%AF%AD%E8%A8%80%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf) - [《Go 语言问题集(Go Questions)》](https://github.com/superheze/programming-books/blob/main/Go/Go%20%E8%AF%AD%E8%A8%80%E9%97%AE%E9%A2%98%E9%9B%86(Go%20Questions).pdf) - [《Golang101》](https://github.com/superheze/programming-books/blob/main/Go/Golang101.pdf) - [《Go入门指南》](https://github.com/superheze/programming-books/blob/main/Go/Go入门指南.pdf) - [《Go四十二章经》](https://github.com/superheze/programming-books/blob/main/Go/Go四十二章经.pdf) - [《Go语言圣经-柴大曹大翻译版》](https://github.com/superheze/programming-books/blob/main/Go/Go语言圣经-柴大曹大翻译版.pdf) - [《Go语言实战》](https://github.com/superheze/programming-books/blob/main/Go/Go语言实战.pdf) - [《Go语言标准库》](https://github.com/superheze/programming-books/blob/main/Go/Go语言标准库.pdf) - [《Go高级编程》](https://github.com/superheze/programming-books/blob/main/Go/Go高级编程.pdf) - [《Mastering GO》](https://github.com/superheze/programming-books/blob/main/Go/Mastering%20GO.pdf) - [《go rpc开发指南》](https://github.com/superheze/programming-books/blob/main/Go/go%20rpc%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97.pdf) - [《学习Go语言》](https://github.com/superheze/programming-books/blob/main/Go/学习Go语言.pdf) ## Lua - [《Cocos2d-x实战_Lua卷 _关东升》](https://github.com/superheze/programming-books/blob/main/Lua/Cocos2d-x%E5%AE%9E%E6%88%98_Lua%E5%8D%B7%20_%E5%85%B3%E4%B8%9C%E5%8D%87.pdf) - [《LUA中文参考》](https://github.com/superheze/programming-books/blob/main/Lua/LUA%E4%B8%AD%E6%96%87%E5%8F%82%E8%80%83.pdf) - [《Lua程序设计(第4版)》](https://github.com/superheze/programming-books/blob/main/Lua/Lua%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%EF%BC%88%E7%AC%AC4%E7%89%88%EF%BC%89.pdf) - [《Lua设计与实现》](https://github.com/superheze/programming-books/blob/main/Lua/Lua%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf) - [《自己动手实现Lua:虚拟机、编译器和标准库》](https://github.com/superheze/programming-books/blob/main/Lua/%E8%87%AA%E5%B7%B1%E5%8A%A8%E6%89%8B%E5%AE%9E%E7%8E%B0Lua%EF%BC%9A%E8%99%9A%E6%8B%9F%E6%9C%BA%E3%80%81%E7%BC%96%E8%AF%91%E5%99%A8%E5%92%8C%E6%A0%87%E5%87%86%E5%BA%93.pdf) ## SoftwareDesign - [《计算机程序设计艺术(第一卷)》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/计算机程序设计艺术(第一卷).pdf) - [《计算机程序设计艺术(第二卷)》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/计算机程序设计艺术(第二卷).pdf) - [《计算机程序设计艺术(第三卷)》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/计算机程序设计艺术(第三卷).pdf) - [《编程珠玑》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/编程珠玑.pdf) - [《Zookeeper分布式过程》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/Zookeeper分布式过程.pdf) - [《分布式系统概念与设计》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/分布式系统概念与设计.pdf) - [《大型网站服务器容量规划》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/大型网站服务器容量规划.pdf) - [《NACOS架构与原理》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/NACOS架构与原理.pdf) - [《大象-Thinking.in.UML(第二版)》](https://github.com/superheze/programming-books/blob/main/SoftwareDesign/%E5%A4%A7%E8%B1%A1-Thinking.in.UML%EF%BC%88%E7%AC%AC%E4%BA%8C%E7%89%88%EF%BC%89.pdf) ## Linux - [《Linux命令行大全》](https://github.com/superheze/programming-books/blob/main/Linux/Linux命令行大全.pdf) ## DeepLearning - [《深度学习-(伊恩·古德费洛)》](https://github.com/superheze/programming-books/blob/main/DeepLearning/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0-%5B%E7%BE%8E%5DIan%20Goodfellow%EF%BC%88%E4%BC%8A%E6%81%A9%C2%B7%E5%8F%A4%E5%BE%B7%E8%B4%B9%E6%B4%9B%EF%BC%89.pdf) - [《深度学习》](https://github.com/superheze/programming-books/blob/main/DeepLearning/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0.pdf) - [《Neural Networks and Deep Learning-中文版》](https://github.com/superheze/programming-books/blob/main/DeepLearning/Neural%20Networks%20and%20Deep%20Learning-%E4%B8%AD%E6%96%87%E7%89%88.pdf) - [《强化学习在阿里的技术演进与业务创新》](https://github.com/superheze/programming-books/blob/main/DeepLearning/强化学习在阿里的技术演进与业务创新.pdf) ## Tensorflow - [《深度学习之TensorFlow工程化项目实战》](https://github.com/superheze/programming-books/blob/main/Tensorflow/深度学习之TensorFlow工程化项目实战.pdf) ## Keras - [《keras中文手册》](https://github.com/superheze/programming-books/blob/main/Keras/keras中文手册.pdf) - [《Keras深度学习实战》](https://github.com/superheze/programming-books/blob/main/Keras/Keras深度学习实战.pdf) ## RecommendationSystem - [《推荐系统实践》](https://github.com/superheze/programming-books/blob/main/RecommendationSystem/推荐系统实践.pdf) ## Mysql - [《MySQL必知必会》](https://github.com/superheze/programming-books/blob/main/Mysql/MySQL必知必会.pdf) - [《大话存储》](https://github.com/superheze/programming-books/blob/main/Mysql/大话存储.pdf) ## Kafka - [《Kafka权威指南》](https://github.com/superheze/programming-books/blob/main/Kafka/Kafka权威指南.pdf) ## Other - [《人类简史:从动物到上帝》](https://github.com/superheze/programming-books/blob/main/Other/人类简史:从动物到上帝.pdf) - [《未来简史》](https://github.com/superheze/programming-books/blob/main/Other/未来简史.pdf) ## License MIT License