• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: SQLite  数据库  

资源简介

一个SQLite使用的简单例子。实现联系人信息的Demo,使用SQLite进行存取,并可以查询。

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  SQLiteDemo
//
//  Created by 可可 王 on 12-5-31.
//  Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
//

#import “AppDelegate.h“

#import “ViewController.h“

@implementation AppDelegate

@synthesize window = _window;
@synthesize viewController = _viewController;

- (void)dealloc
{
    [_window release];
    [_viewController release];
    [super dealloc];
}

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    self.window = [[[UIWindow alloc] initWithframe:[[UIScreen mainScreen] bounds]] autorelease];
    // Override point for customization after application launch.
    self.viewController = [[[ViewController alloc] initWithNibName:@“ViewController“ bundle:nil] autorelease];
    self.window.rootV

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件           0  2012-06-04 10:33  SQLite鐨勫熀鏈娇鐢?
     文件        6148  2012-06-04 10:33  SQLite鐨勫熀鏈娇鐢?.DS_Store
     目录           0  2012-06-04 10:37  __MACOSX\
     文件           0  2012-06-04 10:37  __MACOSX\SQLite鐨勫熀鏈娇鐢?
     文件          82  2012-06-04 10:33  __MACOSX\SQLite鐨勫熀鏈娇鐢?._.DS_Store
     目录           0  2012-06-04 10:33  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\
     文件        6148  2012-06-04 10:33  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\.DS_Store
     目录           0  2012-06-04 10:37  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\
     文件          82  2012-06-04 10:33  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\._.DS_Store
     目录           0  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\
     文件         375  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\AppDelegate.h
     目录           0  2012-06-04 10:37  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\._AppDelegate.h
     文件        2515  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\AppDelegate.m
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\._AppDelegate.m
     目录           0  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\en.lproj\
     文件          45  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\en.lproj\InfoPlist.strings
     目录           0  2012-06-04 10:37  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\en.lproj\
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\en.lproj\._InfoPlist.strings
     文件       22930  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\en.lproj\ViewController.xib
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\en.lproj\._ViewController.xib
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\._en.lproj
     文件         347  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\main.m
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\._main.m
     文件        1230  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\SQLiteDemo-Info.plist
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\._SQLiteDemo-Info.plist
     文件         323  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\SQLiteDemo-Prefix.pch
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\._SQLiteDemo-Prefix.pch
     文件         644  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\ViewController.h
     文件         229  2012-06-03 07:56  __MACOSX\SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\._ViewController.h
     文件        4119  2012-06-03 07:56  SQLite鐨勫熀鏈娇鐢?SQLiteDemo\SQLiteDemo\ViewController.m
............此处省略46个文件信息

评论

共有 条评论