`
wxb880114
  • 浏览: 684183 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

警告: Parameters: Character decoding failed. Parameter 'province' with value

阅读更多
  2345积分换礼,设置首页,领工资 )http://www.2345.com/?k1755560   信不信由你,反正我信了---新闻发言人说

警告: Parameters: Character decoding failed. Parameter 'province' with value '%u798F%u5EFA' has been ignored. Note that the name and value quoted here may corrupted due to the failed decoding. Use debug level logging to see the original, non-corrupted values.
2012-5-2 14:09:05 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Character decoding failed. Parameter 'city' with value '%u798F%u5DDE' has been ignored. Note that the name and value quoted here may corrupted due to the failed decoding. Use debug level logging to see the original, non-corrupted values.
2012-5-2 14:09:05 org.apache.tomcat.util.http.Parameters processParameters
警告: Parameters: Character decoding failed. Parameter 'country' with value '%u957F%u4E50%u5E02' has been ignored. Note that the name and value quoted here may corrupted due to the failed decoding. Use debug level logging to see the original, non-corrupted values.

在Ajax传递参数时,出现数据出现编码问题,在百度搜狗了一下,原来是在
var province=escape(documentById("provcince").value);
将 escape 去掉就ok

  escape,encodeURI,encodeURIComponent是js对文字编码的三种方式,其中 
  传递参数时需要使用encodeURIComponent,这样组合的url才不会被#等特殊字符截断。                          

例如:<script language="javascript">document.write('<a href="http://passport.baidu.com/?logout&aid=7& u='+encodeURIComponent("http://cang.baidu.com/bruce42")+'">退出</a& gt;');</script>

2、   进行url跳转时可以整体使用encodeURI

例如:Location.href=encodeURI("http://cang.baidu.com/do/s?word=百度&ct=21");

3、   js使用数据时可以使用escape

[Huoho.Com编辑]

例如:搜藏中history纪录。

4、   escape对0-255以外的unicode值进行编码时输出%u****格式,其它情况下escape,encodeURI,encodeURIComponent编码结果相同。
   最多使用的应为encodeURIComponent,它是将中文、韩文等特殊字符转换成utf-8格式的url编码,所以如果给后台传递参数需要使用encodeURIComponent时需要后台解码对utf-8支持(form中的编码方式和当前页面编码方式相同)

escape不编码字符有69个:*,+,-,.,/,@,_,0-9,a-z,A-Z

encodeURI不编码字符有82个:!,#,$,&,',(,),*,+,,,-,.,/,:,;,=,?,@,_,~,0-9,a-z,A-Z

encodeURIComponent不编码字符有71个:!, ',(,),*,-,.,_,~,0-9,a-z,A-Z

    escape(str) 方法,它用于转义不能用明文正确发送的任何字符。比如,电话号码中的空格将被转换成字符 %20,从而能够在 URL 中传递这些字符


如果需要发送安全信息或 XML,可能要考虑使用 send() 发送内容(本系列的后续文章中将讨论安全数据和 XML 消息)。如果不需要通过 send() 传递数据,则只要传递 null 作为该方法的参数即可。

js中的escape可以加密数据

  2345积分换礼,设置首页,领工资 )http://www.2345.com/?k1755560   信不信由你,反正我信了---新闻发言人说

分享到:
评论

相关推荐

    警告: Parameters: Character decoding failed. Parameter 'varString' with value '%

    NULL 博文链接:https://greemranqq.iteye.com/blog/1664126

    Take Assessment: Exercise 1: Decoding Lab Secret.cpp

    Take Assessment: Exercise 1: Decoding Lab secret.cpp文件

    安卓反编译工具集

    I: Decoding file-resources... I: Decoding values*/* XMLs... I: Done. I: Copying assets and libs... 5.这时,在反编译工具的文件夹下会出现一个 xxx(反编译的文件夹)该文件夹内的素材资源文件就可以打开了,...

    poj 2174 Decoding Task.md

    poj 2174 Decoding Task.md

    Rockable.Decoding.HTML5.2012.RETAIL

    ### 关于《Rockable.Decoding.HTML5.2012.RETAIL》的知识点解析 #### 一、HTML5概述 **HTML5**是超文本标记语言(HyperText Markup Language)的第五个版本,它旨在改进网页开发的标准和功能。本书《Rockable....

    EurekaLog_7.5.0.0_Enterprise

    4)....Fixed: Wrong passing of Boolean parameters in JSON (affects JIRA) 5)....Fixed: Wrong sorting of BugID, Count and DateTime columns in Viewer 6)....Fixed: Empty "Count" field/column is now ...

    Error Correction coding——mathematical methods and algorithms

    1.12.6 Transmission at Capacity with Errors . . . . . . . . . . . . . . . . 51 1.12.7 The Implication of the Channel Coding Theorem . . . . . . . . . . 52 1.11 Historical Milestones of Coding Theory ....

    2Tx_2Rx_Spatial Multiplex.zip

    主要程序的用途说明: mainMIMO_OFDMA_2Tx.m: 主程序,设置各种参数 gendata_2Tx_SM.m: 生成原始信息数据的程序 mod_2Tx_SM_DFUSC.m:调制程序 gen_SUI_CorrCIR.m: 生成信道冲击响应...sphere_decoding.m: 球形检测算法

    【eoeAndroid特刊】第18期:Android音视频的编解码.zip

    - **PTS (Presentation Time Stamp)** 和 **DTS (Decoding Time Stamp)**:分别表示数据呈现和解码的时间,用于确保正确播放顺序。 4. **音频处理** - **OpenSL ES**:Android的低级音频接口,提供更灵活的音频...

    李航老师《统计学习方法》第2版课件:第10章 隐马尔科夫模型.rar

    3. **解码问题**(Decoding Problem):也称为Viterbi解码,给定观测序列,找出最可能对应的一条状态序列。这是通过Viterbi算法来实现的。 HMM在自然语言处理中有着广泛的应用,例如词性标注。在语音识别中,每个...

    java转码工具类CharCode.java(解码URL中的中文,默认使用UTF-8进行解码,编码)

    解码 说明:本方法保证 不论参数s是否经过escape()编码,均能得到正确...另外如果出现了Erro—Parameters: Character decoding failed. 请使用escape(escape(s))来处理在客户端 解码URL中的中文,默认使用UTF-8进行解码

    apktool documentation

    I: Decoding AndroidManifest.xml with resources... I: Loading resource table from file: 1.apk I: Regular manifest package... I: Decoding file-resources... I: Decoding values */* XMLs... I: Baksmaling ...

    divx(decoding).rar_divx

    标题中的“divx(decoding).rar_divx”表明这是一个与DivX解码技术相关的压缩文件,其中可能包含用于理解和解码DivX视频格式的详细资料。DivX是一种基于MPEG-4 Part 2标准的视频编码格式,因其高质量和高压缩率而受到...

    Channel Coding in Communication Networks

    Lateral classes, syndromes and decoding. . . . . . . . . . . . . . 49 2.2.3.6. Parity check matrix and minimum code weight . . . . . . . . . . 49 2.2.3.7. Minimum distance of C and matrix H. . . . . ...

    读取JS紧缩gzjs格局文件

    Ext项目Ext的插件都斗劲大,对于网页的浏览速度也是很是不容乐观的,于是就须要对所加载的js文件进行优化,此中一个办法就是对于较大的js文件可以进行紧缩。紧缩成gzjs格局,然则gzjs后缀名的文件又不克不及被浏览器...

    Decoding Failed(亲测可用).md

    Decoding Failed(亲测可用).md

    android-async-http 源码

    Multipart file uploads with no additional third party libraries Tiny size overhead to your application, only 60kb for everything Automatic smart request retries optimized for spotty mobile connections...

    Error Control Coding-Fundamentals and Applications(Pearson 2004 2nd Ed).part02

    A reorganized and comprehensive major revision of a classic book, this edition provides a ... Appropriate for those with minimum mathematical background as a comprehensive reference for coding theory.

    8本经典的HTML5英文电子书

    第三本:Rockable.Decoding.HTML5.2012.RETAIL.eBook-repackb00k; 第四本:The Essential Guide to HTML5 and CSS3 Web Design html5学习电子书打包之二;里面包含电子书有: 第一本:[高流量网站的CSS设计].(Pro....

    All.About.CAPTCHAs.Decoding.CAPTCHAs.for.Fun

    Looking for a practical guide to CAPTCHA decoding? All About CAPTCHA’s. This eBook will teach you how to identify weaknesses and exploit CAPTCHA’s from beginning to end. Welcome to the practical ...

Global site tag (gtag.js) - Google Analytics