forked from ylzon/python-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mgss
committed
Dec 1, 2017
1 parent
80b6d96
commit 1d40714
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |