码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
安装文件报错error while loading shared libraries: libssl.so.6
http://www.openssl.org/source/ 这里下载http://www.openssl.org/source/openssl-1.0.0r.tar.gz安装命令为:tar -zxvf opensslopenssl-1.0.0r.tar.gzcd openssl-1.0.0r./c...
分类:其他好文   时间:2015-05-13 19:01:24    阅读次数:123
iOS 设置铃声---加载音乐和音频然后进行播放
在有些应用中需要用到背景音乐和音效,那在程序中是这么实现的。1.首先加载背景音乐需要用到AVFoundation框架2.音乐资源都是在包里的,所以需要获得包路径,涉及方法- (id)initWithContentsOfURL:(NSURL *)url error:(NSError **)outErr...
分类:移动开发   时间:2015-05-13 18:58:40    阅读次数:243
Linux CentOS 6.x 开发配置文档 4 - Nginx
1,安装准备: ??? a,yum -y install pcre-devel(If appear: ./configure: error: the HTTP rewrite module requires the PCRE library.) ??? b,yum -y install openssl openssl-devel(If appear: ./...
分类:系统相关   时间:2015-05-13 17:16:29    阅读次数:215
C# JavaScriptSerializer报错,json数据太长
ASP.NET平台中,用JavaScriptSerializer将返回的数据序列化,若返回的数据非常大,则可能会报如下错误: Exception information: Exception type: InvalidOperationException Exception message: Error during serialization or deserialization usin...
分类:编程语言   时间:2015-05-13 16:50:58    阅读次数:151
关于apache+tomcat解决502 proxy error
关于apache+tomcat解决502 proxy error 今天调试内网服务器出现502 proxy error导致css无法加载,从而造成页面样式无法加载。显示为下: 因为网页能够打开,所以首先排除网络问题,接下来就该去看看日志,显示查看了tomcat日志,显示...
分类:Web程序   时间:2015-05-13 16:11:16    阅读次数:523
Openstack Nova Failed to allocate network(s)
[错误: Build of instance 751267aa-e9e2-41c0-945b-9bbb94096849 aborted: Failed to allocate the network(s), not rescheduling.]....
分类:Web程序   时间:2015-05-13 14:52:31    阅读次数:498
用VS2010+Qt4.6.4编译QtAV
http://blog.csdn.net/trustguan/article/details/45623891如果在链接的过程中,出现以上错误: 1>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __invalid_parameter already def...
分类:其他好文   时间:2015-05-13 14:34:52    阅读次数:674
clang: error: no such file or directory: '/Users/smile/Downloads/代码/04-ItcastWeibo(后台运行)/ItcastWeibo
clang: error: clang: error: no such file or directory: '/Users/smile/Downloads/代码/xxx clang: error: no input files Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang faile...
分类:其他好文   时间:2015-05-13 13:03:17    阅读次数:126
nginx 防盗链+动静分离+反向代理+缓存+负载均衡 (转发)
修改nginx/conf/nginx.conf,修改完后如下:[php] view plaincopyprint?user www www;worker_processes 1;#error_log logs/error.log; #error_log logs/error.log notice; ...
分类:其他好文   时间:2015-05-13 12:45:05    阅读次数:134
ios播放声音中断后台音乐的问题
今天遇到一个ios播放声音中断后台音乐的问题,在我的app中如果调用AVAudioSession 播放完声音,后台的qq音乐偶尔不能恢复,而网易云音乐一次都不能恢复播放,研究了一下AVAudioSession ,我之前调用[audioSession setActive:NO error:&err]....
分类:移动开发   时间:2015-05-13 12:30:08    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!