摘要: 我一个朋友要我帮它改改,然后就采用了上面的方法:解决方法如下 http://www.family168.com/tutorial/jsp/html/jsp-ch-02.html String name=request.getParameter("name").toString(); System.out.println("转换前的姓名:"+name); //采用枚举法测试 //System.out.println("111111"+new String(name.getBytes("ISO-8859-1"),"gb2312")); //System.out.println(new String(name.getBytes("UTF-8"),"gb2312")); //System.out.println(new String(name.getBytes("GB2312"),"gb2312")); //System.out. 阅读全文
posted @ 2008-12-09 16:14 HiEagle 阅读(845) 评论(1) 推荐(0) 编辑
摘要: 文档:Documents 软件工具:Software Tools 工具箱:Tool Box 集成工具:Integrated Tool 软件工程环境:Software Engineering Environment 传统:Conventional 经典:Classical 解空间:Solution Domain 问题空间:Problem Domain 清晰第一,效率第二Clarity the first,Efficiency the next. 设计先于编码Design before coding 阅读全文
posted @ 2008-12-09 00:17 HiEagle 阅读(1601) 评论(1) 推荐(0) 编辑