码迷,mamicode.com
首页 >  
搜索关键字:io    ( 172858个结果
iOS 判断字符串中含有某个字符串rangeOfString
//_roaldSearchTextif([roadTitleLab.text rangeOfString:@"格力"].location !=NSNotFound) NSLog(@"yes");else NSLog(@"no");
分类:移动开发   时间:2014-07-06 21:52:19    阅读次数:253
数据挖掘相关概念
1、 统计学与数据挖掘的区别: 统计学主要利用概率论建立数学模型,是研究随机现象的常用数学工具之一。 数据挖掘分析大量数据,发现其中的内在联系和知识,并以模型或规则表达这些知识。 虽然两者采用的某些分析方法(如回归分析)是相同的,但是数据挖掘和统计学是有本质区别的: 一个主要差别在于处理对象(数据集...
分类:其他好文   时间:2014-07-06 21:40:15    阅读次数:217
Error prompt:“xxx is not in the sudoers file”----Solution
//Situation System prompts"xxx is not in the sudoers file"(xxx equals the user name)while executing command "sudo": sudo-i Password: xxx ...
分类:其他好文   时间:2014-07-06 21:39:36    阅读次数:175
postgres时间转换函数
函数返回类型描述例子to_char(timestamp, text)text把时间戳转换成字串to_char(current_timestamp, 'HH12:MI:SS')to_char(interval, text)text把时间间隔转为字串to_char(interval '15h2m12s'...
分类:其他好文   时间:2014-07-06 21:31:07    阅读次数:340
Flex 程序执行顺序!
Flex 执行加载过程会有几个概念:preloader, SystemManager, Flex Application!flex 界面初始化时,看到的 Loading 加载条,那是 flex 自动执行的一个步骤,他是在 preloader 时进行的。此时 preloader 执行是 systemM...
分类:其他好文   时间:2014-07-06 21:26:37    阅读次数:225
按指定格式的子字符串,删除和分割字符串
删除就用- (NSString *)stringByReplacingOccurrencesOfString:(NSString *)target withString:(NSString *)replacement;将@“[:1:]"”,替换成@“”分割就用- (NSArray *)compone...
分类:其他好文   时间:2014-07-06 21:23:23    阅读次数:158
Installing Chromium Browser On CentOS 6.4
Installing chrome on CentOS may be infeasible right now, becausechromeadoptsthe technique——C++11 which is unsupportedon CentOS.But we may choose to in...
分类:其他好文   时间:2014-07-06 21:17:00    阅读次数:145
C与C++的区别
C++与C的区别 1. 动态分配内存 1)C语言 a. malloc函数:在内存的动态存储区中分配一个长度为size的连续空间; void *malloc(unsigned int size); b. calloc函数:在内存的动态存储区中分配n个长度为size的连续空间; void *c...
分类:编程语言   时间:2014-07-06 21:16:23    阅读次数:224
MVC中View视图调用Controllers里返回的值
在MVC中前台页面调用控制器里面的方法跟ASP中、是有区别的,在MVC Razor引擎中,如果需要输出值,先声明一个变量去接收,然后用@输出就可以了。GetDictionaryNameByID()方法返回的是一个string类型的,控制器的路径地址,这个地址在页面调用里面的方法会用到前台View调用...
分类:Web程序   时间:2014-07-06 21:09:51    阅读次数:323
oracle exp imp
oracle exp/imp脚本
分类:数据库   时间:2014-07-06 21:09:06    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!