资源简介
利用属性列表,对象归档解档的方法来构建简易的成绩管理系统
具体内容:利用表视图和对象归档和解档方法,实现学生成绩的增、删、 查和找。
代码片段和文件信息
//
// 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实现简易的成绩管理系统
评论
共有 条评论