140724 18:44:55 [Warning] IP address '61.143.209.110' could not be resolved: Temporary failure in name resolution
问题产生的原因:
出现错误的原因是MYSQL Server在本地内存中维护了一个非本地的Client TCP cache,这个cache中包含了远程Client的登录信息,比如IP地址,hostname等信息。
如果Client连接到服务器后,Mysql首先会在本地TCP池中根据I...
分类:
其他好文 时间:
2014-07-25 11:06:31
阅读次数:
199
1.错误报告级别: 错误E_ERROR; 警告 E_WARNING 注意 E_NOTICE2.php.ini 中的配置 error_reporting=; 错误提示 一般设置为: error_reporting = E_ALL & ~E_NOTICE ; 除提示外,显示所有的错误...
分类:
Web程序 时间:
2014-07-25 03:00:18
阅读次数:
201
warning: #870-D: invalid multibyte character sequence2011-03-12 9:18warning: #870-D: invalid multibyte character sequenceconst unsigned char mm[]={"中华...
分类:
其他好文 时间:
2014-07-25 02:18:54
阅读次数:
320
#pragma warning(disable:4996)
#include <cstdio>
#include <Windows.h>
#include <tchar.h>
/*
submit time : 4
can not remember
request :
Given a list, rotate the list to the right by k places,...
分类:
其他好文 时间:
2014-07-25 00:04:04
阅读次数:
197
[root@node2~]#rpm-ivhhttp://mirrors.ustc.edu.cn/fedora/epel//5/x86_64/epel-release-5-4.noarch.rpm
Retrievinghttp://mirrors.ustc.edu.cn/fedora/epel//5/x86_64/epel-release-5-4.noarch.rpm
warning:/var/tmp/rpm-xfer.uEWGD9:HeaderV3DSAsignature:NOKEY,keyID217521f..
分类:
其他好文 时间:
2014-07-24 23:56:04
阅读次数:
362
#pragma warning(disable:4996)
#include <Windows.h>
#include <tchar.h>
#include <cstdio>
#include <vector>
using namespace std;
/*
submit time : 1
request :
Given a set of non-overlapping inte...
分类:
其他好文 时间:
2014-07-24 12:32:05
阅读次数:
238
1. 开发了一个简单的监视weblogic运行情况的小程序,各位朋友下载下来试试,不用登陆console就可以知道server的运行状况,包括了jvm、线程、jdbc、状态jms等;还有一个更简单的选项,下拉选“warning”,直接查看是否有等待队列、jvm紧张阿、连接池泄漏阿、连接池等待阿;
2. 已经上传 weblogic_monitor.jar ,jar包里面有readme...
分类:
Web程序 时间:
2014-07-24 10:44:33
阅读次数:
324
因为搭建Hadoop环境的时候,所用的系统镜像是emi-centos-6.4-x86_64,是64位的,而hadoop是默认是32的安装包。这导致我们很多操作都会遇到这个问题(Java HotSpot(TM) 64-Bit Server VM warning: You have loaded lib...
分类:
其他好文 时间:
2014-07-24 05:04:28
阅读次数:
321
#pragma warning(disable:4996)
#include <cstdio>
#include <Windows.h>
#include <tchar.h>
#include <vector>
using namespace std;
/*
submit time : 2
1. Runtime Error
[]
request :
Given a ma...
分类:
其他好文 时间:
2014-07-23 21:34:35
阅读次数:
274
#pragma warning(disable:4996)
#include <Windows.h>
#include <tchar.h>
#include <cstdio>
/*
submit time : 1
request :
Follow up for N-Queens problem.
Now, instead outputting board configura...
分类:
其他好文 时间:
2014-07-23 18:13:56
阅读次数:
284