This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
18407821690
/
s202226701053
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
cacb9871ed
Branches
Tags
master
s202226701053
/
E-Cover-prod
/
UMLprod
/
diagram.puml
diagram.puml
161 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```plantuml
@startuml
|用户|
start
:请求服务;
|系统|
:读取偏好;
:推荐算法生成结果;
:推送主界面;
|用户|
:展示结果;
stop
@enduml
```