CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
jackfrued

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: jackfrued/Python-100-Days
Path: blob/master/Day36-45/code/message/内部短消息系统.txt
Views: 729
1
内部短消息系统(私信系统)
2
3
1 登录
4
1.1 发送短消息
5
1.2 查看未读消息
6
1.2.1 读取消息
7
1.2.2 标记已读
8
1.2.3 返回上级
9
1.3 查看所有消息
10
1.3.1 读取消息
11
1.3.2 删除消息
12
1.3.3 返回上级
13
1.4 清除所有消息
14
1.5 注销
15
2 注册
16
2.1 填写信息注册
17
2.2 返回上级
18
3 退出
19
20
用户 (用户名, 口令, 最后登录时间)
21
短消息 (编号, 发送者, 接收者, 标题, 内容, 发送时间, 是否读取, 已删除)
22
23
24