码迷,mamicode.com
首页 >  
搜索关键字:created    ( 6237个结果
Artificial Intelligence
//**************************************BEST-FS ALRORITHM IN ARTIFICAL INTELLIGENCE**************************************// Created by Clivia_zhou . 2...
分类:其他好文   时间:2014-07-29 17:40:12    阅读次数:204
面向对象-多态的扩展实例
/** * 注意:以下语句为非可执行语句。不能运行 * Created by rabbit on 2014-07-29. * 需求 * 对数据库进行操作 * * 1、连接数据库 * 两种连接方式 * a、JDBC(java数据库连接) * b、Hibernate(框架...
分类:其他好文   时间:2014-07-29 17:08:12    阅读次数:233
iOS_14_tableViewController_xib创建和封装自定义cell
最终效果图: Girl.h // // Girl.h // 12_tableView的增删改 // // Created by beyond on 14-7-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject // UI控...
分类:移动开发   时间:2014-07-29 14:25:18    阅读次数:258
队列实现 (双向循环链表 C++)
队列是很简单的,但是用数组实现可能更好点。。(其实我觉得数组在多个队列的时候更难) 然后我是第一次写双向循环链表。指向太乱了。 我这里是按照自己的想法,建立了一个头节点,一个尾节点,然后按照队列顺序正向插入到两个节点之间。输出和弹出队列的时候从后面操作。 下面上代码: // // main.cpp // queue // // Created by Alps on 1...
分类:编程语言   时间:2014-07-29 14:17:28    阅读次数:196
iOS开发数据库篇—FMDB数据库队列
iOS开发数据库篇—FMDB数据库队列一、代码示例1.需要先导入FMDB框架和头文件,由于该框架依赖于libsqlite库,所以还应该导入该库。2.代码如下: 1 // 2 // YYViewController.m 3 // 05-FMDB数据库队列 4 // 5 // Created by...
分类:移动开发   时间:2014-07-29 10:58:06    阅读次数:345
Android -- ViewRoot,关于子线程刷新UI
Android在4.0之后执行线程更新UI操作会报异常:CalledFromWrongThreadException:Only the original thread that created a view hierarchy can touch its views.那么你肯定能看到很多文章说and...
分类:移动开发   时间:2014-07-29 10:57:06    阅读次数:398
URAL 1992
CVSDescriptionYoda: Visit I will the cloners on Kamino... And see this army they have created for the Republic.Cloners from the Kamino planet breed so...
分类:其他好文   时间:2014-07-29 10:55:57    阅读次数:260
iOS_12_tableViewCell的删除更新_红楼梦
最终效果图: Girl.h // // Girl.h // 12_tableView的增删改 // // Created by beyond on 14-7-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject // U...
分类:移动开发   时间:2014-07-28 16:00:13    阅读次数:317
iOS_13_tableView的编辑模式_红楼梦
最终效果图: Girl.h // // Girl.h // 12_tableView的增删改 // // Created by beyond on 14-7-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject // UI控...
分类:移动开发   时间:2014-07-28 15:43:43    阅读次数:358
iOS_12_tableViewCell的简单使用
最终效果图: Girl.h // // Girl.h // 11_tableView的使用_红楼梦 // // Created by beyond on 14-7-26. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject /...
分类:移动开发   时间:2014-07-28 00:15:59    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!