Skip to content

Commit

Permalink
add oop project & fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgss committed Dec 1, 2017
1 parent 80b6d96 commit 1d40714
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* [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面向对象](https://github.com/mgss/python-demo/blob/master/docs/oop.md) (1)
* python网络编程
* PythonWeb框架
* 持续更新中...
Expand Down
16 changes: 16 additions & 0 deletions docs/oop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Basic 面向对象

## Project-1
* 管理员 :
* 管理员注册登录(账号、密码)
* 创建老师(姓名、性别、年龄、资产)
* 创建课程(课程名称、上课时间、课时费、任课老师)
* 查看教师
* 查看课程
* 学生:
* 学生注册登录(账号,密码,选课列表)
* 选课
* 上课签到
* 查看已选课程

参考:[https://github.com/mgss/course-management-system](https://github.com/mgss/course-management-system)

0 comments on commit 1d40714

Please sign in to comment.