|
15 | 15 |
|
16 | 16 | #### Python 系列
|
17 | 17 |
|
18 |
| -1. Python 命令行之旅 |
19 |
| - - 1.1 [初探 argparse](contents/Python/cmdline/argparse-1.md) |
20 |
| - - 1.2 [深入 argparse(一)](contents/Python/cmdline/argparse-2.md) |
21 |
| - - 1.3 [深入 argparse(二)](contents/Python/cmdline/argparse-3.md) |
22 |
| - - 1.4 [使用 argparse 实现 git 命令](contents/Python/cmdline/argparse-4.md) |
23 |
| - - 2.1 [初探 docopt](contents/Python/cmdline/docopt-1.md) |
24 |
| - - 2.2 [深入 docopt](contents/Python/cmdline/docopt-2.md) |
25 |
| - - 2.3 [使用 docopt 实现 git 命令](contents/Python/cmdline/docopt-3.md) |
26 |
| - - 3.1 [初探 click](contents/Python/cmdline/click-1.md) |
27 |
| - - 3.2 [深入 click(一)](contents/Python/cmdline/click-2.md) |
28 |
| - - 3.3 [深入 click(二)](contents/Python/cmdline/click-3.md) |
29 |
| - - 3.4 [深入 click(三)](contents/Python/cmdline/click-4.md) |
30 |
| - - 3.5 [深入 click(四)](contents/Python/cmdline/click-5.md) |
31 |
| - - 3.6 [使用 click 实现 git 命令](contents/Python/cmdline/click-6.md) |
32 |
| - - 4.1 [初探 fire](contents/Python/cmdline/fire-1.md) |
33 |
| - - 4.2 [Python 命令行之旅:深入 fire(一)](contents/Python/cmdline/fire-2.md) |
34 |
| - - 4.3 [Python 命令行之旅:深入 fire(二)](contents/Python/cmdline/fire-3.md) |
35 |
| - - 4.4 [Python 命令行之旅:使用 fire 实现 git 命令](contents/Python/cmdline/fire-4.md) |
36 |
| - - 5 [Python 命令行之旅:argparse、docopt、click 和 fire 总结篇](contents/Python/cmdline/summary.md) |
| 18 | +1. [Python 命令行之旅](contents/Python/cmdline/catalog.md) |
37 | 19 | 2. [用 Python 生成有"灵魂"的二维码:QRcode](contents/Python/QRcode/content.md)
|
38 |
| -3. 聊聊 Python 的单元测试框架 |
39 |
| - - 3.1 [unittest](contents/Python/unittest/unittest.md) |
40 |
| - - 3.2 [nose 和它的继任者 nose2](contents/Python/unittest/nose.md) |
41 |
| - - 3.3 [pytest](contents/Python/unittest/pytest.md) |
| 20 | +3. [聊聊 Python 的单元测试框架](contents/Python/unittest/catalog.md) |
42 | 21 |
|
43 | 22 | #### Java 系列
|
44 | 23 |
|
|
93 | 72 | <img src="https://avatars1.githubusercontent.com/u/45623023?s=50&v=4" style="width: 50px;"><br>
|
94 | 73 | <sub>LITTLECHIEH</sub>
|
95 | 74 | </a><br>
|
| 75 | + </th> |
| 76 | + <th align="center" style="width: 80px;"> |
| 77 | + <a href="https://github.com/KFCFans"> |
| 78 | + <img src="https://avatars3.githubusercontent.com/u/9402086?s=50&v=4" style="width: 50px;"><br> |
| 79 | + <sub>Yukino</sub> |
| 80 | + </a><br> |
| 81 | + </th> |
96 | 82 | </tr>
|
97 | 83 | </tbody>
|
98 | 84 | </table>
|
|
0 commit comments