Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-09-03 18:52:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d17ac85c49721ea0a2ce54b096d430236a029e4
7d17ac85
1 parent
95208bb8
Updated 用户发送小文件失败的处理 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
用户发送小文件失败的处理.md
用户发送小文件失败的处理.md
View file @
7d17ac8
@@ -15,7 +15,10 @@
@@ -15,7 +15,10 @@
15
```
15
```
16
16
17
### 学生在接收课程资源的时候失败
17
### 学生在接收课程资源的时候失败
18
-
用本地的信息
18
+
```
19
+
根据之前获取到的课程id,查看本地是否有缓存的资源信息,
20
+
有则利用之,没有则下载并缓存之。
21
+
```
19
22
20
### 教师发送课程页信息的时候失败
23
### 教师发送课程页信息的时候失败
21
```
24
```
Please
register
or
login
to post a comment