码迷,mamicode.com
首页 >  
搜索关键字:created    ( 6237个结果
如何通过outline为SQL语句指定执行计划
创建测试表 以用户jyu连接,创建测试表SQL> conn jyu/jyu;Connected.SQL> create table t (id number, name varchar2(100));Table created.SQL> insert into t select rownum,obj...
分类:数据库   时间:2014-06-06 21:01:49    阅读次数:387
Creating an Invisible Index
OCP:05322.An index called ORD_CUSTNAME_IX has been created on the CUSTNAME column in the ORDERStable using the following command:SQL>CREATE INDEX ord_...
分类:其他好文   时间:2014-06-06 20:56:28    阅读次数:303
iOS: plist实例
1 // 2 // main.m 3 // OSXDemo0601_plist 4 // 5 // Created by yao_yu on 14-6-3. 6 // Copyright (c) 2014年 yao_yu. All rights reserved. 7 // 8 9 #i...
分类:移动开发   时间:2014-06-06 20:49:19    阅读次数:251
iOS: 学习笔记, 使用FMDatabase操作sqlite3
使用FMDatabase操作sqlite3数据库非常简单和方便 1 // 2 // main.m 3 // iOSDemo0602_sqlite3 4 // 5 // Created by yao_yu on 14-6-2. 6 // Copyright (c) 2014年 yao_yu. ...
分类:移动开发   时间:2014-06-06 15:49:58    阅读次数:211
iOS开发UI篇—直接使用UITableView Controller
iOS开发UI篇—直接使用UITableView Controller一、一般过程 1 // 2 // YYViewController.h 3 // UITableView Controller 4 // 5 // Created by 孔医己 on 14-6-2. 6 // Copyri...
分类:移动开发   时间:2014-06-04 16:35:25    阅读次数:211
tableView练习 -- QQ好友列表
LWTViewController.h//// LWTViewController.h// tableView练习 -- QQ好友列表//// Created by apple on 14-6-1.// Copyright (c) 2014年 lwt. All rights reserved...
分类:其他好文   时间:2014-06-02 09:16:34    阅读次数:313
IMP-00041: Warning: object created with compilation warnings
IMP-00041:Warning:objectcreatedwithcompilationwarnings 昨天导入数据的时候,最后报错 IMP-00041:Warning:objectcreatedwithcompilationwarnings "CREATETRIGGER"KFPT2".SYN_khgl_qyjbxx_Dafterdeleteonkhgl_qyjbxxfore" "achrowdeclarenumint;p_idsyn_control_send_sql...
分类:其他好文   时间:2014-06-02 03:16:28    阅读次数:346
oracle 重新编译用户无效对象
oraclesys用户无效对象 selectowner,object_name ,replace(object_type,‘‘,‘‘)object_type ,to_char(created,‘yyyy-mm-dd‘)ascreated ,to_char(last_ddl_time,‘yyyy-mm-dd‘)aslast_ddl_time, status fromdba_objectswherestatus=‘INVALID‘andowner=‘SYS‘; OWNEROBJECT_NAMEO..
分类:数据库   时间:2014-06-02 03:14:26    阅读次数:405
iOS开发UI篇—使用UItableview完成一个简单的QQ好友列表(二)
一、实现效果 二、实现代码1.数据模型部分YYQQGroupModel.h文件 1 // 2 // YYQQGroupModel.h 3 // 02-QQ好友列表(基本数据的加载) 4 // 5 // Created by apple on 14-5-31. 6 // Copyrig...
分类:移动开发   时间:2014-06-01 23:46:16    阅读次数:375
IOS_多线程_ASI_AFN_UIWebView
H:/0730/00_多线程4种售票_ViewController.h// // ViewController.h // 卖票 // // Created by apple on 13-7-29. // Copyright (c) 2013年 itcast. All rights reserved. // #import @interface ViewController : UIV...
分类:移动开发   时间:2014-06-01 15:05:19    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!