---
layout: post
title: 计算机编程免费书籍更新
description: 当你学习编程的时候,会有很多的资源可以用来尝试,如在线课程等,而其中最重要最有效的方式就是通过传统的书籍。我们所有的知识都通过书籍来学习。此外,通过书籍来学习编程这样一门精确任务是最好的选择。我们这里整理了一些免费的书籍,其中包括C、C++、JavaScript、JAVA、Perl、Python、Ruby、PHP等等。这里提供计算机免费书籍更新
keywords: 计算机免费书籍更新,free books
author: admin
date: 2023-02-12 13:02
category: 网络技术
tags: 书籍
---

免费电子书网站,可以做到电子书自由。嗨网在网路上搜寻一些计算机免费书籍汇总。如果您有免费书记可以投稿给我们。
编程是计算机科学中一个非常复杂且重要的任务。我们在计算机系统、移动手机或其他地方所享受的,都是程序员通过无尽的努力开发出来的。编程分两种类型:机器水平的和高级编程。大多数程序员都依赖于高级编程。编程就是利用一些预定义的规则和资源,通过重复不断的使用,为社会或客户开发出有创造性的、新颖的、实用的以及美好的东西。你需要做的就是学习需要遵循的语法和规则,然后利用这些以及你的创造性来进行开发。但这并不像听起来这么简单,你需要花费大量的时间来进行学习和实践。

当你学习编程的时候,会有很多的资源可以用来尝试,如在线课程等,而其中最重要最有效的方式就是通过传统的书籍。我们所有的知识都通过书籍来学习。此外,通过书籍来学习编程这样一门精确任务是最好的选择。我们这里整理了一些免费的书籍,其中包括C、C++、JavaScript、JAVA、Perl、Python、Ruby、PHP等等。


[计算机编程免费书籍下载](/posts/free_books_downloads.html)

线上或者线下商店里有很多程序员、作者编写的书,选择一本正确的书是非常重要的。下面是一些免费的编程书籍列表:



## 一、Web 开发

### 1.1 JavaScript 语言

1. The Modern JavaScript Tutorial([中文](https://zh.javascript.info/),[英文](https://javascript.info/))
1. [你不知道的 JS](https://github.com/getify/You-Dont-Know-JS)
1. [Speaking JavaScript](http://speakingjs.com/)
1. [急性子程序员的 JavaScript 教程](https://exploringjs.com/impatient-js/index.html)
1. [JavaScript 语言教程](https://wangdoc.com/javascript/)(中文)
1. [理解 ES6](https://github.com/nzakas/understandinges6/tree/master/manuscript)
1. [探索 ES6](https://exploringjs.com/es6/)
1. [探索 ES2016 和 ES2017](https://exploringjs.com/es2016-es2017.html)
1. [探索 ES2018 和 ES2019](https://exploringjs.com/es2018-es2019/toc.html)
1. [ES6 标准入门](http://es6.ruanyifeng.com/)(中文)
1. [Eloquent JavaScript(第三版)](https://eloquentjavascript.net/)
1. JavaScript 的前20年(JavaScript: The First 20 Years)([中文](https://cn.history.js.org/),[英文](https://zenodo.org/record/3707008))
1. [TypeScript 教程](https://exploringjs.com/tackling-ts/)
1. Node.js 入门([中文](https://www.nodebeginner.org/index-zh-cn.html),[英文](https://www.nodebeginner.org/))
1. [React 编程模式](https://github.com/krasimir/react-in-patterns)
1. [React 应用开发教程](https://github.com/tyroprogrammer/learn-react-app/tree/master/src/tutorial)
1. [Acceptance Test Driven Development with React](https://leanpub.com/build-react-app-with-atdd)
1. [React.js 小书](http://huziketang.mangojuice.top/books/react/)(中文)
1. [现代 Web 开发](https://fullstackopen.com/en):Nodejs + React 的在线互动教程。
1. [Node.js 调试指南](https://github.com/nswbmw/node-in-debugging)
1. [精通 JavaScript 模块](https://github.com/mjavascript/mastering-modular-javascript)
1. [GraphQL 之路](https://www.robinwieruch.de/the-road-to-graphql-book/)
1. [JavaScript 数据可视化](http://jsdatav.is/intro.html)
1. [OAuth 2.0 Servers](https://www.oauth.com/)
1. [JAMstack Web 开发](https://www.netlify.com/oreilly-jamstack/)
1. [SICP(JavaScript 版)](https://sicp.comp.nus.edu.sg/)

### 1.2 其他 Web 开发

1. [http3-explained](https://github.com/bagder/http3-explained)
1. [CSS Animation 101](https://github.com/cssanimation/css-animation-101)
1. [实用排版指南](https://practicaltypography.com/)
1. [Azure 介绍(第二版)](https://azure.microsoft.com/en-us/resources/azure-for-architects/),[下载](https://github.com/PacktPublishing/Azure-for-Architects)
1. [Chrome 扩展及应用开发](https://www.ituring.com.cn/book/1421)(中文)
1. [网站可靠性工作手册](https://landing.google.com/sre/book.html)
1. [WebRTC 教程](https://webrtcforthecurious.com/)(WebRTC for the Curious)

## 二、系统管理

1. [Linux 命令行](http://linuxcommand.org/tlcl.php)(The Linux Command Line), [下载](http://sourceforge.net/projects/linuxcommand/files/TLCL/13.07/TLCL-13.07.pdf/download),[中译](http://billie66.github.io/TLCL/index.html)
1. [学习命令行](https://hellowebbooks.com/learn-command-line/)
1. [鸟哥的 Linux 私房菜](https://linux.vbird.org/linux_basic/centos7/)(中文)
1. [Linux 之旅](https://linuxjourney.com/)
1. [Linux 从零开始](http://www.linuxfromscratch.org/lfs/view/10.0-rc1/prologue/foreword.html)(Linux From Scratch)
1. [Bash 脚本教程](https://wangdoc.com/bash/)(中文)
1. [Pure Bash Bible](https://github.com/dylanaraps/pure-bash-bible)
1. [Unix 编程艺术](http://www.catb.org/~esr/writings/taoup/html/)
1. [计算机系统导论:以汇编语言与 Linux 系统为例](http://bob.cs.sonoma.edu/IntroCompOrg-x64/book.html)
1. [计算机网络:系统方法](https://github.com/SystemsApproach/book)
1. [计算机组织导论:以树莓派和 ARM 汇编语言为例](http://bob.cs.sonoma.edu/IntroCompOrg-RPi/frontmatter-1.html)
1. [计算机网络:原理,协议和实践](http://cnp3book.info.ucl.ac.be/#)
1. [Linux 内核揭密](https://xinqiu.gitbooks.io/linux-insides-cn/content/index.html)(中文)
1. [运维工程师学校(Ops School)](http://www.opsschool.org/)
1. [文件系统设计](https://www.amazon.com/exec/obidos/ASIN/1558604979/qid=1012094537/sr=8-1/ref=sr_8_71_1/103-9130044-4352613)(Practical File System Design), [下载](http://www.nobius.org/~dbg/practical-file-system-design.pdf)
1. [Docker 初学者教程](https://docker-curriculum.com/)
1. [开源应用程序的体系结构](http://aosabook.org/en/)
1. [MacOS 的安全和隐私指南](https://github.com/drduh/macOS-Security-and-Privacy-Guide/blob/master/README-cn.md)(中文)

## 三、编程语言

### 3.1 C,C++

1. [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf)(PDF)
1. [Modern C(第二版)](http://modernc.gforge.inria.fr/)
1. [C 语言学习资料](http://www.isthe.com/chongo/tech/comp/c/index.html)
1. [C 语言系统编程](https://github.com/illinois-cs241/coursebook)([在线阅读](http://cs241.cs.illinois.edu/coursebook/index.html))
1. C 语言教程:构建 Lisp 编译器([中文](https://ksco.gitbooks.io/build-your-own-lisp/),[英文](http://www.buildyourownlisp.com/contents))
1. [C 语言内部原理](http://www.avabodh.com/cin/cin.html)(C Internals)
1. [C++ Annotations](http://www.icce.rug.nl/documents/cplusplus/)
1. [C/C++ 面向 wasm 编程—— Emscripten 工程实践](https://github.com/3dgen/cppwasm-book)

### 3.2 Go

1. [Go 101](https://go101.org/)
1. [Golangbot 的 Go 语言初级教程](https://golangbot.com/),[中译](https://www.yuque.com/ksco/ogg7um)
1. [Go 高级编程](https://github.com/chai2010/advanced-go-programming-book)
1. [高性能 Go 代码工坊](https://dave.cheney.net/high-performance-go-workshop/gopherchina-2019.html)
1. [Go 语言编程](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook)(How To Code in Go)

### 3.3 Python

1. [Python 编程基础](https://archive.org/details/2018Fundamentals.ofPython)(PDF)
1. [Python 编程入门](https://github.com/webartifex/intro-to-python)
1. [Python 语法笔记](https://thomas-cokelaer.info/tutorials/python/index.html)
1. [Python 科学应用入门](http://www.freetechbooks.com/introduction-to-python-for-computational-science-and-engineering-t884.html)(Introduction to Python for Computational Science and Engineering), [下载](http://www.southampton.ac.uk/~fangohr/training/python/pdfs/Python-for-Computational-Science-and-Engineering.pdf)
1. [Python - 100天从新手到大师](https://github.com/jackfrued/Python-100-Days)(中文)
1. [A Byte of Python](https://python.swaroopch.com/),中译:[简明 Python 教程](https://bop.mol.uno/)
1. [使用 Python 写一个自己的游戏](https://www.dbooks.org/invent-your-own-computer-games-with-python-1503212300/)
1. [The Hitchhiker’s Guide to Python!](https://docs.python-guide.org/),中译:[Python 开发最佳实践指南](https://pythonguidecn.readthedocs.io/zh/latest/)
1. [廖雪峰 Python 教程](https://www.liaoxuefeng.com/wiki/1016959663602400)(中文)
1. [Python 语言互动教程](http://projectpython.net/chapter00/)
1. [Python 算法与数据结构](http://interactivepython.org/runestone/static/pythonds/index.html)(第二版),[中译](https://github.com/facert/python-data-structure-cn)
1. SICP(Python 版)([英文](https://wizardforcel.gitbooks.io/sicp-in-python/content/),[中文](https://github.com/wizardforcel/sicp-py-zh))
1. [Python 数据科学手册](https://github.com/jakevdp/PythonDataScienceHandbook)
1. [Test-Driven Web Development with Python](https://www.obeythetestinggoat.com/pages/book.html#toc)
1. [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
1. [如何使用 Python3 编程](https://www.digitalocean.com/community/tutorials/digitalocean-ebook-how-to-code-in-python)
1. [社交媒体挖掘](http://socialdata.site/)
1. [数据科学项目 Python 实战](https://www.digitalocean.com/community/tutorials/machine-learning-projects-python-a-digitalocean-ebook)
1. [HelloDjango - Django 博客教程](https://www.zmrenwu.com/courses/HelloDjango-blog-tutorial/)(中文)
1. [使用 Python 学习计量经济学](https://lectures.quantecon.org/_downloads/pdf/py/Quantitative%20Economics%20with%20Python.pdf)(PDF)
1. [黑客的贝叶斯方法:以 Python 为例](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers)
1. [解决算法和数据结构问题(Python 版)](https://www.cs.auckland.ac.nz/compsci105s1c/resources/ProblemSolvingwithAlgorithmsandDataStructures.pdf)(Problem Solving with Algorithms and Data Structures)

### 3.4 Rust

1. [Rust 语言导论](https://stevedonovan.github.io/rust-gentle-intro/readme.html)
1. [Rust 编程语言](https://www.jyotirmoy.net/posts/2018-12-01-rust-book.html)
1. [Rust By Example](https://doc.rust-lang.org/stable/rust-by-example/index.html)

### 3.5 其他编程语言

1. [编程语言基础:Agda 语言描述](https://agda-zh.github.io/PLFA-zh/)(中文)
1. [Awk 编程语言](https://ia802309.us.archive.org/25/items/pdfy-MgN0H1joIoDVoIC7/The_AWK_Programming_Language.pdf)
1. [C# 语言免费教程](https://www.tutlane.com/tutorial/csharp/csharp-tutorial)
1. [SICP(Clojure 版)](http://www.sicpdistilled.com/)
1. [Clojure for the Brave and True](https://www.braveclojure.com/clojure-for-the-brave-and-true/)
1. [学习 ClojureScript](https://www.learn-clojurescript.com/)
1. [廖雪峰 Java 教程](https://www.liaoxuefeng.com/wiki/1252599548343744)(中文)
1. [计算机科学:以 Julia 语言为例](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html)
1. [使用 Julia 语言学习统计学](https://people.smp.uq.edu.au/YoniNazarathy/julia-stats/StatisticsWithJulia.pdf)(PDF)
1. [Haskell 趣学指南](http://fleurer.github.io/lyah/)(中文)
1. [Real World Haskell 中文版](http://cnhaskell.com/index.html)(中文)
1. [Haskell 语言48小时教程](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
1. [Haskell 语言入门](http://dev.stephendiehl.com/hask/)
1. [Common Lisp 实战教程](http://www.gigamonkeys.com/book/)
1. [Lisp 漫画教程](http://www.lisperati.com/casting.html)(Casting Spels in Lisp)
1. [Nim 语言编程](http://ssalewski.de/nimprogramming.html)
1. [OCaml 语言在线教程](http://www.cs.cornell.edu/courses/cs3110/2019sp/textbook/)
1. [高阶 Perl](https://hop.perl.plover.com/)
1. [Prolog 的艺术](https://mitpress.mit.edu/books/art-prolog-second-edition)(The art of Prolog)
1. [我爱 Ruby](https://i-love-ruby.gitlab.io/)
1. [Ruby on Rails Tutorial](https://www.railstutorial.org/book)
1. [汇编语言初学者教程](https://yurichev.com/writings/AL4B-EN.pdf)(PDF)
1. [ARM 汇编语言简介](http://bob.cs.sonoma.edu/IntroCompOrg-RPi/intro-co-rpi.html)
1. [PC Assembly Language](https://pacman128.github.io/pcasm/)

## 四、数据库

1. [SQL 开源教程](https://selectstarsql.com/)
1. [如何开发一个简单的数据库](https://cstack.github.io/db_tutorial/)
1. [数据库基础](http://webdam.inria.fr/Alice/)
1. [廖雪峰 SQL 教程](https://www.liaoxuefeng.com/wiki/896043488029600)(中文)
1. [PostgreSQL 模式设计](https://www.graphile.org/postgraphile/postgresql-schema-design/)

## 五、软件开发

1. [计算机科学入门](https://www.bottomupcs.com/index.xhtml)
1. [编写解释器](http://craftinginterpreters.com/contents.html)(Crafting interpreters)
1. [Emulator 101](http://www.emulator101.com/)
1. [计算机程序的结构和解释(SICP)](https://mitpress.mit.edu/sites/default/files/sicp/index.html)
1. [编写程序(Composing Programs)](http://www.composingprograms.com/)
1. [从零开始写一个操作系统](https://github.com/cfenollosa/os-tutorial)
1. [编译器教程](https://github.com/DoctorWkt/acwj): 如何写一个最小的 C 语言编译器
1. [写一个 C 语言解释器](https://github.com/lotabout/write-a-C-interpreter/tree/master/tutorial/en)(Write a C interpreter)
1. [System Programming](https://github.com/angrave/SystemProgramming/wiki)
1. [How to Design Programs](https://htdp.org/2018-01-06/Book/index.html)(第二版)
1. [算法](http://jeffe.cs.illinois.edu/teaching/algorithms/),by Jeff Erickson,[GitHub 仓库](https://github.com/jeffgerickson/algorithms)
1. [A* 算法教程](http://theory.stanford.edu/~amitp/GameProgramming/)
1. [逆向工程入门](https://github.com/dennis714/RE-for-beginners)(Reverse Engineering for Beginners,[英文](http://beginners.re/Reverse_Engineering_for_Beginners-en.pdf),[中文卷一](https://beginners.re/RE4B-CN-vol1.pdf), [中文卷二](https://beginners.re/RE4B-CN-vol2.pdf))
1. [逆向工程初学者教程](https://www.begin.re/)
1. [函数式编程:以 Scala 为例](https://github.com/winitzki/sofp)
1. [学习 ClojureScript](https://www.learn-clojurescript.com/)
1. [并行编程](https://mirrors.edge.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html)
1. [谷歌 SRE(网站可靠性工程)丛书](https://landing.google.com/sre/books/)
1. [轻松学习 Vim](https://github.com/iggredible/Learn-Vim)(Learn Vim the smart way)
1. [Vim 从入门到精通](https://github.com/wsdjeg/vim-galore-zh_cn)(中文)
1. [Qt5 教程](https://qmlbook.github.io/)

## 六、人工智能

1. [Machine Learning Yearning](https://github.com/ajaymache/machine-learning-yearning),by 吴恩达
1. [计算与推断:数据科学基础](https://ds8.gitbooks.io/textbook/content/)
1. [人工智能编程的 Lisp 范例](https://github.com/norvig/paip-lisp)(Paradigms of Artificial Intelligence Programming)
1. [Bloomberg 机器学习课程](https://bloomberg.github.io/foml/)
1. [深度学习/机器学习面试笔记](https://github.com/DiHiera/Algorithm_Interview_Notes-Chinese-master)(中文)
1. [数据挖掘教材](https://www-users.cs.umn.edu/~kumar001/dmbook/index.php)
1. [机器学习解释](https://christophm.github.io/interpretable-ml-book/)
1. 深入深度学习([英文](https://d2l.ai/),[中文](https://zh.d2l.ai/))
1. [TensorFlow-Course](https://github.com/open-source-for-science/TensorFlow-Course)
1. [简单粗暴 TensorFlow 2](https://tf.wiki/)(中文)
1. [基于模型的机器学习](http://mbmlbook.com/)
1. [Deep Learning Project](https://github.com/Spandan-Madan/DeepLearningProject)
1. [强化学习导论](http://incompleteideas.net/book/the-book.html)(第二版)
1. [Grokking Deep Learning](https://livebook.manning.com/#!/book/grokking-deep-learning/)
1. [神经网络与深度学习](https://github.com/nndl/nndl.github.io)
1. [让产品经理全面理解深度学习](https://easyai.tech/blog/65pdf-pm-understand-dl/)(中文)
1. [面向机器学习的特征工程](http://fe4ml.apachecn.org/#/)(中文)
1. [理解机器学习:从理论到算法](https://www.cse.huji.ac.il/~shais/UnderstandingMachineLearning/copy.html)
1. [Dive into Deep Learning](http://www.d2l.ai/index.html)
1. [数据科学基础](https://www.cs.cornell.edu/jeh/book%20no%20so;utions%20March%202019.pdf)
1. [机器学习的数学基础](https://mml-book.github.io/)
1. [自然语言处理](https://github.com/jacobeisenstein/gt-nlp-class/raw/master/notes/eisenstein-nlp-notes.pdf)
1. [面向程序员的深度学习](https://github.com/fastai/fastbook)(Practical Deep Learning for Coders)([官网](https://course.fast.ai/))
1. [从头学习机器学习](https://dafriedman97.github.io/mlbook/content/introduction.html)(Machine Learning from Scratch)

## 七、数学理论

### 7.1 微积分

1. [进入纯数学](https://infinitedescent.xyz/)
1. [微积分很容易](http://calculusmadeeasy.org/)(Calculus made easy)

### 7.2 统计与概率

1. [Seeing Theory:概率论和统计入门](https://seeing-theory.brown.edu/#firstPage)
1. [Statistics Done Wrong](https://www.statisticsdonewrong.com/index.html)
1. [统计小手册](http://www.jerrydallal.com/LHSP/LHSP.htm)
1. [统计学习导论](http://faculty.marshall.usc.edu/gareth-james/ISL/)(An Introduction to Statistical Learning)
1. [麻省理工学院统计学课件](https://ocw.mit.edu/courses/mathematics/18-650-statistics-for-applications-fall-2016/lecture-slides/)
1. [Prob 140](http://prob140.org/textbook/README):概率论教材
1. [预测:原理与实践](https://otexts.org/fpp2/)
1. [数据科学的原理与技巧](https://www.textbook.ds100.org/)
1. [概率、统计和随机过程导论](https://probabilitycourse.com/)
1. [概率,统计和随机过程讲义](https://web.ma.utexas.edu/users/gordanz/lecture_notes_page.html)
1. [随机过程导论](https://web.ma.utexas.edu/users/gordanz/notes/introduction_to_stochastic_processes.pdf)

### 7.3 线性代数

1. [深度学习的线性代数基础](https://hadrienj.github.io/posts/Deep-Learning-Book-Series-Introduction/)
1. [线性代数教材](http://joshua.smcvt.edu/linearalgebra/#current_version)
1. [线性代数](https://hefferon.net/linearalgebra/), by Jim Hefferon
1. [沉浸式线性代数](http://immersivemath.com/ila/index.html)
1. [交互式线性代数教程](https://textbooks.math.gatech.edu/ila/)

### 7.4 密码学

1. [应用加密法的研究生教材](http://toc.cryptobook.us/)
1. [加密学导论](https://intensecrypto.org/public/)
1. [Crypto 101](https://www.crypto101.io/)
1. [密码学很容易](https://link.springer.com/book/10.1007%2F978-3-319-21936-3)(Cryptography Made Simple)
1. [程序员的实用密码学](https://cryptobook.nakov.com/)
1. [密码学的喜悦](http://web.engr.oregonstate.edu/~rosulekm/crypto/)(The Joy of Cryptography)

### 7.5 其他理论书籍

1. [计算机科学的数学基础](https://courses.csail.mit.edu/6.042/spring17/mcs.pdf)(Mathematics for Computer Science, PDF)
1. [计算机图形学教程](http://www.scratchapixel.com/)
1. [计算机科学的理论导论](https://introtcs.org/public/index.html)
1. [好奇者的量子计算入门](https://quantum.country/qcvc)
1. [简单逻辑](https://book.simply-logical.space/)
1. [写给程序员的范畴论](https://github.com/hmemcpy/milewski-ctfp-pdf/)(Category Theory for Programmers)
1. [写给科学家的范畴论](http://category-theory.mitpress.mit.edu/)(Category Theory for the Sciences), [下载](https://github.com/mmai/Category-Theory-for-the-Sciences)
1. [图论的 D3 解释](https://mrpandey.github.io/d3graphTheory/index.html)
1. [离散数学导论](http://discrete.openmathbooks.org/dmoi3.html)
1. [编译器设计基础](http://hjemmesider.diku.dk/~torbenm/Basics/basics_lulu2.pdf)(PDF)

## 八、其他

1. [Google 面试自学手册](https://github.com/jwasham/coding-interview-university/blob/master/translations/README-cn.md)(中文)
1. [技术面试手册](https://yangshun.github.io/tech-interview-handbook/)
1. [如何在应用商店成功?](https://github.com/amirrajan/survivingtheappstore)
1. [计算机之前的计算设备](http://ed-thelen.org/comp-hist/CBC.html)
1. [日语语法教程](https://res.wokanxing.info/jpgramma/conditionals.html)(中文)
1. [基础德语教程](https://courses.dcs.wisc.edu/wp/readinggerman/print-entire-textbook/)
1. [任正非文集](./docs/任正非文集.epub):任正非1994年~2018年的几百篇讲话。
1. [老外的深圳电子产品采购指南](https://bunniefoo.com/bunnie/essential/essential-guide-shenzhen-web.pdf)(PDF)
1. [How to get rich](https://nav.al/rich)
1. [Marc Andreessen 创业文集](https://pmarchive.com/)
1. [东京防灾手册](http://www.metro.tokyo.jp/chinese/guide/bosai/index.html)(中文)
1. [谷歌的技术文档写作指南](https://developers.google.com/style/)
1. [《几何原本》在线版](https://www.c82.net/euclid/)
1. [数据可视化基础](https://serialmentor.com/dataviz/)


## 数据库

* [MySQL 5.7 Reference Manual](http://dev.mysql.com/doc/refman/5.7/en/index.html)
* [MySQL 5.6 Reference Manual](http://dev.mysql.com/doc/refman/5.6/en/index.html)
* [H2 Database 教程](https://github.com/waylau/h2-database-doc)
* [DB2 教程](https://github.com/waylau/db2-tutorial)
* Getting Started with DB2 Express-C(3rd Edition)[:us:](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_DB2_Express_v9.7_p4.pdf), [:cn:](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/DB2_Express-C_9.7_3rd_Edition_Chinese.pdf)

## Security 安全

* [Apache Shiro 1.2.x 用户指南](https://github.com/waylau/apache-shiro-1.2.x-reference)
* [Spring Security 教程](https://github.com/waylau/spring-security-tutorial)

## Java

* [REST 案例大全](https://github.com/waylau/RestDemo)
* [REST 实战](https://github.com/waylau/rest-in-action)
* [Jersey 2.x 用户指南](https://github.com/waylau/Jersey-2.x-User-Guide)
* [Spring Framework 4.x参考文档](https://github.com/waylau/spring-framework-4-reference)
* [Netty 4.x 用户指南](https://github.com/waylau/netty-4-user-guide)
* [Netty 实战(精髓)](https://github.com/waylau/essential-netty-in-action)
* [Java 编码规范](https://github.com/waylau/java-code-conventions)
* [Apache MINA 2 用户指南](https://github.com/waylau/apache-mina-2.x-user-guide)
* [Concurrent Programming in Java-Design principles and patterns](http://gee.cs.oswego.edu/dl/cpj/index.html)
* [Java 并发编程培训(阿里巴巴)](http://www.slideshare.net/longhao/java-11808629)
* Java Servlet 3.1 规范 [:cn:](https://github.com/waylau/servlet-3.1-specification)[:arrow_down:](http://download.oracle.com/otndocs/jcp/servlet-3_1-fr-eval-spec/index.html)
* [JSSE 参考指南](https://github.com/waylau/jsse-reference-guide)
* [Spring Boot参考指南](https://github.com/qibaoguang/Spring-Boot-Reference-Guide)
* [Java 编程要点](https://github.com/waylau/essential-java)
* [Java 虚拟机规范](https://github.com/waylau/java-virtual-machine-specification)
* [Spring Boot 教程](https://github.com/waylau/spring-boot-tutorial)
* [分布式 Java](https://github.com/waylau/distributed-java)
* [Google Java编程风格指南](http://www.hawstein.com/posts/google-java-style.html)
* [Thymeleaf 教程](https://github.com/waylau/thymeleaf-tutorial)
* [Spring Cloud 教程](https://github.com/waylau/spring-cloud-tutorial)
* [Spring 5 案例大全](https://github.com/waylau/spring-5-book)
* [Think Java, 2nd Edition](https://books.trinket.io/thinkjava2)
* [Think Data Structures](http://greenteapress.com/thinkdast/html/index.html)
* [现代Java案例大全](https://github.com/waylau/modern-java-demos)
* [Effective Java 3rd Edition中文版](https://sjsdfg.github.io/effective-java-3rd-chinese)
* [Netty 案例大全](https://github.com/waylau/netty-4-user-guide-demos/)
* [Java数据结构及算法实战](https://github.com/waylau/java-data-structures-and-algorithms-in-action)
* [Java安可认证阶段考试——可信编码实现](https://github.com/waylau/java-trusted-coding-exam)

## Golang

* Build Web Application With Golang [:us:](https://github.com/astaxie/build-web-application-with-golang), [:cn:](https://github.com/astaxie/build-web-application-with-golang/blob/master/zh)
* [Go语言圣经(中文版)](https://github.com/golang-china/gopl-zh) ([镜像](https://github.com/gopl-zh/gopl-zh.github.com))
* [Go语言高级编程](https://github.com/chai2010/advanced-go-programming-book)


## Python

* Python on Windows documentation [:us:](https://docs.microsoft.com/en-us/windows/python/), [:cn:](https://docs.microsoft.com/zh-cn/windows/python/)


## Web

* [Svg 资源集合](https://github.com/willianjusten/awesome-svg)
* [Scalable Vector Graphics (SVG) 2](http://www.w3.org/TR/2015/WD-SVG2-20150409/)
* [HTTP/2.0 中文翻译](http://yuedu.baidu.com/ebook/478d1a62376baf1ffc4fad99?pn=1)
* http2 explained [:us:](http://daniel.haxx.se/http2/), [:cn:](https://www.gitbook.com/book/ye11ow/http2-explained/details)
* [High Performance Browser Networking](http://chimera.labs.oreilly.com/books/1230000000545/index.html)
* [TCP/IP详解 卷1:协议](http://www.52im.net/topic-tcpipvol1.html)
* [NGINX 教程](https://github.com/waylau/nginx-tutorial)
* JSON-RPC 2.0 规范 [:us:](http://www.jsonrpc.org/specification), [:cn:](http://wiki.geekdream.com/Specification/json-rpc_2.0.html)
* [跟老卫学Angular](https://github.com/waylau/angular-tutorial)

## Javascript

* [ECMAScript® 2016 Language Specification](https://tc39.github.io/ecma262/2016/)
* [Learn Javascript](http://gitbookio.gitbooks.io/javascript/)
* Less.js [:us:](http://lesscss.org/ ), [:cn:](http://lesscss.net/)
* Jekyll 文档 [:us:](http://jekyllrb.com/docs/home/), [:cn:](http://jekyllcn.com/docs/home/)
* [NW.js 入门指南](https://github.com/waylau/nwjs-demos)
* [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html)

## Node.js

* [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/)
* [Node.js 包教不包会](https://github.com/alsotang/node-lessons)
* [Node.js 案例大全](https://github.com/waylau/nodejs-book-samples)
* Developing with Node.js on Windows [:us:](https://docs.microsoft.com/en-us/windows/nodejs/), [:cn:](https://docs.microsoft.com/zh-cn/windows/nodejs/)

## CSS

* Bootstrap 文档 [:us:](http://getbootstrap.com/),[:cn:](http://v3.bootcss.com/)
* [CSS 参考手册](http://css.doyoe.com/)
* [Code Guide by @AlloyTeam](http://alloyteam.github.io/CodeGuide/)
* [CSS3 教程](https://github.com/waylau/css3-tutorial)
* [Google HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html)
* [Bootstrap 4 Tutorial](http://www.quackit.com/bootstrap/bootstrap_4/tutorial/)


## 软件工程

* Scrum and XP from the Trenches - 2nd Edition [:us:](http://www.infoq.com/resource/minibooks/scrum-xp-from-the-trenches-2/en/pdf/Scrum-and-XP-from-the-Trenches-2nd-edition.pdf) , [:cn:](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
* The Scrum Guide [:us:](http://www.scrumguides.org/scrum-guide.html) , [:cn:](http://www.scrumguides.org/docs/scrumguide/v1/Scrum-Guide-CN.pdf#zoom=100)

## 项目管理

* [Gradle 2 用户指南](https://github.com/waylau/Gradle-2-User-Guide)
* [Maven: The Complete Reference](http://www.sonatype.com/books/mvnref-book/reference/public-book.html)
* [Maven by Example](http://books.sonatype.com/mvnex-book/reference/public-book.html)
* [Gradle 3 用户指南](https://github.com/waylau/gradle-3-user-guide)

## 版本管理

* [Github 帮助文档](https://github.com/waylau/github-help)
* [Pro Git, 2nd Edition](https://github.com/progit/progit2) , [:us:](http://git-scm.com/book/en/v2), [:cn:](http://git-scm.com/book/zh/v2)
* [Pro Git, 1st Edition](https://github.com/progit/progit) , [:us:](http://git-scm.com/book/en/v1), [:cn:](http://git-scm.com/book/zh/v1)

## 工作流

* [Activiti 5.x 用户指南](https://github.com/waylau/activiti-5.x-user-guide)

## Linux

* [鸟哥的Linux私房菜](http://vbird.dic.ksu.edu.tw/)
* [Linux入门指引](https://upclinux.github.io/intro/)
* openSUSE Leap 42.1 非官方指南 [:us:](http://opensuse-guide.org/), [:cn:](https://lug.ustc.edu.cn/sites/opensuse-guide/)
* [Linux Tutorial](http://ryanstutorials.net/linuxtutorial/)[:us:]

## Mobile Development

* [Apache Cordova 开发指南](https://github.com/waylau/cordova-dev-guide)

## Swift

* The Swift Programming Language [:us:](https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/index.html), [:cn:](http://siemenliu.gitbooks.io/the-swift-programming-language-in-chinese/)
* [Swift User Guide](http://swift-lang.org/guides/release-0.94/userguide/userguide.html)

## 架构

* Architectural Styles and the Design of Network-based Software Architectures(架构风格与基于网络应用软件的架构设计) [:us:](http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm) [:cn:](http://yuedu.baidu.com/ebook/780324fbf121dd36a32d8269.html?f=read)[:arrow_down:](http://www.infoq.com/cn/minibooks/web-based-apps-archit-design)
* [Design patterns implemented in Java](http://java-design-patterns.com/)

## 云计算

* [Docker —— 从入门到实践](https://github.com/yeasy/docker_practice)
* [Docker Cheat Sheet](https://github.com/wsargent/docker-cheat-sheet)
* [Docker 入门实战](http://yuedu.baidu.com/ebook/d817967416fc700abb68fca1)
* [Docker 中文指南](https://github.com/widuu/chinese_docker)
* [Cloud Native 案例大全](https://github.com/waylau/cloud-native-book-demos)

## 大数据

* Elasticsearch 权威指南 [:us:](https://github.com/elasticsearch/elasticsearch-definitive-guide), [:cn:](https://github.com/looly/elasticsearch-definitive-guide-cn)
* Spring Data Elasticsearch [:us:](http://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html), [:cn:](https://es.yemengying.com/)

## 操作系统

* [Operate Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/)


# 技术书籍(未完待续,持续更新)

## Android
[Android应用开发入门教程(经典版)](https://github.com/TIM168/technical_books/blob/master/Android/Android%E5%BA%94%E7%94%A8%E5%BC%80%E5%8F%91%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B-%E7%BB%8F%E5%85%B8%E7%89%88.pdf)

## C++
[Accelerated C++](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/Accelerated%20C%2B%2B%20.pdf "Accelerated C++")

[Addison Wesley - Exceptional C++](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/Addison%20Wesley%20-%20Exceptional%20C%2B%2B.chm "Addison Wesley - Exceptional C++")

[C++.Primer.Plus.第五版.中文版](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/C%2B%2B.Primer.Plus.%E7%AC%AC%E4%BA%94%E7%89%88.%E4%B8%AD%E6%96%87%E7%89%88.pdf "C++.Primer.Plus.第五版.中文版")

[C++标准程序库](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/C%2B%2B%E6%A0%87%E5%87%86%E7%A8%8B%E5%BA%8F%E5%BA%93.pdf "C++标准程序库")

[C++编程思想[第一卷]](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/C%2B%2B%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%5B%E7%AC%AC%E4%B8%80%E5%8D%B7%5D.pdf "C++编程思想[第一卷]")

[C++编程思想[第二卷]](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/C%2B%2B%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%5B%E7%AC%AC%E4%BA%8C%E5%8D%B7%5D.pdf "C++编程思想[第二卷]")

[Essential C++中文版](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/Essential%20C%2B%2B%E4%B8%AD%E6%96%87%E7%89%88.pdf "Essential C++中文版")

[Modern C++ Design中文版](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/Modern%20C%2B%2B%20Design%E4%B8%AD%E6%96%87%E7%89%88.pdf "Modern C++ Design中文版")


[More Effective C++中文版](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/More%20Effective%20C%2B%2B%E4%B8%AD%E6%96%87%E7%89%88.pdf "More Effective C++中文版")

[More Exceptional C++中文版](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/More%20Exceptional%20C%2B%2B%E4%B8%AD%E6%96%87%E7%89%88.pdf "More Exceptional C++中文版")

[STL源码剖析](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/STL%E6%BA%90%E7%A0%81%E5%89%96%E6%9E%90.pdf "STL源码剖析")

[大话设计模式C++](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/%E5%A4%A7%E8%AF%9D%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8FC%2B%2B.pdf "大话设计模式C++")

[易学C++](https://github.com/TIM168/technical_books/tree/master/C%2B%2B "易学C++")

[深度探索C++对象模型](https://github.com/TIM168/technical_books/blob/master/C%2B%2B/%E6%B7%B1%E5%BA%A6%E6%8E%A2%E7%B4%A2C%2B%2B%E5%AF%B9%E8%B1%A1%E6%A8%A1%E5%9E%8B.pdf "深度探索C++对象模型")

## C语言

[C专家编程](https://github.com/TIM168/technical_books/blob/master/C%E8%AF%AD%E8%A8%80/C%E4%B8%93%E5%AE%B6%E7%BC%96%E7%A8%8B.pdf "C专家编程")

[The C Programming Language](https://github.com/TIM168/technical_books/blob/master/C%E8%AF%AD%E8%A8%80/The%20C%20Programming%20Language.pdf "The C Programming Language")

[The+C+Standard+Library](https://github.com/TIM168/technical_books/blob/master/C%E8%AF%AD%E8%A8%80/The%2BC%2BStandard%2BLibrary.pdf "The+C+Standard+Library")

[C语言深度剖析](https://github.com/TIM168/technical_books/blob/master/C%E8%AF%AD%E8%A8%80/c%E8%AF%AD%E8%A8%80%E6%B7%B1%E5%BA%A6%E5%89%96%E6%9E%90.pdf "C语言深度剖析")

[指针详解](https://github.com/TIM168/technical_books/tree/master/C%E8%AF%AD%E8%A8%80 "指针详解")

[林锐·高质量C 编程指南](https://github.com/TIM168/technical_books/blob/master/C%E8%AF%AD%E8%A8%80/%E6%9E%97%E9%94%90%C2%B7%E9%AB%98%E8%B4%A8%E9%87%8FC%20%20%E7%BC%96%E7%A8%8B%E6%8C%87%E5%8D%97.pdf "林锐·高质量C 编程指南")

[经典的100个C算法](https://github.com/TIM168/technical_books/blob/master/C%E8%AF%AD%E8%A8%80/%E7%BB%8F%E5%85%B8%E7%9A%84100%E4%B8%AAc%E7%AE%97%E6%B3%95.txt "经典的100个C算法")

[谭浩强经典C教程](https://github.com/TIM168/technical_books/blob/master/C%E8%AF%AD%E8%A8%80/%E8%B0%AD%E6%B5%A9%E5%BC%BA%E7%BB%8F%E5%85%B8C%252B%252B%E6%95%99%E7%A8%8B.ppt "谭浩强经典C教程")

## Go

[Go并发编程实战](https://github.com/TIM168/technical_books/blob/master/Go/Go%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B%E5%AE%9E%E6%88%98.pdf "Go并发编程实战")

## HTML

[HTML入门教材](https://github.com/TIM168/technical_books/blob/master/HTML/HTML%E5%85%A5%E9%97%A8%E6%95%99%E6%9D%90.pdf "HTML入门教材")

[HTML语言从零到精通](https://github.com/TIM168/technical_books/blob/master/HTML/HTML%E8%AF%AD%E8%A8%80%E4%BB%8E%E9%9B%B6%E5%88%B0%E7%B2%BE%E9%80%9A.pdf "HTML语言从零到精通")

## HTTP

[HttpClient入门](https://github.com/TIM168/technical_books/blob/master/HTTP/HttpClient%E5%85%A5%E9%97%A8.pdf "HttpClient入门")


## Java

[JMS20](https://github.com/TIM168/technical_books/blob/master/Java/JMS20.pdf "JMS20")

[Maven实战](https://github.com/TIM168/technical_books/blob/master/Java/Maven%E5%AE%9E%E6%88%98.pdf "Maven实战")

[Netty权威指南 第1版 完整版](https://github.com/TIM168/technical_books/blob/master/Java/Netty%E6%9D%83%E5%A8%81%E6%8C%87%E5%8D%97%20%E7%AC%AC1%E7%89%88%20%E5%AE%8C%E6%95%B4%E7%89%88.pdf "Netty权威指南 第1版 完整版")

[Practical.API.Design.Confessions.of.a.Java.Framework.Architect](https://github.com/TIM168/technical_books/blob/master/Java/Practical.API.Design.Confessions.of.a.Java.Framework.Architect.pdf "Practical.API.Design.Confessions.of.a.Java.Framework.Architect")

[TreeMap实现原理](https://github.com/TIM168/technical_books/blob/master/Java/TreeMap%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86.pdf "TreeMap实现原理")

[《Java多线程编程核心技术》迷你书](https://github.com/TIM168/technical_books/blob/master/Java/%E3%80%8AJava%E5%A4%9A%E7%BA%BF%E7%A8%8B%E7%BC%96%E7%A8%8B%E6%A0%B8%E5%BF%83%E6%8A%80%E6%9C%AF%E3%80%8B%E8%BF%B7%E4%BD%A0%E4%B9%A6.pdf "《Java多线程编程核心技术》迷你书")

[使用Nexus搭建Maven私服](https://github.com/TIM168/technical_books/blob/master/Java/%E4%BD%BF%E7%94%A8Nexus%E6%90%AD%E5%BB%BAMaven%E7%A7%81%E6%9C%8D.pdf "使用Nexus搭建Maven私服")

[实战Java虚拟机](https://github.com/TIM168/technical_books/blob/master/Java/%E5%AE%9E%E6%88%98Java%E8%99%9A%E6%8B%9F%E6%9C%BA.pdf "实战Java虚拟机")

[深入理解JAVA内存模型](https://github.com/TIM168/technical_books/blob/master/Java/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3JAVA%E5%86%85%E5%AD%98%E6%A8%A1%E5%9E%8B.pdf "深入理解JAVA内存模型")

[深入理解Java7](https://github.com/TIM168/technical_books/blob/master/Java/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3Java7.pdf "深入理解Java7")

[理解ThreadLocal](https://github.com/TIM168/technical_books/blob/master/Java/%E7%90%86%E8%A7%A3ThreadLocal.pdf "理解ThreadLocal")

[研磨Struts2](https://github.com/TIM168/technical_books/blob/master/Java/%E7%A0%94%E7%A3%A8Struts2.pdf "研磨Struts2")

[精通lambda表达式:Java多核编程](https://github.com/TIM168/technical_books/blob/master/Java/%E7%B2%BE%E9%80%9Alambda%E8%A1%A8%E8%BE%BE%E5%BC%8F%EF%BC%9AJava%E5%A4%9A%E6%A0%B8%E7%BC%96%E7%A8%8B.pdf "精通lambda表达式:Java多核编程")

[轻松学Java Web开发](https://github.com/TIM168/technical_books/blob/master/Java/%E8%BD%BB%E6%9D%BE%E5%AD%A6Java%20Web%E5%BC%80%E5%8F%91.pdf "轻松学Java Web开发")

[阿里巴巴Java开发手册](https://github.com/TIM168/technical_books/blob/master/Java/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4Java%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8Cv1.2.0.pdf "阿里巴巴Java开发手册")

## Javascript

[AJAX实战](https://github.com/TIM168/technical_books/blob/master/Javascript/AJAX%E5%AE%9E%E6%88%98.pdf "AJAX实战")


[AngularJS权威教程](https://github.com/TIM168/technical_books/blob/master/Javascript/AngularJS%E6%9D%83%E5%A8%81%E6%95%99%E7%A8%8B.pdf "AngularJS权威教程")

[JavaScript_DOM编程艺术](https://github.com/TIM168/technical_books/blob/master/Javascript/JavaScript_DOM%E7%BC%96%E7%A8%8B%E8%89%BA%E6%9C%AF.pdf "JavaScript_DOM编程艺术")

[PhoneGap入门经典](https://github.com/TIM168/technical_books/blob/master/Javascript/PhoneGap%E5%85%A5%E9%97%A8%E7%BB%8F%E5%85%B8.pdf "PhoneGap入门经典")

[PhoneGap实战](https://github.com/TIM168/technical_books/blob/master/Javascript/PhoneGap%E5%AE%9E%E6%88%98.pdf "PhoneGap实战")

[jQuery技术内幕](https://github.com/TIM168/technical_books/blob/master/Javascript/jQuery%E6%8A%80%E6%9C%AF%E5%86%85%E5%B9%95.pdf "jQuery技术内幕")

[javascript面向对象编程](https://github.com/TIM168/technical_books/blob/master/Javascript/javascript%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E7%BC%96%E7%A8%8B.pdf "javascript面向对象编程")

[《锋利的jQuery》](https://github.com/TIM168/technical_books/blob/master/Javascript/%E3%80%8A%E9%94%8B%E5%88%A9%E7%9A%84jQuery%E3%80%8B.pdf "《锋利的jQuery》")

[悟透javascript](https://github.com/TIM168/technical_books/blob/master/Javascript/%E6%82%9F%E9%80%8Fjavascript.pdf "悟透javascript")

[深入浅出Node.js](https://github.com/TIM168/technical_books/blob/master/Javascript/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BANode.js.pdf "深入浅出Node.js")

[编写高质量代码--Web前端开发修炼之道](https://github.com/TIM168/technical_books/blob/master/Javascript/%E7%BC%96%E5%86%99%E9%AB%98%E8%B4%A8%E9%87%8F%E4%BB%A3%E7%A0%81--Web%E5%89%8D%E7%AB%AF%E5%BC%80%E5%8F%91%E4%BF%AE%E7%82%BC%E4%B9%8B%E9%81%93.pdf "编写高质量代码--Web前端开发修炼之道")

[高性能JavaScript_编程](https://github.com/TIM168/technical_books/blob/master/Javascript/%E9%AB%98%E6%80%A7%E8%83%BDJavaScript_%E7%BC%96%E7%A8%8B.pdf "高性能JavaScript_编程")

## Linux
[Linux内核设计与实现](https://github.com/TIM168/technical_books/blob/master/Linux/LINUX%E5%86%85%E6%A0%B8%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf "Linux内核设计与实现")

[Linux系统命令及其使用详解](https://github.com/TIM168/technical_books/blob/master/Linux/Linux%E7%B3%BB%E7%BB%9F%E5%91%BD%E4%BB%A4%E5%8F%8A%E5%85%B6%E4%BD%BF%E7%94%A8%E8%AF%A6%E8%A7%A3.doc "Linux系统命令及其使用详解")

[Ubuntu_Linux从入门到精通](https://github.com/TIM168/technical_books/blob/master/Linux/Ubuntu_Linux%E4%BB%8E%E5%85%A5%E9%97%A8%E5%88%B0%E7%B2%BE%E9%80%9A.pdf "Ubuntu_Linux从入门到精通")

[linux内核深入剖析基于0.11](https://github.com/TIM168/technical_books/blob/master/Linux/linux%E5%86%85%E6%A0%B8%E6%B7%B1%E5%85%A5%E5%89%96%E6%9E%90%E5%9F%BA%E4%BA%8E0.11.pdf "linux内核深入剖析基于0.11")

[ubuntu安装教程](https://github.com/TIM168/technical_books/blob/master/Linux/ubuntu%E5%AE%89%E8%A3%85%E6%95%99%E7%A8%8B.doc "ubuntu安装教程")

## PHP
[PHP7.2官方手册中文版](https://github.com/TIM168/technical_books/blob/master/PHP/PHP7.2%E6%89%8B%E5%86%8C%EF%BC%88%E6%9C%80%E6%96%B0%E7%89%88%EF%BC%89/php%E5%AE%98%E6%96%B9%E6%89%8B%E5%86%8C%E4%B8%AD%E6%96%87%E7%89%88.chm "PHP7.2官方手册中文版")

[01《学通PHP的24堂课》](https://github.com/TIM168/technical_books/blob/master/PHP/01%E3%80%8A%E5%AD%A6%E9%80%9APHP%E7%9A%8424%E5%A0%82%E8%AF%BE%E3%80%8B.pdf "01《学通PHP的24堂课》")

[02《从零开始学PHP》](https://github.com/TIM168/technical_books/blob/master/PHP/02%E3%80%8A%E4%BB%8E%E9%9B%B6%E5%BC%80%E5%A7%8B%E5%AD%A6PHP%E3%80%8B.pdf "02《从零开始学PHP》")

[03《PHP学习手册》](https://github.com/TIM168/technical_books/blob/master/PHP/03%E3%80%8APHP%E5%AD%A6%E4%B9%A0%E6%89%8B%E5%86%8C%E3%80%8B.pdf "03《PHP学习手册》")

[04《PHP经典编程265例》](https://github.com/TIM168/technical_books/blob/master/PHP/03%E3%80%8APHP%E7%BB%8F%E5%85%B8%E7%BC%96%E7%A8%8B265%E4%BE%8B%E3%80%8B.pdf "04《PHP经典编程265例》")

[PHP安全编程](https://github.com/TIM168/technical_books/blob/master/PHP/PHP%E5%AE%89%E5%85%A8%E7%BC%96%E7%A8%8B.pdf "PHP安全编程")

[laravel框架5.6](https://github.com/TIM168/technical_books/blob/master/PHP/laravel%E6%A1%86%E6%9E%B65_6.pdf "laravel框架5.6")

[《PHP5应用实例详解使用Zend Framework&Smarty构筑真正的MVC模式应用》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8APHP5%E5%BA%94%E7%94%A8%E5%AE%9E%E4%BE%8B%E8%AF%A6%E8%A7%A3%E4%BD%BF%E7%94%A8Zend%20Framework%26Smarty%E6%9E%84%E7%AD%91%E7%9C%9F%E6%AD%A3%E7%9A%84MVC%E6%A8%A1%E5%BC%8F%E5%BA%94%E7%94%A8%E3%80%8B.pdf "《PHP5应用实例详解使用Zend Framework&Smarty构筑真正的MVC模式应用》")

[《PHP与MySQL案例剖析》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8APHP%E4%B8%8EMySQL%E6%A1%88%E4%BE%8B%E5%89%96%E6%9E%90%E3%80%8B.pdf "《PHP与MySQL案例剖析》")

[《PHP开发实战1200例》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8APHP%E5%BC%80%E5%8F%91%E5%AE%9E%E6%88%981200%E4%BE%8B%E3%80%8B.pdf "《PHP开发实战1200例》")

[《PHP网络编程典型模块与实例精讲》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8APHP%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B%E5%85%B8%E5%9E%8B%E6%A8%A1%E5%9D%97%E4%B8%8E%E5%AE%9E%E4%BE%8B%E7%B2%BE%E8%AE%B2%E3%80%8B.pdf "《PHP网络编程典型模块与实例精讲》")

[《Web开发的平民英雄--PHP+MySQL》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8AWeb%E5%BC%80%E5%8F%91%E7%9A%84%E5%B9%B3%E6%B0%91%E8%8B%B1%E9%9B%84--PHP%2BMySQL%E3%80%8B.pdf "《Web开发的平民英雄--PHP+MySQL》")

[《实战突击.php项目开发案例整合》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8A%E5%AE%9E%E6%88%98%E7%AA%81%E5%87%BB.php%E9%A1%B9%E7%9B%AE%E5%BC%80%E5%8F%91%E6%A1%88%E4%BE%8B%E6%95%B4%E5%90%88%E3%80%8B.pdf "《实战突击.php项目开发案例整合》")

[《深入PHP与JQUERY开发》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8A%E6%B7%B1%E5%85%A5PHP%E4%B8%8EJQUERY%E5%BC%80%E5%8F%91%E3%80%8B.pdf "《深入PHP与JQUERY开发》")

[《深入PHP面向对象模式与实践第2版》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8A%E6%B7%B1%E5%85%A5PHP%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E6%A8%A1%E5%BC%8F%E4%B8%8E%E5%AE%9E%E8%B7%B5%E7%AC%AC2%E7%89%88%E3%80%8B.pdf "《深入PHP面向对象模式与实践第2版》")

[《深入PHP面向对象模式与实践第3版》](https://github.com/TIM168/technical_books/blob/master/PHP/%E3%80%8A%E6%B7%B1%E5%85%A5PHP%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E6%A8%A1%E5%BC%8F%E4%B8%8E%E5%AE%9E%E8%B7%B5%E7%AC%AC3%E7%89%88%E3%80%8B.pdf "《深入PHP面向对象模式与实践第3版》")

[高性能PHP应用开发](https://github.com/TIM168/technical_books/blob/master/PHP/%E9%AB%98%E6%80%A7%E8%83%BDPHP%E5%BA%94%E7%94%A8%E5%BC%80%E5%8F%91_itsrcs.com.pdf "高性能PHP应用开发")

## Python
[Python3.6 中文文档](https://github.com/TIM168/technical_books/blob/master/Python/Python3.6%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3.pdf "Python3.6 中文文档")

## Unix
[UNIX环境高级编程第二版](https://github.com/TIM168/technical_books/blob/master/Unix/UNIX%E7%8E%AF%E5%A2%83%E9%AB%98%E7%BA%A7%E7%BC%96%E7%A8%8B%E7%AC%AC%E4%BA%8C%E7%89%88.pdf "UNIX环境高级编程第二版")

[UNIX网络编程第2卷](https://github.com/TIM168/technical_books/blob/master/Unix/UNIX%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B%E7%AC%AC2%E5%8D%B7.pdf "UNIX网络编程第2卷")

[Unix编程艺术](https://github.com/TIM168/technical_books/blob/master/Unix/Unix%E7%BC%96%E7%A8%8B%E8%89%BA%E6%9C%AF.pdf "Unix编程艺术")

## VC
[MFC类库详解](https://github.com/TIM168/technical_books/blob/master/VC/MFC%E7%B1%BB%E5%BA%93%E8%AF%A6%E8%A7%A3.chm "MFC类库详解")

[VC命名规范](https://github.com/TIM168/technical_books/blob/master/VC/VC_%E5%91%BD%E5%90%8D%E8%A7%84%E8%8C%83.doc "VC命名规范")

[VC技术内幕](https://github.com/TIM168/technical_books/blob/master/VC/VC%E6%8A%80%E6%9C%AF%E5%86%85%E5%B9%95.pdf "VC技术内幕")

[VC调试方法](https://github.com/TIM168/technical_books/blob/master/VC/VC%E8%B0%83%E8%AF%95%E6%96%B9%E6%B3%95.doc "VC调试方法")

[vc++6.0_调试详细教程](https://github.com/TIM168/technical_books/blob/master/VC/vc%2B%2B6.0_%E8%B0%83%E8%AF%95%E8%AF%A6%E7%BB%86%E6%95%99%E7%A8%8B.doc "vc++6.0_调试详细教程")

[深入浅出MFC](https://github.com/TIM168/technical_books/blob/master/VC/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BAMFC.pdf "深入浅出MFC")

[用VC集成开发环境编译HelloDDK](https://github.com/TIM168/technical_books/blob/master/VC/%E7%94%A8VC%E9%9B%86%E6%88%90%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E7%BC%96%E8%AF%91HelloDDK.doc "用VC集成开发环境编译HelloDDK")

## Windows
[Windows API一日一练](https://github.com/TIM168/technical_books/blob/master/Windows/Windows%20API%E4%B8%80%E6%97%A5%E4%B8%80%E7%BB%83.zip "Windows API一日一练")

[Windows_CMD命令大全-电脑教程](https://github.com/TIM168/technical_books/blob/master/Windows/Windows_CMD%E5%91%BD%E4%BB%A4%E5%A4%A7%E5%85%A8-%E7%94%B5%E8%84%91%E6%95%99%E7%A8%8B.txt "Windows_CMD命令大全-电脑教程")

[Windows下设备驱动程序的开发方法](https://github.com/TIM168/technical_books/blob/master/Windows/Windows%E4%B8%8B%E8%AE%BE%E5%A4%87%E9%A9%B1%E5%8A%A8%E7%A8%8B%E5%BA%8F%E7%9A%84%E5%BC%80%E5%8F%91%E6%96%B9%E6%B3%95.pdf "Windows下设备驱动程序的开发方法")

[Windows程序设计2](https://github.com/TIM168/technical_books/blob/master/Windows/Windows%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A12.chm "Windows程序设计2")

[windows电脑cmd命令大全](https://github.com/TIM168/technical_books/blob/master/Windows/windows%E7%94%B5%E8%84%91cmd%E5%91%BD%E4%BB%A4%E5%A4%A7%E5%85%A8.doc "windows电脑cmd命令大全")

[精通Windows.API-函数、接口、编程实例](https://github.com/TIM168/technical_books/blob/master/Windows/%E7%B2%BE%E9%80%9AWindows.API-%E5%87%BD%E6%95%B0%E3%80%81%E6%8E%A5%E5%8F%A3%E3%80%81%E7%BC%96%E7%A8%8B%E5%AE%9E%E4%BE%8B.pdf "精通Windows.API-函数、接口、编程实例")

## 人工智能&机器学习
[机器学习(周志华)](https://github.com/TIM168/technical_books/blob/master/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%26%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0_%E5%91%A8%E5%BF%97%E5%8D%8E.pdf "机器学习(周志华)")

[机器学习算法与Python学习](https://github.com/TIM168/technical_books/blob/master/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%26%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%E7%AE%97%E6%B3%95%E4%B8%8EPython%E5%AD%A6%E4%B9%A0.pdf "机器学习算法与Python学习")

[深度学习](https://github.com/TIM168/technical_books/blob/master/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%26%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0.pdf "深度学习")

[深度学习Java语言实现](https://github.com/TIM168/technical_books/blob/master/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%26%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0Java%E8%AF%AD%E8%A8%80%E5%AE%9E%E7%8E%B0.pdf "深度学习Java语言实现")

## 单片机
[《爱上单片机》高清版](https://github.com/TIM168/technical_books/blob/master/%E5%8D%95%E7%89%87%E6%9C%BA/%E3%80%8A%E7%88%B1%E4%B8%8A%E5%8D%95%E7%89%87%E6%9C%BA%E3%80%8B%E9%AB%98%E6%B8%85PDF.pdf "《爱上单片机》高清版")

[爱上单片机【第二版】](https://github.com/TIM168/technical_books/blob/master/%E5%8D%95%E7%89%87%E6%9C%BA/%E7%88%B1%E4%B8%8A%E5%8D%95%E7%89%87%E6%9C%BA%E3%80%90%E7%AC%AC%E4%BA%8C%E7%89%88%E3%80%917.pdf "爱上单片机【第二版】")

## 多线程
[多线程的那点儿事](https://github.com/TIM168/technical_books/blob/master/%E5%A4%9A%E7%BA%BF%E7%A8%8B/%E5%A4%9A%E7%BA%BF%E7%A8%8B%E7%9A%84%E9%82%A3%E7%82%B9%E5%84%BF%E4%BA%8B.doc "多线程的那点儿事")

[多线程编程指南](https://github.com/TIM168/technical_books/blob/master/%E5%A4%9A%E7%BA%BF%E7%A8%8B/%E5%A4%9A%E7%BA%BF%E7%A8%8B%E7%BC%96%E7%A8%8B%E6%8C%87%E5%8D%97.pdf "多线程编程指南")

## 大数据
[Hadoop实战](https://github.com/TIM168/technical_books/blob/master/%E5%A4%A7%E6%95%B0%E6%8D%AE/Hadoop%E5%AE%9E%E6%88%98.pdf "Hadoop实战")

[Hive编程指南](https://github.com/TIM168/technical_books/blob/master/%E5%A4%A7%E6%95%B0%E6%8D%AE/Hive%E7%BC%96%E7%A8%8B%E6%8C%87%E5%8D%97.pdf "Hive编程指南")

[Spark技术内幕 深入解析Spark内核架构设计与实现原理](https://github.com/TIM168/technical_books/blob/master/%E5%A4%A7%E6%95%B0%E6%8D%AE/Spark%E6%8A%80%E6%9C%AF%E5%86%85%E5%B9%95%20%20%E6%B7%B1%E5%85%A5%E8%A7%A3%E6%9E%90Spark%E5%86%85%E6%A0%B8%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86.pdf "Spark技术内幕 深入解析Spark内核架构设计与实现原理")

[kafka权威指南中文版](https://github.com/TIM168/technical_books/blob/master/%E5%A4%A7%E6%95%B0%E6%8D%AE/kafka%E6%9D%83%E5%A8%81%E6%8C%87%E5%8D%97%E4%B8%AD%E6%96%87%E7%89%88.pdf "kafka权威指南中文版")

[大数据搜索与日志挖掘及可视化方案++ELK+Stack++Elasticsearch+Logstash+Kibana++第2版](https://github.com/TIM168/technical_books/blob/master/%E5%A4%A7%E6%95%B0%E6%8D%AE/%E5%A4%A7%E6%95%B0%E6%8D%AE%E6%90%9C%E7%B4%A2%E4%B8%8E%E6%97%A5%E5%BF%97%E6%8C%96%E6%8E%98%E5%8F%8A%E5%8F%AF%E8%A7%86%E5%8C%96%E6%96%B9%E6%A1%88%2B%2BELK%2BStack%2B%2BElasticsearch%2BLogstash%2BKibana%2B%2B%E7%AC%AC2%E7%89%88.pdf "大数据搜索与日志挖掘及可视化方案++ELK+Stack++Elasticsearch+Logstash+Kibana++第2版")

[实战Elasticsearch、Logstash、Kibana++分布式大数据搜索与日志挖掘及可视化解决方案](https://github.com/TIM168/technical_books/blob/master/%E5%A4%A7%E6%95%B0%E6%8D%AE/%E5%AE%9E%E6%88%98Elasticsearch%E3%80%81Logstash%E3%80%81Kibana%2B%2B%E5%88%86%E5%B8%83%E5%BC%8F%E5%A4%A7%E6%95%B0%E6%8D%AE%E6%90%9C%E7%B4%A2%E4%B8%8E%E6%97%A5%E5%BF%97%E6%8C%96%E6%8E%98%E5%8F%8A%E5%8F%AF%E8%A7%86%E5%8C%96%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88.pdf "实战Elasticsearch、Logstash、Kibana++分布式大数据搜索与日志挖掘及可视化解决方案")

## 数据库
[SQL完全手册](https://github.com/TIM168/technical_books/blob/master/%E6%95%B0%E6%8D%AE%E5%BA%93/SQL%E5%AE%8C%E5%85%A8%E6%89%8B%E5%86%8C.pdf "SQL完全手册")

[《MySQL高效编程》](https://github.com/TIM168/technical_books/blob/master/%E6%95%B0%E6%8D%AE%E5%BA%93/%E3%80%8AMySQL%E9%AB%98%E6%95%88%E7%BC%96%E7%A8%8B%E3%80%8B.pdf "《MySQL高效编程》")

## 木马,病毒
[僵尸网络_网络程序杀手](https://github.com/TIM168/technical_books/blob/master/%E6%9C%A8%E9%A9%AC%EF%BC%8C%E7%97%85%E6%AF%92/%E5%83%B5%E5%B0%B8%E7%BD%91%E7%BB%9C_%E7%BD%91%E7%BB%9C%E7%A8%8B%E5%BA%8F%E6%9D%80%E6%89%8B.pdf "僵尸网络_网络程序杀手")

[拒绝盗号](https://github.com/TIM168/technical_books/blob/master/%E6%9C%A8%E9%A9%AC%EF%BC%8C%E7%97%85%E6%AF%92/%E6%8B%92%E7%BB%9D%E7%9B%97%E5%8F%B7.pdf "拒绝盗号")

[木马攻防全攻略](https://github.com/TIM168/technical_books/blob/master/%E6%9C%A8%E9%A9%AC%EF%BC%8C%E7%97%85%E6%AF%92/%E6%9C%A8%E9%A9%AC%E6%94%BB%E9%98%B2%E5%85%A8%E6%94%BB%E7%95%A5.pdf "木马攻防全攻略")

[木马查杀深度剖析](https://github.com/TIM168/technical_books/blob/master/%E6%9C%A8%E9%A9%AC%EF%BC%8C%E7%97%85%E6%AF%92/%E6%9C%A8%E9%A9%AC%E6%9F%A5%E6%9D%80%E6%B7%B1%E5%BA%A6%E5%89%96%E6%9E%90.pdf "木马查杀深度剖析")

[潜伏在办公室](https://github.com/TIM168/technical_books/blob/master/%E6%9C%A8%E9%A9%AC%EF%BC%8C%E7%97%85%E6%AF%92/%E6%BD%9C%E4%BC%8F%E5%9C%A8%E5%8A%9E%E5%85%AC%E5%AE%A4.pdf "潜伏在办公室")

[网页木马攻防实战](https://github.com/TIM168/technical_books/blob/master/%E6%9C%A8%E9%A9%AC%EF%BC%8C%E7%97%85%E6%AF%92/%E7%BD%91%E9%A1%B5%E6%9C%A8%E9%A9%AC%E6%94%BB%E9%98%B2%E5%AE%9E%E6%88%98.pdf "网页木马攻防实战")

[走进计算机病毒](https://github.com/TIM168/technical_books/blob/master/%E6%9C%A8%E9%A9%AC%EF%BC%8C%E7%97%85%E6%AF%92/%E8%B5%B0%E8%BF%9B%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%97%85%E6%AF%92.pdf "走进计算机病毒")

## 架构
[分布式计算-原理、算法和系统](https://github.com/TIM168/technical_books/blob/master/%E6%9E%B6%E6%9E%84/%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%A1%E7%AE%97-%E5%8E%9F%E7%90%86%E3%80%81%E7%AE%97%E6%B3%95%E5%92%8C%E7%B3%BB%E7%BB%9F.pdf "分布式计算-原理、算法和系统")

[支付宝架构与技术](https://github.com/TIM168/technical_books/blob/master/%E6%9E%B6%E6%9E%84/%E6%94%AF%E4%BB%98%E5%AE%9D%E6%9E%B6%E6%9E%84%E4%B8%8E%E6%8A%80%E6%9C%AF.pdf "支付宝架构与技术")

[淘宝技术这十年](https://github.com/TIM168/technical_books/blob/master/%E6%9E%B6%E6%9E%84/%E6%B7%98%E5%AE%9D%E6%8A%80%E6%9C%AF%E8%BF%99%E5%8D%81%E5%B9%B4.pdf "淘宝技术这十年")

## 汇编语言
[IBM_PC汇编语言程序设计__绪论](https://github.com/TIM168/technical_books/blob/master/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/IBM_PC%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1__%E7%BB%AA%E8%AE%BA.ppt "IBM_PC汇编语言程序设计__绪论")

[汇编指令大全](https://github.com/TIM168/technical_books/blob/master/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/%E6%B1%87%E7%BC%96%E6%8C%87%E4%BB%A4%E5%A4%A7%E5%85%A81.doc "汇编指令大全")

[汇编语言(王爽着)](https://github.com/TIM168/technical_books/blob/master/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80%E7%8E%8B%E7%88%BD%E7%9D%80.pdf "汇编语言(王爽着)")

## 消息队列&搜索引擎
[Elasticsearch in Action 全文检索](https://github.com/TIM168/technical_books/blob/master/%E6%B6%88%E6%81%AF%E9%98%9F%E5%88%97%26%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E/Elasticsearch%20in%20Action%20%E5%85%A8%E6%96%87%E6%A3%80%E7%B4%A2.pdf "Elasticsearch in Action 全文检索")

[RabbitMQ实战指南](https://github.com/TIM168/technical_books/blob/master/%E6%B6%88%E6%81%AF%E9%98%9F%E5%88%97%26%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E/RabbitMQ%E5%AE%9E%E6%88%98%E6%8C%87%E5%8D%97.pdf "RabbitMQ实战指南")

## 电脑故障
[DOS在电脑维护与故障修复中的典型应用](https://github.com/TIM168/technical_books/blob/master/%E7%94%B5%E8%84%91%E6%95%85%E9%9A%9C/DOS%E5%9C%A8%E7%94%B5%E8%84%91%E7%BB%B4%E6%8A%A4%E4%B8%8E%E6%95%85%E9%9A%9C%E4%BF%AE%E5%A4%8D%E4%B8%AD%E7%9A%84%E5%85%B8%E5%9E%8B%E5%BA%94%E7%94%A8.pdf "DOS在电脑维护与故障修复中的典型应用")

[DOS在电脑装机与系统修复中的典型应用](https://github.com/TIM168/technical_books/blob/master/%E7%94%B5%E8%84%91%E6%95%85%E9%9A%9C/DOS%E5%9C%A8%E7%94%B5%E8%84%91%E8%A3%85%E6%9C%BA%E4%B8%8E%E7%B3%BB%E7%BB%9F%E4%BF%AE%E5%A4%8D%E4%B8%AD%E7%9A%84%E5%85%B8%E5%9E%8B%E5%BA%94%E7%94%A8.pdf "DOS在电脑装机与系统修复中的典型应用")

[DOS在磁盘管理与系统维护中的典型应用 入门篇](https://github.com/TIM168/technical_books/blob/master/%E7%94%B5%E8%84%91%E6%95%85%E9%9A%9C/DOS%E5%9C%A8%E7%A3%81%E7%9B%98%E7%AE%A1%E7%90%86%E4%B8%8E%E7%B3%BB%E7%BB%9F%E7%BB%B4%E6%8A%A4%E4%B8%AD%E7%9A%84%E5%85%B8%E5%9E%8B%E5%BA%94%E7%94%A8%20%E5%85%A5%E9%97%A8%E7%AF%87.pdf "DOS在磁盘管理与系统维护中的典型应用 入门篇")

[电脑常见故障排除一本通](https://github.com/TIM168/technical_books/blob/master/%E7%94%B5%E8%84%91%E6%95%85%E9%9A%9C/%E7%94%B5%E8%84%91%E5%B8%B8%E8%A7%81%E6%95%85%E9%9A%9C%E6%8E%92%E9%99%A4%E4%B8%80%E6%9C%AC%E9%80%9A.pdf "电脑常见故障排除一本通")

[电脑硬道理_网络安全秘技](https://github.com/TIM168/technical_books/blob/master/%E7%94%B5%E8%84%91%E6%95%85%E9%9A%9C/%E7%94%B5%E8%84%91%E7%A1%AC%E9%81%93%E7%90%86_%E7%BD%91%E7%BB%9C%E5%AE%89%E5%85%A8%E7%A7%98%E6%8A%80.pdf "电脑硬道理_网络安全秘技")

[网络游戏安全揭秘](https://github.com/TIM168/technical_books/blob/master/%E7%94%B5%E8%84%91%E6%95%85%E9%9A%9C/%E7%BD%91%E7%BB%9C%E6%B8%B8%E6%88%8F%E5%AE%89%E5%85%A8%E6%8F%AD%E7%A7%98.pdf "网络游戏安全揭秘")

## 算法
[《啊哈!算法》](https://github.com/TIM168/technical_books/blob/master/%E7%AE%97%E6%B3%95/%E3%80%8A%E5%95%8A%E5%93%88%EF%BC%81%E7%AE%97%E6%B3%95%E3%80%8B.pdf "《啊哈!算法》")

[程序员的数学](https://github.com/TIM168/technical_books/blob/master/%E7%AE%97%E6%B3%95/%E7%A8%8B%E5%BA%8F%E5%91%98%E7%9A%84%E6%95%B0%E5%AD%A6.pdf "程序员的数学")

## 网管
[金牌网管师初级网络实验手册](https://github.com/TIM168/technical_books/blob/master/%E7%BD%91%E7%AE%A1/%E9%87%91%E7%89%8C%E7%BD%91%E7%AE%A1%E5%B8%88%E5%88%9D%E7%BA%A7%E7%BD%91%E7%BB%9C%E5%AE%9E%E9%AA%8C%E6%89%8B%E5%86%8C.pdf "金牌网管师初级网络实验手册")

## 黑客之道
[《黑客渗透笔记》](https://github.com/TIM168/technical_books/blob/master/%E9%BB%91%E5%AE%A2%E4%B9%8B%E9%81%93/%E3%80%8A%E9%BB%91%E5%AE%A2%E6%B8%97%E9%80%8F%E7%AC%94%E8%AE%B0%E3%80%8B.pdf "《黑客渗透笔记》")

[非技术攻击 菜鸟也能防黑客](https://github.com/TIM168/technical_books/blob/master/%E9%BB%91%E5%AE%A2%E4%B9%8B%E9%81%93/%E9%9D%9E%E6%8A%80%E6%9C%AF%E6%94%BB%E5%87%BB%20%E8%8F%9C%E9%B8%9F%E4%B9%9F%E8%83%BD%E9%98%B2%E9%BB%91%E5%AE%A2.pdf "非技术攻击 菜鸟也能防黑客")