摘要:
连接的是mysql数据库,插入数据时,控制台报:com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'user_name' at row 1错误,具体信息如下:严重: Servlet.servic... 阅读全文
摘要:
1.导入必要的SpringMVCJAR包2.在web.xml中配置SpingMVC的加载项//SpringMVC配置加载项的方式为在web.xml中定义其加载的servlet springMVC//Servlet名称 org.springframework.web.servlet.Dispatche... 阅读全文