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