project---->properties--->Libraries--->JRE
System Library--->Access rules--->Edit--->Add--->Rule Paern
写上**或者1.Openprojectproperties.2.SelectJavaBuild...
分类:
其他好文 时间:
2014-06-29 13:02:49
阅读次数:
323
打包时报如下错误:Export aborted because fatal lint errors
were found. These are listed in the Lint View. Either fix these before running
Export again,or turn ...
分类:
移动开发 时间:
2014-06-29 13:01:46
阅读次数:
364
Original EGO:mkdir -p
~/Library/Developer/Xcode/UserData/FontAndColorThemes; cd
~/Library/Developer/Xcode/UserData/FontAndColorThemes; curl -O http://...
分类:
其他好文 时间:
2014-06-11 23:42:46
阅读次数:
345
Tomcat 启动报
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
提示的解决办法:...
分类:
其他好文 时间:
2014-06-07 13:08:51
阅读次数:
309
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -rubygems
/Library/Ruby/Gems/2.0.0/gems/rake-0.9.6/bin/rake RUBYARCHDIR=/Library/R...
分类:
其他好文 时间:
2014-06-07 11:08:29
阅读次数:
257
.Net3.5的WCF服务在IIS7中发布后,在IE中访问.svc文件出现以下错误:HTTP 错误
404.17 - Not Found请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。 后来发现在II7的WCF服务网站中中*.svc文件已经被.Net
Framework4.0的处理程序as...
分类:
其他好文 时间:
2014-06-07 09:47:55
阅读次数:
202
(1)ACE庞大、复杂,适合大型项目。开源、免费,不依赖第三方库,支持跨平台。http://www.cs.wustl.edu/~schmidt/ACE.html(2)AsioAsio基于Boost开发的异步IO库,封装了Socket,简化基于socket程序的开发。开源、免费,支持跨平台。http:...
分类:
编程语言 时间:
2014-06-05 21:02:46
阅读次数:
336
1,ios中常用的数据存储方式有4中1》XML属性列表(plist)归档2》Preference(偏好设置)3》NSKeyedArchiver归档4》SQLite2,每个应用程序都有自己的沙盒,沙河的路径为/Users/apple/Library/Application
Support/iPhone...
分类:
移动开发 时间:
2014-06-05 18:36:08
阅读次数:
308
SGI -- Silicon Graphics[Computer System]
Inc.硅图[计算机系统]公司.STL -- Standard Template
Library标准模板库。容器的概念所谓STL容器,即是将最常运用的一些数据结构(data structures)实现出来。容器是指容纳...
分类:
编程语言 时间:
2014-06-05 18:27:04
阅读次数:
431
在编写xcode的项目的时候出现过代码不高亮的症状,而且所有的warning都不再提示,include的内容也显示symbol not
found,非常奇怪,解决方案如下:方法一:1.把.pch里的内容全部注释掉2.clean掉项目里的内容3.把.pch里的注释去掉,编译。4.代码高亮,语法提示功能...
分类:
其他好文 时间:
2014-06-05 15:02:54
阅读次数:
304