之前做JavaEE的工程都是用的Myeclipse,没有用Eclipse 做过比较大的东西。 刚刚试了把别人的项目导入到自己的Eclipse里,吓尿,一百多个error。但大部分都是:HttpServlet cannot be resolved to a type之类的,要不就是JSP不能被r...
分类:
编程语言 时间:
2014-07-15 23:15:30
阅读次数:
332
[root@luozhonghua ~]# /usr/bin/mysqladmin -u root password 'aaaaaa'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/li...
分类:
数据库 时间:
2014-07-15 12:54:54
阅读次数:
258
rpm build errorerror message:/usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/RPMS find: invalid predicate `' error: Bad exit status from /var/tmp...
分类:
其他好文 时间:
2014-07-14 21:28:46
阅读次数:
791
之前用Android自带的VideoView播放在线视频一直没问题的,今天突然碰到无法播放。
MediaPalyer返回的错误代码是-1004,API文档上写的是:Bitstream is not conforming to the related coding standard or file spec.
最后查明是因为我用了Mac下的Charles,然后没有开代理服务导致的。。。
进入系...
分类:
移动开发 时间:
2014-07-14 20:35:56
阅读次数:
369
error_reporting() 设置 PHP 的报错级别并返回当前级别。; 错误报告是按位的。或者将数字加起来得到想要的错误报告等级。; E_ALL - 所有的错误和警告; E_ERROR - 致命性运行时错; E_WARNING - 运行时警告(非致命性错); E_PARSE - 编译时解析错...
分类:
其他好文 时间:
2014-07-14 20:21:02
阅读次数:
219
在android项目中,通过run as java application运行java类时,可能会出现下面这个问题:Invalid layout of java.lang.String at value## A fatal error has been detected by the Java Ru...
分类:
编程语言 时间:
2014-07-14 18:57:59
阅读次数:
336
其实错误原因并不是因为此错误,经检测,邮件服务器返回的真实错误是501mailfromaddressmustbesameasauthorizationuser。只因为同时返回了503Error:needMAILcommand和503Error:needRCPTcommand,而ECSHOP只提示了最...
分类:
其他好文 时间:
2014-07-14 17:54:36
阅读次数:
374
在编程时经常遇到“无法解析的外部符号 _main,该符号在函数 ___tmainCRTStartup 中被引用”这样的错误,最近看了一些这方面的书籍,现将解决方案大概叙述一下:
连接程序在负责连接可执行程序时,选择相应的c/c++运行时启动函数。如果设定了/subsystem:windows连接程序开关,那么连接程序会试图寻找WinMain或wWinMain函数。如果连个函数都不存在,那么就...
分类:
其他好文 时间:
2014-07-14 17:03:51
阅读次数:
329
postypes.h:230:16: error: 'mbstate_t' was not declared in this scope...
分类:
移动开发 时间:
2014-07-14 17:01:19
阅读次数:
227
sshfs指令可以通过ssh协议挂载远程主机上的目录,该软件需要手动安装。sshfs2.3的版本安装如下wgethttp://sourceforge.net/projects/fuse/files/sshfs-fuse/2.3/sshfs-fuse-2.3.tar.gz/downloadwget
tarxfdownload
cddownload
./configure&&make&&makeinstall
..
分类:
其他好文 时间:
2014-07-14 16:27:08
阅读次数:
199