myeclipse 启动tomcat时报错:Cannot change deployment state from ERROR to REDEPLOYING.ds - 刘琦的专栏 - 博客频道 - CSDN.NET http://blog.csdn.net/u012922219/article/de...
分类:
系统相关 时间:
2015-05-08 14:27:11
阅读次数:
186
ts1.4编译通过后安装的目录:/share/tslib(文件系统根目录下)./configure--prefix=/share/tslib--host=arm-linuxac_cv_func_malloc_0_nonnull=yes--enable-inputapi=yesmakemakeinstallQTE3.3.8配置:设置环境变量exportQTDIR=/root/build_qt/qteexportLD_LIBRARY_PATH=$QTDIR..
分类:
其他好文 时间:
2015-05-08 11:11:16
阅读次数:
100
最近做的一个项目需要适配android 2.3.3平台,在项目导入阶段遇到一个数据库的问题,在此记录下问点log和初步解决方案。
看log
I/Database( 1135): sqlite returned: error code = 14, msg = cannot open file at source line 25467
...
分类:
数据库 时间:
2015-05-08 10:59:02
阅读次数:
156
因为做Zip和Rar解析的时候,找到了mucommander工具,可将其jar包导入项目里执行发现报:类型转换错误,org.apache.commons.logging.impl.Log4JLogger cannot be cast to org.apache.commons.logging.imp...
分类:
其他好文 时间:
2015-05-07 21:54:30
阅读次数:
145
You cannot create a ControlTemplate in Silverlight in C# alone. Unlike WPF (where you can set the VisualTree property), there is no property you can s...
分类:
Web程序 时间:
2015-05-07 18:22:02
阅读次数:
141
这两天看了下easyui的教学先说说自己的一些小小理解吧!----在使用easyui中也遇到了一个问题 : Uncaught TypeError:cannot call method ‘offset’ of undefined//为方法声明... 后来在百度上搜索相关问题经发现,这是easyui.....
分类:
其他好文 时间:
2015-05-07 13:51:41
阅读次数:
100
原因是:在64位的fedora?linux系统上运行32位程序时需要32-libs库支持(其他linux分支系统的32-libs需自行查找) 原文地址:https://ask.fedoraproject.org/en/question/9556/how-do-i-install-32bit-libraries...
分类:
系统相关 时间:
2015-05-07 12:46:04
阅读次数:
231
解决方法:原因是mysql.proc升级时有个字段没有升级成功。在mysql5.1中mysql.proc表的comment字段是varchar(64):`comment`char(64)CHARACTERSETutf8COLLATEutf8_binNOTNULLDEFAULT‘‘,但在mysql5.5中mysql.proc表的comment字段应该是text:`comment`textCHARACTERSETutf8COLLAT..
分类:
数据库 时间:
2015-05-07 12:37:37
阅读次数:
171
setlocale warning使用mac上面iterm2一段时间了,登陆服务器老是报如下warning
warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
然后yum 安装的时候也会报LC_CTYPE环境变量的问题。于是抽空搜索了一下,找到了如下文章http://www.c...
分类:
其他好文 时间:
2015-05-07 10:25:53
阅读次数:
189
/// /// 获取本地IP /// /// public string GetIP() { IPHostEntry ipHost = Dns.Resolve(Dns.GetHostName());...
分类:
系统相关 时间:
2015-05-06 17:02:13
阅读次数:
122