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-04-05 21:06:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
950d5b0a391cd415d5cbc174ef0d7258c53df321
950d5b0a
1 parent
55385e87
Updated 关于用户掉线的处理机制 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
关于用户掉线的处理机制.md
关于用户掉线的处理机制.md
View file @
950d5b0
@@ -26,3 +26,10 @@
@@ -26,3 +26,10 @@
26
进入之后,进入上一次退出的页面
26
进入之后,进入上一次退出的页面
27
```
27
```
28
28
29
+
*
状态缓存处理
30
+
```
31
+
可以采用一个缓存文件,当用户每次学习新课的时候,清除可能存在的缓存文件。
32
+
在用户学习的过程中,随时缓存用户的状态。
33
+
当用户正常结束课程的时候,清除缓存文件。
34
+
```
35
+
Please
register
or
login
to post a comment