火星文 技术研习社

Noname Cat, Keep Thinking
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年11月12日

摘要: 1、下载中文文件名乱码:在主机设定里的文字设定,选择“Simplified Chinese GBK(936)” (详见这里) 2、网络支持:PSP 使用 802.11b (20MHz) WIFI 协议,故此无线路由器需要打开 802.11b 的支持。 阅读全文

posted @ 2009-11-12 12:02 剑廿三 阅读(349) 评论(0) 推荐(0)

摘要: Mozilla/5.0 (PLAYSTATION 3; 2.80) 来源:http://www.useragentstring.com/pages/Playstation%203/ 阅读全文

posted @ 2009-11-12 09:57 剑廿三 阅读(192) 评论(0) 推荐(0)

摘要: PSP (PlayStation Portable); 2.00Mozilla/4.0 (PSP (PlayStation Portable); 2.00) 来源:http://www.useragentstring.com/pages/Playstation%20Portable/ 阅读全文

posted @ 2009-11-12 09:55 剑廿三 阅读(265) 评论(0) 推荐(0)

摘要: Client: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Media Center PC 5.0; InfoPath 2; MAXTHON 2.0 ) 阅读全文

posted @ 2009-11-12 09:45 剑廿三 阅读(151) 评论(0) 推荐(0)

摘要: Client: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Creative ZENcast v1.01.06; CIBA; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Tablet ... 阅读全文

posted @ 2009-11-12 09:34 剑廿三 阅读(202) 评论(0) 推荐(0)

摘要: Client: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) 阅读全文

posted @ 2009-11-12 09:32 剑廿三 阅读(191) 评论(0) 推荐(0)

摘要: Client: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MAXTHON 2.0) 阅读全文

posted @ 2009-11-12 09:31 剑廿三 阅读(181) 评论(0) 推荐(0)

摘要: Client: Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) 阅读全文

posted @ 2009-11-12 09:27 剑廿三 阅读(197) 评论(0) 推荐(0)

摘要: Client: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Creative ZENcast v1.01.06; CIBA; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Tablet ... 阅读全文

posted @ 2009-11-12 09:26 剑廿三 阅读(174) 评论(0) 推荐(0)

摘要: Mozilla/5.0 (SymbianOS/9.4; U; Series60/5.0 Nokia5800d-1/21.0.025; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413 阅读全文

posted @ 2009-11-12 09:22 剑廿三 阅读(337) 评论(0) 推荐(0)

摘要: filename = request.getParameter("filename");response.setContentType("application/x-download"); String destfilename = URLEncoder.encode(filename, "UTF-8"); response.setHeader("Content-Disposition", "... 阅读全文

posted @ 2009-11-12 02:33 剑廿三 阅读(337) 评论(0) 推荐(0)

摘要: 这是比较根本的办法:修改服务器的 server.xml 文件: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8"/> 加上 URIEncoding 属性,然后重启服务器。 阅读全文

posted @ 2009-11-12 01:55 剑廿三 阅读(288) 评论(0) 推荐(0)