码迷,mamicode.com
首页 >  
搜索关键字:vim tab    ( 35043个结果
可变字符串NSMutableString
NSMutableString*mutableStr = [[NSMutableStringalloc]initWithFormat:@"蓝鸥科技有限公司"];NSMutableString*mutableStr1 = [NSMutableStringstringWithFormat:@"蓝鸥科技有...
分类:其他好文   时间:2014-04-30 00:54:21    阅读次数:331
NSNumber包装
//1.创建一个数组对象 int、float、char等等C语言的类型无法直接放到OC的数组里面 NSMutableArray*array = [NSMutableArrayarrayWithObjects:@"1",@"2",nil]; //2.使用NSNumber对NSInte...
分类:其他好文   时间:2014-04-30 00:53:19    阅读次数:519
可变集合 NSMutableSet
//创建指定元素个数的一个集合对象 NSMutableSet*set = [NSMutableSetsetWithCapacity:10]; //添加一个对象到集合 [setaddObject:@"adsf"]; NSLog(@"%@", set); //从集合中删除一个对象 ...
分类:其他好文   时间:2014-04-30 00:48:12    阅读次数:537
MySQL的外键约束:Cascade/Restrict/No action/SET NULL
转自:http://blog.csdn.net/cnjsnt_s/article/details/5548280具体使用时需要参考:http://blog.csdn.net/codeforme/article/details/5539454 (注:没看很明白,囧。)MySQL有两种常用的引擎类型:M...
分类:数据库   时间:2014-04-30 00:24:37    阅读次数:619
ntpd (linux时间同步)
开发板使用ntpdate 进行网络时间同步 用法 ntpdate ip 出现如下错误 ntpdate -u ipError resolving ai_socktype: Servname not supported for ai_socktype (-8) 1 Jan 01:44:12 ntpda....
分类:系统相关   时间:2014-04-29 23:36:24    阅读次数:1440
MongoDB随笔基本操作
一、MongoDB数据结构与关系型数据库比较逻辑结构对比MongoDB 关系型数据库文档(document) 行(row)集合(collection) 表(table)数据库(database) 数据库(database)二、mongod 参数说明最简单的,通过执行 mongod 即可以启动 Mon...
分类:数据库   时间:2014-04-29 23:23:01    阅读次数:732
iOS- 如何改变section header
希望这个从UITableViewDelegate协议里得到的方法可以对你有所帮助:- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIView *headerVi....
分类:移动开发   时间:2014-04-29 23:10:47    阅读次数:809
开放中常用颜色代码
顏色英文名稱RGB16色顏色英文名稱RGB16色 Snow255 250 250#FFFAFA PaleTurquoise1187 255 255#BBFFFF GhostWhite248 248 255#F8F8FF PaleTurquoise2174 238 238#AEEEEE WhiteSm...
分类:其他好文   时间:2014-04-29 22:38:59    阅读次数:986
向第三方软件发送消息演示
这里仅仅是以putty作为演示消息发送机制和控件搜索机制,不完善,待更新#include"stdafx.h"#include #include using namespace std;HWND FindTextBox(HWND hWnd,DWORD select_edit=1){ HWND hEdi...
分类:其他好文   时间:2014-04-29 22:20:23    阅读次数:587
iptables
http://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Netfilter-packet-flow.svg/1450px-Netfilter-packet-flow.svg.pnghttp://en.wikipedia.org/wiki/Ip...
分类:其他好文   时间:2014-04-29 22:18:28    阅读次数:512
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!