J2EE学习常用的
学习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) {
}
处理中文乱码问题
学习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) {
}
处理中文乱码问题