今天安装MYSQL遇到MYSQL ERROR 1130: Host is not allowed to connect to this MySQL server,试了很多办法都不行skip-grant-tables 放在my.ini [mysqld]1、更改任意主机登陆mysql>usemysql;...
分类:
数据库 时间:
2014-08-28 11:02:49
阅读次数:
207
今天启动Tomcat启动不了,报以下错:org.apache.catalina.core.StandardContext startInternalSEVERE: Error listenerStartorg.apache.catalina.core.StandardContext startInt...
分类:
其他好文 时间:
2014-08-28 09:33:09
阅读次数:
186
When I tried to restart iptables from vps , I got the following error.Iptables encountered such a problem to save the iptables rules:“iptables: Saving...
分类:
其他好文 时间:
2014-08-27 23:21:58
阅读次数:
243
1错误:DataXceiver error processing WRITE_BLOCK operation2014-05-06 15:21:30,378 ERROR org.apache.hadoop.hdfs.server.datanode.DataNode: hadoop-datanode1:...
分类:
其他好文 时间:
2014-08-27 18:04:08
阅读次数:
215
由于环境需要, 故修改SQL Server 2012的默认的数据库的数据文件和日志文件的位置. 如下: 创建数据库, 遭遇报错. 错误信息: A file activation error occurred. The physical file name 'E:testaaa.mdf' may be...
分类:
数据库 时间:
2014-08-27 16:13:18
阅读次数:
306
在编译VS时候,出现fatal error C1010: unexpected end of file while looking for precompiled head。问题详细解释:致命错误C1010,在寻找预编译指示头文件时,文件未预期结束。就是没有找到预编译指示信息的问文件。顾名思义就是预编译因为缺少了预编译文件而失败。解决方法显然可以取消预编译,或者帮助编译器找到预编译文件。故解法:1...
分类:
其他好文 时间:
2014-08-27 13:05:57
阅读次数:
192
这个报错信息在不同的PL/SQL Developer版本都会出现,从上面详细的报错提示信息中我们可以判断得到,报错原因不在工具本身。
在此,详细记录一下这个小问题的三种处理方法。
1.第一种处理方法(不推荐)
就是在报错的Error对话框中将"Don't show this message agai...
分类:
数据库 时间:
2014-08-27 12:40:07
阅读次数:
235
1.关于Error -27791: Error -27790:Error -27740: 错误如下: Action.c(198): Error -27791: Server has shut down the connection prematurely Action.c(198): Erro...
分类:
其他好文 时间:
2014-08-27 09:17:57
阅读次数:
332
之前项目中每次都是直接使用ajax进行异步处理,现在觉得有必要梳理下思路1、页面js请求$.ajax({
url:"addRy.action",
data:{"xm":"王石"},
dataType:"json",
type:"post",
async:false,
success:function(data){
alert(data);
},
error:function(XMLHttpRequest,textStatus,err..
分类:
其他好文 时间:
2014-08-27 02:50:27
阅读次数:
232
安装qmail的补丁了#cd/var/src/netqmail-1.05/netqmail-1.05#bunzip2-c
../../tar/qmail-toaster-0.8.patch.bz2|patch-p0#makeclean#make出现如下错误:./compile
tls.ctls.c:12:error:conflicting
typesfor??strerror??/usr/include/string.h:256:error:previous
declarationof..
分类:
其他好文 时间:
2014-08-27 02:47:27
阅读次数:
214