嘿嘿 也许大家根本就没有见识到以前的存储过程长甚么样,无他,让大家参考一下好了阅读全文>
发表于 @ 2008年08月27日 23:27:00|评论(loading...)|收藏
当你使用WEB浏览器调用存储过程时,且时GET方式并且含有中文信息,存储过程有可能会返回如下错误信息
Transcoding failure.STP: A failure occurred in execution set up in context.
解决办法:
找到storedprocess WEB所在目录,更改如下文件:
web-inf\web.xml
把其中的输出编码改为中文编码即可,如GB2312,如下:
<servlet>
<servlet-name>
storedprocessservlet
阅读全文>
发表于 @ 2008年08月27日 23:18:00|评论(loading...)|收藏