1.基础加强
2.MySql基础
5.JDBC
6.JDBC连接池&JDBCTemplate
10.javascript
12.xml
13.Tomcat&Servlet
14.Servlet&HTTP&Request
15.Response
16.Cookie&Session
17.EL&JSTL
18.综合案例(用户信息)
19.Filter&Listener
22.Ajax&Json
23.redis
24.maven
25.综合案例
各种错误
BeanUtils.populate()一直是红色,显示 Cannot resolve method ‘populate’ in ‘BeanUtils’
解决:BeanUtils的包导错了
//import org.springframework.beans.BeanUtils;
import org.apache.commons.beanutils.BeanUtils;
Idea控制台中文乱码解决:-Dfile.encoding=gb2312
功能实现