|
3 | 3 | 在线阅读: [GitHub 漫游指南](http://github.phodal.com/), 下载: [pdf](https://github.com/phodal/github-roam/raw/gh-pages/github-roam.pdf)、[mobi](https://github.com/phodal/github-roam/raw/gh-pages/github-roam.mobi)、[epub](https://github.com/phodal/github-roam/raw/gh-pages/github-roam.epub)
|
4 | 4 |
|
5 | 5 | 下载: [pdf](https://github.com/phodal/github-roam/raw/gh-pages/github-roam.pdf)、[mobi](https://github.com/phodal/github-roam/raw/gh-pages/github-roam.mobi)、[epub](https://github.com/phodal/github-roam/raw/gh-pages/github-roam.epub)
|
6 |
| ->>>>>>> remove qrcode |
7 | 6 |
|
8 | 7 | 2014年,写了《[一步步搭建物联网系统](https://github.com/phodal/designiot)》(电子书)。
|
9 | 8 |
|
|
15 | 14 |
|
16 | 15 | ##目录
|
17 | 16 |
|
18 |
| -* [前言](http://github.phodal.com/#前言) |
19 |
| - * [我与GitHub的故事](http://github.phodal.com/#我与github的故事) |
20 |
| - * [GitHub与收获](http://github.phodal.com/#github与收获) |
21 |
| - * [GitHub与成长](http://github.phodal.com/#github与成长) |
22 |
| - * [为什么你应该深入GitHub](http://github.phodal.com/#为什么你应该深入github) |
23 |
| - * [方便工作](http://github.phodal.com/#方便工作) |
24 |
| - * [获得一份工作](http://github.phodal.com/#获得一份工作) |
25 |
| - * [扩大交际](http://github.phodal.com/#扩大交际) |
26 |
| -* [Git基本知识与GitHub使用](http://github.phodal.com/#git基本知识与github使用) |
27 |
| - * [Git](http://github.phodal.com/#git) |
28 |
| - * [Git初入](http://github.phodal.com/#git初入) |
29 |
| - * [GitHub](http://github.phodal.com/#github) |
30 |
| - * [版本管理与软件部署](http://github.phodal.com/#版本管理与软件部署) |
31 |
| - * [GitHub与Git](http://github.phodal.com/#github与git) |
32 |
| - * [在GitHub创建项目](http://github.phodal.com/#在github创建项目) |
33 |
| - * [GitHub流行项目分析](http://github.phodal.com/#github流行项目分析) |
34 |
| - * [Pull Request](http://github.phodal.com/#pull-request) |
35 |
| - * [我的第一个PR](http://github.phodal.com/#我的第一个pr) |
36 |
| - * [CLA](http://github.phodal.com/#cla) |
37 |
| -* [构建GitHub项目](http://github.phodal.com/#构建github项目) |
38 |
| - * [如何用好GitHub](http://github.phodal.com/#如何用好github) |
39 |
| - * [敏捷软件开发](http://github.phodal.com/#敏捷软件开发) |
40 |
| - * [测试](http://github.phodal.com/#测试) |
41 |
| - * [CI](http://github.phodal.com/#ci) |
42 |
| - * [代码质量](http://github.phodal.com/#代码质量) |
43 |
| - * [模块分离与测试](http://github.phodal.com/#模块分离与测试) |
44 |
| - * [代码模块化](http://github.phodal.com/#代码模块化) |
45 |
| - * [自动化测试](http://github.phodal.com/#自动化测试) |
46 |
| - * [Jshint](http://github.phodal.com/#jshint) |
47 |
| - * [Mocha](http://github.phodal.com/#mocha) |
48 |
| - * [测试示例](http://github.phodal.com/#测试示例) |
49 |
| - * [代码质量与重构](http://github.phodal.com/#代码质量与重构) |
50 |
| - * [Code Climate](http://github.phodal.com/#code-climate) |
51 |
| - * [代码的坏味道](http://github.phodal.com/#代码的坏味道) |
52 |
| -* [创建项目文档](http://github.phodal.com/#创建项目文档) |
53 |
| - * [README](http://github.phodal.com/#readme) |
54 |
| - * [在线文档](http://github.phodal.com/#在线文档) |
55 |
| - * [可用示例](http://github.phodal.com/#可用示例) |
56 |
| -* [测试](http://github.phodal.com/#测试-1) |
57 |
| - * [TDD](http://github.phodal.com/#tdd) |
58 |
| - * [一次测试驱动开发](http://github.phodal.com/#一次测试驱动开发) |
59 |
| - * [说说TDD](http://github.phodal.com/#说说tdd) |
60 |
| - * [TDD思考](http://github.phodal.com/#tdd思考) |
61 |
| - * [功能测试](http://github.phodal.com/#功能测试) |
62 |
| - * [轻量级网站测试TWill](http://github.phodal.com/#轻量级网站测试twill) |
63 |
| - * [Twill 登陆测试](http://github.phodal.com/#twill-登陆测试) |
64 |
| - * [Twill 测试脚本](http://github.phodal.com/#twill-测试脚本) |
65 |
| - * [Fake Server](http://github.phodal.com/#fake-server) |
66 |
| -* [重构](http://github.phodal.com/#重构) |
67 |
| - * [为什么重构?](http://github.phodal.com/#为什么重构) |
68 |
| - * [重构uMarkdown](http://github.phodal.com/#重构umarkdown) |
69 |
| - * [代码说明](http://github.phodal.com/#代码说明) |
70 |
| - * [Interllij Idea重构](http://github.phodal.com/#interllij-idea重构) |
71 |
| - * [Rename](http://github.phodal.com/#rename) |
72 |
| - * [Extract Method](http://github.phodal.com/#extract-method) |
73 |
| - * [Inline Method](http://github.phodal.com/#inline-method) |
74 |
| - * [Pull Members Up](http://github.phodal.com/#pull-members-up) |
75 |
| - * [重构之以查询取代临时变量](http://github.phodal.com/#重构之以查询取代临时变量) |
76 |
| -* [如何在GitHub“寻找灵感(fork)”](http://github.phodal.com/#如何在github寻找灵感fork) |
77 |
| - * [](http://github.phodal.com/#lettuce构建过程)[Lettuce](https://github.com/phodal/lettuce)构建过程 |
78 |
| - * [需求](http://github.phodal.com/#需求) |
79 |
| - * [计划](http://github.phodal.com/#计划) |
80 |
| - * [实现第一个需求](http://github.phodal.com/#实现第一个需求) |
81 |
| - * [实现第二个需求](http://github.phodal.com/#实现第二个需求) |
82 |
| -* [GitHub用户分析](http://github.phodal.com/#github用户分析) |
83 |
| - * [生成图表](http://github.phodal.com/#生成图表) |
84 |
| - * [数据解析](http://github.phodal.com/#数据解析) |
85 |
| - * [Matplotlib](http://github.phodal.com/#matplotlib) |
86 |
| - * [每周分析](http://github.phodal.com/#每周分析) |
87 |
| - * [python github 每周情况分析](http://github.phodal.com/#python-github-每周情况分析) |
88 |
| - * [Python 数据分析](http://github.phodal.com/#python-数据分析) |
89 |
| - * [Python Matplotlib图表](http://github.phodal.com/#python-matplotlib图表) |
90 |
| - * [存储到数据库中](http://github.phodal.com/#存储到数据库中) |
91 |
| - * [SQLite3](http://github.phodal.com/#sqlite3) |
92 |
| - * [数据导入](http://github.phodal.com/#数据导入) |
93 |
| - * [Redis](http://github.phodal.com/#redis) |
94 |
| - * [邻近算法与相似用户](http://github.phodal.com/#邻近算法与相似用户) |
95 |
| -* [GitHub连击](http://github.phodal.com/#github连击) |
96 |
| - * [100天](http://github.phodal.com/#天) |
97 |
| - * [40天的提升](http://github.phodal.com/#天的提升) |
98 |
| - * [100天的挑战](http://github.phodal.com/#天的挑战) |
99 |
| - * [140天的希冀](http://github.phodal.com/#天的希冀) |
100 |
| - * [200天的Showcase](http://github.phodal.com/#天的showcase) |
101 |
| - * [一些项目简述](http://github.phodal.com/#一些项目简述) |
102 |
| - * [google map solr polygon 搜索](http://github.phodal.com/#google-map-solr-polygon-搜索) |
103 |
| - * [技能树](http://github.phodal.com/#技能树) |
104 |
| - * [365天](http://github.phodal.com/#天-1) |
105 |
| - * [编程的基础能力](http://github.phodal.com/#编程的基础能力) |
106 |
| - * [技术与框架设计](http://github.phodal.com/#技术与框架设计) |
107 |
| - * [领域与练习](http://github.phodal.com/#领域与练习) |
108 |
| - * [其他](http://github.phodal.com/#其他-1) |
109 |
| - |
110 |
| -更多请见[GitHub 漫游指南](http://github.phodal.com/) |
111 |
| - |
| 17 | +- [前言](http://github.phodal.com/#前言) |
| 18 | + - [我与GitHub的故事](http://github.phodal.com/#我与github的故事) |
| 19 | + - [GitHub与收获](http://github.phodal.com/#github与收获) |
| 20 | + - [GitHub与成长](http://github.phodal.com/#github与成长) |
| 21 | + - [为什么你应该深入GitHub](http://github.phodal.com/#为什么你应该深入github) |
| 22 | + - [方便工作](http://github.phodal.com/#方便工作) |
| 23 | + - [获得一份工作](http://github.phodal.com/#获得一份工作) |
| 24 | + - [扩大交际](http://github.phodal.com/#扩大交际) |
| 25 | +- [Git基本知识与GitHub使用](http://github.phodal.com/#git基本知识与github使用) |
| 26 | + - [Git](http://github.phodal.com/#git) |
| 27 | + - [Git初入](http://github.phodal.com/#git初入) |
| 28 | + - [GitHub](http://github.phodal.com/#github) |
| 29 | + - [版本管理与软件部署](http://github.phodal.com/#版本管理与软件部署) |
| 30 | + - [GitHub与Git](http://github.phodal.com/#github与git) |
| 31 | + - [在GitHub创建项目](http://github.phodal.com/#在github创建项目) |
| 32 | + - [GitHub流行项目分析](http://github.phodal.com/#github流行项目分析) |
| 33 | + - [Pull Request](http://github.phodal.com/#pull-request) |
| 34 | + - [我的第一个PR](http://github.phodal.com/#我的第一个pr) |
| 35 | + - [CLA](http://github.phodal.com/#cla) |
| 36 | +- [构建GitHub项目](http://github.phodal.com/#构建github项目) |
| 37 | + - [如何用好GitHub](http://github.phodal.com/#如何用好github) |
| 38 | + - [敏捷软件开发](http://github.phodal.com/#敏捷软件开发) |
| 39 | + - [测试](http://github.phodal.com/#测试) |
| 40 | + - [CI](http://github.phodal.com/#ci) |
| 41 | + - [代码质量](http://github.phodal.com/#代码质量) |
| 42 | + - [模块分离与测试](http://github.phodal.com/#模块分离与测试) |
| 43 | + - [代码模块化](http://github.phodal.com/#代码模块化) |
| 44 | + - [自动化测试](http://github.phodal.com/#自动化测试) |
| 45 | + - [Jshint](http://github.phodal.com/#jshint) |
| 46 | + - [Mocha](http://github.phodal.com/#mocha) |
| 47 | + - [测试示例](http://github.phodal.com/#测试示例) |
| 48 | + - [代码质量与重构](http://github.phodal.com/#代码质量与重构) |
| 49 | + - [Code Climate](http://github.phodal.com/#code-climate) |
| 50 | + - [代码的坏味道](http://github.phodal.com/#代码的坏味道) |
| 51 | +- [创建项目文档](http://github.phodal.com/#创建项目文档) |
| 52 | + - [README](http://github.phodal.com/#readme) |
| 53 | + - [在线文档](http://github.phodal.com/#在线文档) |
| 54 | + - [可用示例](http://github.phodal.com/#可用示例) |
| 55 | +- [测试](http://github.phodal.com/#测试-1) |
| 56 | + - [TDD](http://github.phodal.com/#tdd) |
| 57 | + - [一次测试驱动开发](http://github.phodal.com/#一次测试驱动开发) |
| 58 | + - [说说TDD](http://github.phodal.com/#说说tdd) |
| 59 | + - [TDD思考](http://github.phodal.com/#tdd思考) |
| 60 | + - [功能测试](http://github.phodal.com/#功能测试) |
| 61 | + - [轻量级网站测试TWill](http://github.phodal.com/#轻量级网站测试twill) |
| 62 | + - [Twill 登陆测试](http://github.phodal.com/#twill-登陆测试) |
| 63 | + - [Twill 测试脚本](http://github.phodal.com/#twill-测试脚本) |
| 64 | + - [Fake Server](http://github.phodal.com/#fake-server) |
| 65 | +- [重构](http://github.phodal.com/#重构) |
| 66 | + - [为什么重构?](http://github.phodal.com/#为什么重构) |
| 67 | + - [重构uMarkdown](http://github.phodal.com/#重构umarkdown) |
| 68 | + - [代码说明](http://github.phodal.com/#代码说明) |
| 69 | + - [Interllij |
| 70 | + Idea重构](http://github.phodal.com/#interllij-idea重构) |
| 71 | + - [Rename](http://github.phodal.com/#rename) |
| 72 | + - [Extract Method](http://github.phodal.com/#extract-method) |
| 73 | + - [Inline Method](http://github.phodal.com/#inline-method) |
| 74 | + - [Pull Members Up](http://github.phodal.com/#pull-members-up) |
| 75 | + - [重构之以查询取代临时变量](http://github.phodal.com/#重构之以查询取代临时变量) |
| 76 | +- [如何在GitHub“寻找灵感(fork)”](http://github.phodal.com/#如何在github寻找灵感fork) |
| 77 | + - [](http://github.phodal.com/#lettuce构建过程)[Lettuce](https://github.com/phodal/lettuce)构建过程 |
| 78 | + - [需求](http://github.phodal.com/#需求) |
| 79 | + - [计划](http://github.phodal.com/#计划) |
| 80 | + - [实现第一个需求](http://github.phodal.com/#实现第一个需求) |
| 81 | + - [实现第二个需求](http://github.phodal.com/#实现第二个需求) |
| 82 | +- [GitHub用户分析](http://github.phodal.com/#github用户分析) |
| 83 | + - [生成图表](http://github.phodal.com/#生成图表) |
| 84 | + - [数据解析](http://github.phodal.com/#数据解析) |
| 85 | + - [Matplotlib](http://github.phodal.com/#matplotlib) |
| 86 | + - [每周分析](http://github.phodal.com/#每周分析) |
| 87 | + - [python github |
| 88 | + 每周情况分析](http://github.phodal.com/#python-github-每周情况分析) |
| 89 | + - [Python 数据分析](http://github.phodal.com/#python-数据分析) |
| 90 | + - [Python |
| 91 | + Matplotlib图表](http://github.phodal.com/#python-matplotlib图表) |
| 92 | + - [存储到数据库中](http://github.phodal.com/#存储到数据库中) |
| 93 | + - [SQLite3](http://github.phodal.com/#sqlite3) |
| 94 | + - [数据导入](http://github.phodal.com/#数据导入) |
| 95 | + - [Redis](http://github.phodal.com/#redis) |
| 96 | + - [邻近算法与相似用户](http://github.phodal.com/#邻近算法与相似用户) |
| 97 | +- [GitHub连击](http://github.phodal.com/#github连击) |
| 98 | + - [100天](http://github.phodal.com/#天) |
| 99 | + - [40天的提升](http://github.phodal.com/#天的提升) |
| 100 | + - [100天的挑战](http://github.phodal.com/#天的挑战) |
| 101 | + - [140天的希冀](http://github.phodal.com/#天的希冀) |
| 102 | + - [200天的Showcase](http://github.phodal.com/#天的showcase) |
| 103 | + - [一些项目简述](http://github.phodal.com/#一些项目简述) |
| 104 | + - [google map solr polygon |
| 105 | + 搜索](http://github.phodal.com/#google-map-solr-polygon-搜索) |
| 106 | + - [技能树](http://github.phodal.com/#技能树) |
| 107 | + - [365天](http://github.phodal.com/#天-1) |
| 108 | + - [编程的基础能力](http://github.phodal.com/#编程的基础能力) |
| 109 | + - [技术与框架设计](http://github.phodal.com/#技术与框架设计) |
| 110 | + - [领域与练习](http://github.phodal.com/#领域与练习) |
| 111 | + - [其他](http://github.phodal.com/#其他-1) |
112 | 112 |
|
113 | 113 | ## License
|
114 | 114 |
|
|
0 commit comments