Summary : Uninstall office15 click-to-run extensibility Component,How to resolve Uninstall office15 click-to-run extensibility Component error.Uninsta...
分类:
其他好文 时间:
2014-08-24 11:31:02
阅读次数:
420
问题:
今天中午沛爷解决了OJ打开慢的问题以后刚走,我随后在oj上交了个题目就发现waiting了.....
问马前辈和全哥,均认为测评程序挂了,于是重启测系统,还waiting.....(测评系统的进程一直在,就是waiting)
听全哥的开始查看测评系统的日志文件:
日志文件在oj_judge/nohup.out,出现N多的ERROR:root:Cannot connect to da...
分类:
其他好文 时间:
2014-08-23 19:07:01
阅读次数:
253
在MySQL中执行Show Processlist语句可以看到发现大量unauthenticated user进程卡住,直接导致整个OJ测评系统网页打开速度明显变慢,
在网上搜索一翻,找到问题根源:
发现这属于官方一个系统上的特殊设定,亦可称呼他为MySQL的bug,不管连结的的方式是经过hosts或是IP的模式,他都会对DNS做反查。MySQL会尝试去反查IP->DNS,由于反查解析过慢,无法应付快速多量的查询。
解决方式很简单:启动MySQL的时候,添加--skip-name-resolve选项,禁止域...
分类:
数据库 时间:
2014-08-23 16:55:11
阅读次数:
246
maveneclipse测试我是使用代理上网的。在创建maven时报以下错误:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configur...
分类:
移动开发 时间:
2014-08-23 15:07:10
阅读次数:
203
1 严重: Servlet /N002-1.0 threw load() exception 2 java.lang.ClassCastException: com.sun.proxy.$Proxy27 cannot be cast to com.bbk.n002.service.Question....
分类:
编程语言 时间:
2014-08-23 08:48:30
阅读次数:
235
I'm not yet clear what I did, but I'm blogging it so it can be found if someone else has this issue.For whatever reason, last week both of my Vista 64...
安装GI,在执行root.sh时报错:Disk Group CRSDG creation failed with the following message:ORA-15018: diskgroup cannot be createdORA-15017: diskgroup "CRSDG" cann...
分类:
数据库 时间:
2014-08-22 01:34:15
阅读次数:
656
当引用到*.jar文件时,报错“Unable to resolve superclass 。。。”"Just started to get this issue after upgrading to ADT 17.Discovered that external .jar files need to...
分类:
移动开发 时间:
2014-08-21 19:16:04
阅读次数:
204
遇到问题:
第一次从外部文件导入HelloWorld工程到workspace目录中,成功。
删除后,再次从外部导入workspace目录提示 Some projects cannot be imported because they already exist in the workspace
eclipse中删除HelloWorld工程时没有勾选Delete pr...
分类:
系统相关 时间:
2014-08-21 17:10:34
阅读次数:
218
每次编译php ,基本都会遇见?/usr/bin/ld: cannot find -lltdl ?这个错误,又没有记录。遇见就要到网上找半天。这次做个记录,以便以后用。 ? ? ? 安装下面包: ? ? ? ? ? ? ??yum install ?-y li...
分类:
其他好文 时间:
2014-08-21 15:22:54
阅读次数:
176