AVAudioSession *session = [AVAudioSession sharedInstance]; [session setActive:YES error:nil]; [session setCategory:AVAudioSessionCategoryPlayback erro...
分类:
其他好文 时间:
2015-05-22 21:12:11
阅读次数:
141
错误描述
安装Redis 2.8.18时报错:
zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directory
zmalloc.h:55:2: error: #error "Newer version of jemalloc required"
make[1]: *** [adlist.o] Erro...
分类:
其他好文 时间:
2015-05-22 13:36:13
阅读次数:
592
一、将NSDictionary或NSArray转化为JSON串// 将字典或者数组转化为JSON串 NSData*jsonData=[NSJSONSerializationdataWithJSONObject:array options:NSJSONWritingPrettyPrinted erro...
分类:
Web程序 时间:
2015-05-02 23:17:07
阅读次数:
141
2015-4-24Java 异常处理可以有多个catch;ArrayIndexOutOfBoundsException类是Exception类的子类RuntimeException类的一个间接子类;finally{}一定被执行;异常分类:1>继承关系Object类->Throwable类->Erro...
分类:
其他好文 时间:
2015-04-25 00:10:06
阅读次数:
171
一、处理错误 1.当错误出現在Oracle Form PL/SQL中时,处理的方法如下:begin if (err_condition) then fnd_message.set_name(appl_short_name, message_name); fnd_message.erro...
分类:
数据库 时间:
2015-04-20 12:42:16
阅读次数:
237
Linux下MySQL Error 1130不能远程访问内容简介:远程连接MySQL时总是报出erro 2003: Can't connect to MySQL server on '211.87.***.***' (111),昨天查了好几个小时才找到解决方案,如下:……最近做Linux项目用到My...
分类:
数据库 时间:
2015-04-10 17:25:01
阅读次数:
191
一、从根部异常可以分为Erro和Exception两大类他们都继承自Thorwable: Error一般指的是一些无法挽回的错误,当这些错误发生后,程序就会直接死掉,无法继续运行。 Exception : 一般分为:运行时异常和非运行时异常, 运行时异常:指的是程序已经通过编译,在程序运行时产...
分类:
编程语言 时间:
2015-04-09 16:57:11
阅读次数:
194
PageFactory是为了支持页面设计模式而开发出来的,它的方法在selenium.support库里面。PageFactory它提供初始化页面元素的方法,如果页面存在大量的AJAX的技术,只要页面更新一次,它就好重新查找一次元素,所以不会出现StaleElementException这个erro...
分类:
其他好文 时间:
2015-04-07 13:23:35
阅读次数:
182
如果我们想在子查询做过滤的话应该怎样写呢?IEnumerable products = db.products.Include(p => p.colors.Where(c => c.id == 5)).ToList();product - color , 1-n可能你以为是这样,但是结果是 erro...
分类:
其他好文 时间:
2015-03-20 14:20:39
阅读次数:
134
由于一个工程里有两个target,暂且称为target A和target B 吧!在更改了工程名后,在模拟器中运行时就报以下错误:
ld: file not found: /Users/hx/Library/Developer/Xcode/DerivedData/Build/Products/Debug-iphonesimulator/YQ_HX.app/YQ_HX
clang: erro...
分类:
其他好文 时间:
2015-03-17 23:40:22
阅读次数:
305