摘要:
Controller其他功能 package com.feijian.controller; import com.feijian.pojo.Books; import com.feijian.service.BookService; import org.apache.ibatis.annotat 阅读全文
摘要:
一、准备工作 1.1、搭建普通maven项目,framework的 web项目 1.2、加载maven依赖:junit - mysql-connector-C3P01 servlet-jsp / JSTL MyBatis MyBatis-spring spring-webmvc / jdbc lom 阅读全文
摘要:
在对数据库进行操作的时候遇到了这样一个问题,数据库的表里的id是自增的,当数据被删除或者添加时,ID便会一直增上去,id就会变得很乱,不会按照顺序,今天查找了各个网站,终于找到了解决办法 alter table tablename drop column id;alter table tablena 阅读全文