Problem :
URL中带有程序中使用不到的参数,或者url不规范,比如:param1=value1&¶m2=value2,或param1没用
Tomcat后台日志会打印:WARNING: Parameters: Invalid chunk ignored.
Tips :
Tomcat6低版本有这个问题,6高版本及7以后版本无这个问题,看源码得知低版本参数解析模块中此信...
分类:
其他好文 时间:
2014-11-27 16:27:11
阅读次数:
229
在用PHP5.3以上的PHP版本时,只要是涉及时间的会报一个Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to u...
分类:
Web程序 时间:
2014-11-27 12:05:26
阅读次数:
222
jQueryEasyUIMessager基本使用$.messager.alert(title,msg,icon,fn)基本用法:eg.$.messager.alert("操作提示","操作成功!");icon使用:icon四种设置:"error"、"info"、"question"、"warning"eg.$.messager.alert("操作提示","操作成功!","info")eg.$.messager.alert("操作提..
分类:
Web程序 时间:
2014-11-25 19:02:12
阅读次数:
190
在配置Android安装其SDK的时候出现了"A folder failed to be renamed or moved..."的提示
-=Warning !=-
A folder failed to be renamed or moved.On Windows this typically means
that a program is using that folde...
分类:
移动开发 时间:
2014-11-25 16:38:33
阅读次数:
243
废话少说,拒绝前奏,直接高潮,且看代码:
// String.h
#include
#include
#pragma warning(disable : 4996)
using namespace std;
class String
{
public:
// **************************************************************...
分类:
编程语言 时间:
2014-11-25 07:07:46
阅读次数:
163
写程序时提示implicit conversion from real matrix to real scalar的一个warning,主要问题在于将一个矩阵当成一个标量在使用。我的程序出现这个warning是在使用SIZE函数的时候,size函数返回的应该是一个1X2的矩阵,但我直接拿来当标量使用...
分类:
其他好文 时间:
2014-11-25 01:31:27
阅读次数:
209
A.对象的多种形态1.父类指针指向子类对象2.调用方法的时候,会动态监测真实地对象的方法3.没有继承,就没有多态4.好处:用一个父类指针可以指向不同的子类对象5.强制转换类型之后就能使用子类特有的方法,否则会出现warning(仍可以正常运行,即不论指针类型,只要对象存在实际方法就可以运行) 1 ....
分类:
其他好文 时间:
2014-11-24 20:32:55
阅读次数:
197
RHEL5.8通过EPEL源安装 salt-minion,启动的时候日志报错:[WARNING ] You have a version of ZMQ less than ZMQ 3.2! There are known connection keep-alive issues with ZMQ
原因是salt-master版本用的是ZMQ3,salt-miniton用的还是ZMQ...
分类:
其他好文 时间:
2014-11-21 12:43:35
阅读次数:
265
RHEL5.8通过EPEL源安装salt-minion,启动的时候日志报错:[WARNING]YouhaveaversionofZMQlessthanZMQ3.2!Thereareknownconnectionkeep-aliveissueswithZMQ<3.2whichmayresultinlossofcontactwithminions.PleaseupgradeyourZMQ!原因是salt-master版本用的是ZMQ3,salt-minito..
分类:
其他好文 时间:
2014-11-21 10:50:02
阅读次数:
181
从 远程 复制文件到 到本地#scpscp root@10.1.11.210:/root/zbdata/api-148.log-2014090412.bz2 /root/zbdata报Warning:Permanently added (RSA) to the list of known hosts...
分类:
系统相关 时间:
2014-11-20 18:26:50
阅读次数:
226