Skip to content

Commit

Permalink
fixed base demo23
Browse files Browse the repository at this point in the history
  • Loading branch information
mgss committed Nov 25, 2017
1 parent fed6658 commit 60563a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## 目录


* [Python基础语法练习](https://github.com/mgss/python-demo/blob/master/docs/basic.md) (21)
* [Python基础语法练习](https://github.com/mgss/python-demo/blob/master/docs/basic.md) (23)
* [Python基本算法练习](https://github.com/mgss/python-demo/blob/master/docs/algo.md) (2)
* Python面向对象
* python网络编程
Expand Down
12 changes: 12 additions & 0 deletions docs/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,15 @@ PS:字典中的value只能是字符串或列表
* 实现配置文件的增删改查

参考Demo:[链接](https://github.com/mgss/python-demo/blob/master/example/basic/demo21.py)

## Demo-22

* python日志模块

参考Demo:[链接](https://github.com/mgss/python-demo/blob/master/example/basic/demo22.py)

## Demo-23

* 基于反射实现简单路由模块函数功能

参考Demo:[链接](https://github.com/mgss/python-demo/blob/master/example/basic/demo23.py)

0 comments on commit 60563a3

Please sign in to comment.