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
在有些应用中需要用到背景音乐和音效,那在程序中是这么实现的。1.首先加载背景音乐需要用到AVFoundation框架2.音乐资源都是在包里的,所以需要获得包路径,涉及方法- (id)initWithContentsOfURL:(NSURL *)url error:(NSError **)outErr...
分类:
移动开发 时间:
2015-05-13 18:58:40
阅读次数:
243
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
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 今天调试内网服务器出现502 proxy error导致css无法加载,从而造成页面样式无法加载。显示为下: 因为网页能够打开,所以首先排除网络问题,接下来就该去看看日志,显示查看了tomcat日志,显示...
分类:
Web程序 时间:
2015-05-13 16:11:16
阅读次数:
523
[错误: 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
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: 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/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播放声音中断后台音乐的问题,在我的app中如果调用AVAudioSession 播放完声音,后台的qq音乐偶尔不能恢复,而网易云音乐一次都不能恢复播放,研究了一下AVAudioSession ,我之前调用[audioSession setActive:NO error:&err]....
分类:
移动开发 时间:
2015-05-13 12:30:08
阅读次数:
194