学习J2EE我认为,必须要熟悉html,css,javascript,ajax
精通 servlet/jSP
理解 struls hibernate Spring
public String checkUserName(){
        //中文乱码处理
        try {
            username = java.net.URLDecoder.decode(username, "UTF-8");
        } catch (UnsupportedEncodingException e) {
            
        }
处理中文乱码问题
       

posted on 2014-09-13 23:43  yuyezhulan  阅读(86)  评论(0)    收藏  举报