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-25 14:24:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0821b705840f11ae7252b0d543b938fa21406c2a
0821b705
1 parent
147c315d
Updated 资源预下载和本地通知 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
资源预下载和本地通知.md
资源预下载和本地通知.md
View file @
0821b70
...
...
@@ -11,8 +11,12 @@
### 在线授课课表信息缓存设计
采用缓存文件
> IOS端的缓存目录可以从BFECourseInfoCacheManager的
> - (NSString *)getTimeTableCacheFilePathByYear:(NSString *)year andMonth:(NSString *)month方法中读取
```
IOS端的缓存目录可以从BFECourseInfoCacheManager的
getTimeTableCacheFilePathByYear:(NSString *)year andMonth:(NSString *)month方法中读取
BFECourseInfoCacheManager的创建可以用以下抽象工厂中提供的方法
BFECourseInfoCacheManager *courseInfoCacheManager = [[BoxfishFactory getFactory] createCourseInfoCacheManager];
```
### 在线授课本地资源存储设计
...
...
Please
register
or
login
to post a comment