码迷,mamicode.com
首页 >  
搜索关键字:java.sql.timestamp cannot be cast to java.sql.date    ( 6384个结果
异常/usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h'
出现下列异常:  /usr/bin/install -c -m 644 jconfig.h /usr/local/jpeg6/include/jconfig.h /usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h': No such file or directory ...
分类:其他好文   时间:2014-07-22 22:59:55    阅读次数:893
记:Ubuntu14.04 Android加载项目失败
Android 加载项目失败: sdk/build-tools/android-4.4.2/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or ....
分类:移动开发   时间:2014-05-06 09:19:19    阅读次数:418
Java数组与列表转换的java.lang.ClassCastException
Exception in thread "main" java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Ljava.lang.Integer; at com.bupt.acm.test.TestArrayList...
分类:编程语言   时间:2014-05-06 00:43:46    阅读次数:509
20140502
1、static_cast和dynamic_cast的类型检查 static_cast的类型检查:只检查无关类之间的转换 CBaseY* pY1 = static_cast(pX); // 错误,编译未通过, 类型指向是无关的 (解释:指针变量PX是CBaseX类,现在要将其转换为CBaseY类(和...
分类:其他好文   时间:2014-05-06 00:34:38    阅读次数:295
用KGdb和VMware调试Linux内核,System Call
Linux的内核和System Call不好调试,参考这里: http://stackoverflow.com/questions/5999205/cannot-step-into-system-call-source-code 简单来说,如果想在本机调试system call,那么当你进入system call时,系统已经在挂起状态了,那么它又怎样能响应用户的输入? 所以,有一个UML...
分类:数据库   时间:2014-05-04 09:28:22    阅读次数:463
PHP session_start()使用基础教程
对于PHP的session功能,始终找不到合适的答案,尤其是一些错误,还有一些没有错误的结果,最可怕的就是后者,一直为许多的初学者为难。就连有些老手,有时都被搞得莫名其妙。本文,将这些问题,做一个简单的汇总,以便大家查阅。1.错误提示Warning: Cannot send session cook...
分类:Web程序   时间:2014-05-03 22:12:10    阅读次数:421
VC++6.0版本程序转成VS2010版
直接转换的时候遇到两个问题: 1、预编译头文件*.PCH找不到 2、static_cast”: 无法从“void (__thiscall CView2::* )(void)”转换为“LRESULT (__thiscall CWnd::* 1、来源:http://www.zhuyanfeng.com/archives/2231 错误: fatal error C1083: 无法打开...
分类:编程语言   时间:2014-05-03 21:56:12    阅读次数:415
[C/C++]_[使用dynamic_cast 强制转换的优点]
场景: 1. C++引入了dynamic_cast 这种类型识别的强制转换,对识别错误的程序是有好处的,建议能用的地方就用,它能在转换错误时返回0或抛出异常,比起C的旧强制转换 执行转换了不对类型依旧不会报错可靠些,因为这类错误如果发生了,其实很难找出来。...
分类:编程语言   时间:2014-05-03 21:55:11    阅读次数:333
JQuery_2.1.0_日记 2014-5.1
JQuery工具方法. (1)$.isNumeric(obj)     此方法判断传入的对象是否是一个数字或者可以转换为数字.     isNumeric: function( obj ) {         // parseFloat NaNs numeric-cast false positives (null|true|false|"")        // ...bu...
分类:Web程序   时间:2014-05-02 19:17:27    阅读次数:352
libpcre.so.1 cannot be found
./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory...
分类:其他好文   时间:2014-04-30 22:43:38    阅读次数:346
6384条   上一页 1 ... 635 636 637 638 639 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!