首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

[生手帖]Jetty http utf-8

2012-10-06 
[新手帖]Jettyhttp utf-8jetty默认的字符集是iso95881如果要更改jetty的字符集有两种办法:System.setPrope

[新手帖]Jetty http utf-8

jetty默认的字符集是iso95881

如果要更改jetty的字符集有两种办法:

System.setProperty("org.mortbay.util.URI.charset", "要换字符集的字符串")

Request.setQueryEncoding(String)

热点排行