久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      java接口亂碼解決方法

      java接口亂碼解決方法

      通過接口上傳中文信息時(shí),在java后臺獲取值時(shí)request.getParameter(),會出現(xiàn)亂碼。在代碼中用各種轉(zhuǎn)碼都沒有處理掉。(java相關(guān)視頻教程推薦:java視頻教程)

      需要在tomcat配置文件中修改:

      /conf/server.xml

      原:

      <Connector port="8080" protocol="HTTP/1.1"       connectionTimeout="20000"       redirectPort="8443" />

      修改為:

      <Connector port="8080" protocol="HTTP/1.1"       connectionTimeout="20000"       redirectPort="8443" URIEncoding="utf-8" />

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號