資源簡介
利用屬性列表,對象歸檔解檔的方法來構建簡易的成績管理系統
具體內容:利用表視圖和對象歸檔和解檔方法,實現學生成績的增、刪、 查和找。

代碼片段和文件信息
//
//??AppDelegate.m
//??TableViewTest
//
//??Created?by?Joyce?on?11/8/15.
//??Copyright???2015?Joyce.?All?rights?reserved.
//
#import?“AppDelegate.h“
@interface?AppDelegate?()
@end
@implementation?AppDelegate
-?(BOOL)application:(UIApplication?*)application?didFinishLaunchingWithOptions:(NSDictionary?*)launchOptions?{
????//?Override?point?for?customization?after?application?launch.
????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?throttle?down?OpenGL?ES?frame?rates.?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?inactive?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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-11-08?21:41??TableViewTest\
?????文件????????6148??2015-11-10?22:46??TableViewTest\.DS_Store
?????目錄???????????0??2015-11-22?09:56??__MACOSX\
?????目錄???????????0??2015-11-22?09:56??__MACOSX\TableViewTest\
?????文件?????????120??2015-11-10?22:46??__MACOSX\TableViewTest\._.DS_Store
?????目錄???????????0??2015-11-10?22:46??TableViewTest\TableViewTest\
?????文件?????????272??2015-11-08?12:33??TableViewTest\TableViewTest\AppDelegate.h
?????目錄???????????0??2015-11-22?09:56??__MACOSX\TableViewTest\TableViewTest\
?????文件?????????171??2015-11-08?12:33??__MACOSX\TableViewTest\TableViewTest\._AppDelegate.h
?????文件????????2026??2015-11-08?12:33??TableViewTest\TableViewTest\AppDelegate.m
?????文件?????????171??2015-11-08?12:33??__MACOSX\TableViewTest\TableViewTest\._AppDelegate.m
?????目錄???????????0??2015-11-08?12:33??TableViewTest\TableViewTest\Assets.xcassets\
?????目錄???????????0??2015-11-08?12:33??TableViewTest\TableViewTest\Assets.xcassets\AppIcon.appiconset\
?????文件?????????585??2015-11-08?12:33??TableViewTest\TableViewTest\Assets.xcassets\AppIcon.appiconset\Contents.json
?????目錄???????????0??2015-11-22?09:56??__MACOSX\TableViewTest\TableViewTest\Assets.xcassets\
?????目錄???????????0??2015-11-22?09:56??__MACOSX\TableViewTest\TableViewTest\Assets.xcassets\AppIcon.appiconset\
?????文件?????????171??2015-11-08?12:33??__MACOSX\TableViewTest\TableViewTest\Assets.xcassets\AppIcon.appiconset\._Contents.json
?????目錄???????????0??2015-11-09?22:34??TableViewTest\TableViewTest\ba
?????文件????????1663??2015-11-08?15:51??TableViewTest\TableViewTest\ba
?????文件???????31330??2015-11-09?22:34??TableViewTest\TableViewTest\ba
?????文件????????1205??2015-11-08?12:33??TableViewTest\TableViewTest\Info.plist
?????文件?????????329??2015-11-08?17:24??TableViewTest\TableViewTest\main.m
?????文件?????????171??2015-11-08?17:24??__MACOSX\TableViewTest\TableViewTest\._main.m
?????文件?????????209??2015-11-08?19:22??TableViewTest\TableViewTest\SearchName.h
?????文件?????????171??2015-11-08?19:22??__MACOSX\TableViewTest\TableViewTest\._SearchName.h
?????文件?????????504??2015-11-08?19:32??TableViewTest\TableViewTest\SearchName.m
?????文件?????????171??2015-11-08?19:32??__MACOSX\TableViewTest\TableViewTest\._SearchName.m
?????文件?????????465??2015-11-08?12:50??TableViewTest\TableViewTest\Student.h
?????文件?????????171??2015-11-08?12:50??__MACOSX\TableViewTest\TableViewTest\._Student.h
?????文件????????1129??2015-11-08?19:04??TableViewTest\TableViewTest\Student.m
?????文件?????????171??2015-11-08?19:04??__MACOSX\TableViewTest\TableViewTest\._Student.m
............此處省略22個文件信息
- 上一篇:DHT11的51單片機驅動
- 下一篇:iOS CoreData實現簡易的成績管理系統
評論
共有 條評論