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