将警告默认为不显示方法Eclipse
默认把这些受访问限制的API设成了ERROR。只要把Windows-Preferences-Java-Complicer-
Errors/Warnings里面的Deprecated and restricted API中的Forbidden references...
分类:
编程语言 时间:
2014-06-29 15:24:14
阅读次数:
258
used version: NDK r9b,arm-linux-androideabi-4.6
GCC, with "-O2 -finline-limit=24".got this error:internal compiler error:
segmentation faultI remember...
分类:
其他好文 时间:
2014-06-29 14:14:45
阅读次数:
303
之前通过error_log()来调试php,发现收到的json字符前边总是有一个1,一直以为是哪里直接出现了print、print_r、echo、var_dump(),后来发现原来是某处用了形如error_log(print_r($str))的代码,这样会直接打印$str的值,顾收到的json前总是...
分类:
其他好文 时间:
2014-05-28 20:33:22
阅读次数:
336
把一个.netframework2.0的项目,用vs2013打开,浏览网站的时候报这个错HTTP 错误 500.23 - Internal Server
Error检测到在集成的托管管道模式下不适用的 ASP.NET 设置。网上一堆的 解决办法,但都是去配置iis的,我就不懂了,我浏览器浏览这个网站...
分类:
Web程序 时间:
2014-05-28 20:03:40
阅读次数:
314
解决方案1(推荐): 只需要在project build path中先移除JRE System
Library,再添加库JRE System Library,重新编译后就一切正常了解决方案2: Windows -> Preferences ->
Java -> Compiler -> Errors/...
分类:
系统相关 时间:
2014-05-28 18:41:08
阅读次数:
266
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原...
分类:
编程语言 时间:
2014-05-28 18:39:06
阅读次数:
298
/*** 获取用户手机序列号*/+ (NSString *)serialNumber{
NSString *serialNumber = nil; void *IOKit =
dlopen("/System/Library/Frameworks/IOKit.framework/IOKit", ...
分类:
移动开发 时间:
2014-05-28 17:01:53
阅读次数:
752
Unrecognized Windows Sockets error: 0:
JVM_Bind【转帖】今天很是奇怪,在运行服务器端的时候,经常遇到这个异常:java.net.SocketException: Unrecognized
Windows Sockets error: 0: JVM_Bin...
使用这个功能时,遇到几个问题: 1. 当点击library时,ie报错:A problem
with this webpage caused Internet Explorer to close and reopen the tab
解决方法:使用Internet Explorer (No Add-...
分类:
其他好文 时间:
2014-05-28 16:17:47
阅读次数:
536
参考链接:VC++中CTime类Format参数详解CTime/COleDateTime::Format方法的使用http://stat.ethz.ch/R-manual/R-devel/library/base/html/strptime.htmlhttp://www.geezer.org/sw/...
分类:
编程语言 时间:
2014-05-28 13:47:28
阅读次数:
433