//Situation System prompts"xxx is not in the sudoers file"(xxx equals the user name)while executing command "sudo": sudo-i Password: xxx ...
分类:
其他好文 时间:
2014-07-06 21:39:36
阅读次数:
175
在jetty文件夹下的start.ini文件里有这么一行"-Dorg.apache.jasper.compiler.disablejsr199=true"注释,把这个注释去掉,再启动就不会出现错误了。(把这一行最前面的“#”删除即可) 这个错误用eclipse启动jetty时不会出现,而用命令行启....
分类:
编程语言 时间:
2014-07-06 21:33:46
阅读次数:
211
模板友元函数在类内声明类外定义时都必须加模板前缀,另外模板要写在一个文件内// generates undefined error for the operator#include #include template class array { int size;public: array(); t...
分类:
编程语言 时间:
2014-07-06 19:56:39
阅读次数:
199
最近打算用python,写一个链接linux,执行命令并获取的数据的小工具。在安装SSH模块时,出现错误了,“unable to find vcvarsall.bat”,在网上搜索到了一个解决方案,参考地址:http://www.crifan.com/python_mmseg_error_unabl...
分类:
编程语言 时间:
2014-07-06 19:25:00
阅读次数:
181
今天import a project, 编译时提示Type R is already defined error, google, stackoverflow, 找到一个solution,"The type R is already defined"That's the message you ge...
分类:
其他好文 时间:
2014-07-06 18:04:39
阅读次数:
168
Exchange中基于direct类型无法基于多种规则进行路由。例如分析syslog日志,不仅需要基于severity(info/warning/critical/error)进行路由,还需要基于auth、cron或者kernal模式进行路由。Topic exchange可以满足这种需求。Topic...
分类:
其他好文 时间:
2014-07-06 17:35:31
阅读次数:
366
openfire 安装报这个错误 A connection to the database could not be made. View the error message by opening the "\logs\error.log" log file, then go back to fix...
分类:
数据库 时间:
2014-07-06 16:43:00
阅读次数:
284
10.mime-mapping:mime-mapping包括两个子元素extension和mime-type.定义某一个扩展名和某一MIME Type做对映.MIME(Multipurpose Internet Mail Extensions)多用途互联网邮件扩展类型就是设定某种扩展名的文件用一种应...
分类:
移动开发 时间:
2014-07-06 14:38:57
阅读次数:
175
Export aborted because fatal lint errors were found.These are listed in the Problems view.Either fix these before running Export again,or turn off "Ru...
分类:
移动开发 时间:
2014-07-06 14:23:18
阅读次数:
363
$sudo easy_install PILWARNING: '' not a valid package name; please use only.-separated package names in setup.py_imaging.c:75:20: fatal error: Python....
分类:
编程语言 时间:
2014-07-06 13:45:43
阅读次数:
256