資源簡(jiǎn)介
這是一個(gè)類似駕考寶典的考試的Demo 可以進(jìn)行分篇幅進(jìn)行考試

代碼片段和文件信息
//
//??AppDelegate.m
//??ZJLpaper
//
//??Created?by?Axc_5324?on?17/5/19.
//??Copyright???2017年?Axc_5324.?All?rights?reserved.
//
#import?“AppDelegate.h“
#import?“TestDetailViewController.h“
@interface?AppDelegate?()
@end
@implementation?AppDelegate
-?(BOOL)application:(UIApplication?*)application?didFinishLaunchingWithOptions:(NSDictionary?*)launchOptions?{
????self.window.rootViewController?=?[[UINavigationController?alloc]?initWithRootViewController:[[TestDetailViewController?alloc]?init]];
????
????return?YES;
}
-?(void)applicationWillResignActive:(UIApplication?*)application?{
????//?Sent?when?the?application?is?about?to?move?from?active?to?inactive?state.?This?can?occur?for?certain?types?of?temporary?interruptions?(such?as?an?incoming?phone?call?or?SMS?message)?or?when?the?user?quits?the?application?and?it?begins?the?transition?to?the?background?state.
????//?Use?this?method?to?pause?ongoing?tasks?disable?timers?and?invalidate?graphics?rendering?callbacks.?Games?should?use?this?method?to?pause?the?game.
}
-?(void)applicationDidEnterBackground:(UIApplication?*)application?{
????//?Use?this?method?to?release?shared?resources?save?user?data?invalidate?timers?and?store?enough?application?state?information?to?restore?your?application?to?its?current?state?in?case?it?is?terminated?later.
????//?If?your?application?supports?background?execution?this?method?is?called?instead?of?applicationWillTerminate:?when?the?user?quits.
}
-?(void)applicationWillEnterForeground:(UIApplication?*)application?{
????//?Called?as?part?of?the?transition?from?the?background?to?the?active?state;?here?you?can?undo?many?of?the?changes?made?on?entering?the?background.
}
-?(void)applicationDidBecomeActive:(UIApplication?*)application?{
????//?Restart?any?tasks?that?were?paused?(or?not?yet?started)?while?the?application?was?inactive.?If?the?application?was?previously?in?the?background?optionally?refresh?the?user?interface.
}
-?(void)applicationWillTerminate:(UIApplication?*)application?{
????//?Called?when?the?application?is?about?to?terminate.?Save?data?if?appropriate.?See?also?applicationDidEnterBackground:.
}
@end
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-26?15:34??ZJLpaper?2\
?????文件????????6148??2018-02-05?11:02??ZJLpaper?2\.DS_Store
?????目錄???????????0??2018-05-02?10:24??__MACOSX\
?????目錄???????????0??2018-05-02?10:24??__MACOSX\ZJLpaper?2\
?????文件?????????120??2018-02-05?11:02??__MACOSX\ZJLpaper?2\._.DS_Store
?????目錄???????????0??2018-04-26?15:34??ZJLpaper?2\.git\
?????文件??????????15??2017-05-19?16:29??ZJLpaper?2\.git\COMMIT_EDITMSG
?????文件?????????137??2017-05-19?16:29??ZJLpaper?2\.git\config
?????文件??????????73??2017-05-19?16:29??ZJLpaper?2\.git\desc
?????文件??????????23??2017-05-19?16:29??ZJLpaper?2\.git\HEAD
?????目錄???????????0??2017-05-19?16:29??ZJLpaper?2\.git\hooks\
?????文件?????????177??2017-05-19?16:29??ZJLpaper?2\.git\hooks\README.sample
?????文件????????6329??2017-05-20?22:36??ZJLpaper?2\.git\index
?????目錄???????????0??2017-05-19?16:29??ZJLpaper?2\.git\info\
?????文件??????????40??2017-05-19?16:29??ZJLpaper?2\.git\info\exclude
?????目錄???????????0??2018-05-02?10:24??__MACOSX\ZJLpaper?2\.git\
?????目錄???????????0??2018-05-02?10:24??__MACOSX\ZJLpaper?2\.git\info\
?????文件?????????171??2017-05-19?16:29??__MACOSX\ZJLpaper?2\.git\info\._exclude
?????目錄???????????0??2018-04-26?15:34??ZJLpaper?2\.git\logs\
?????文件?????????157??2017-05-19?16:29??ZJLpaper?2\.git\logs\HEAD
?????目錄???????????0??2017-05-19?16:29??ZJLpaper?2\.git\logs\refs\
?????目錄???????????0??2017-05-19?16:29??ZJLpaper?2\.git\logs\refs\heads\
?????文件?????????157??2017-05-19?16:29??ZJLpaper?2\.git\logs\refs\heads\master
?????目錄???????????0??2018-04-26?15:34??ZJLpaper?2\.git\ob
?????目錄???????????0??2017-05-19?22:58??ZJLpaper?2\.git\ob
?????文件?????????956??2017-05-19?22:58??ZJLpaper?2\.git\ob
?????目錄???????????0??2017-05-19?16:29??ZJLpaper?2\.git\ob
?????文件??????????96??2017-05-19?16:29??ZJLpaper?2\.git\ob
?????目錄???????????0??2017-05-19?16:29??ZJLpaper?2\.git\ob
?????文件??????????94??2017-05-19?16:29??ZJLpaper?2\.git\ob
?????目錄???????????0??2017-05-19?22:58??ZJLpaper?2\.git\ob
............此處省略277個(gè)文件信息
- 上一篇:編譯原理LR0分析代碼完整
- 下一篇:胎壓監(jiān)測(cè)硬件及代碼
評(píng)論
共有 條評(píng)論