05 2018 档案
摘要:到mysql安装目录修改my.ini文件,在文件末尾追加一句 然后重启mysql服务即可
阅读全文
摘要:mybatis逆向工程官方网站:http://www.mybatis.org/generator/quickstart.html 准备xml文件。如下generator.xml全部内容 准备xml文件。如下generator.xml全部内容 上面generator.xml中引入的资源文件db.pro
阅读全文
摘要:freemarker简单模板如下: 方案如下: 设置模板文件本身的属性:右键文件,选择properties,看text file encoding 选择UTF-8编码。 在头部加标签:<meta http-equiv="Content-Type" content="text/html;charset
阅读全文
摘要:不牵扯源码的显式的作用 在使用interceptor时,显式的作用。 这是不配置<mvc:annotation-driven/>标签时的public boolean preHandle(HttpServletRequest request,HttpServletResponse response,
阅读全文
摘要:spring对应配置文件为: springmvc对应的配置文件为: 注:属性user-default-filters官方介绍:
阅读全文
摘要:懒得截图了,一张图配下面步骤搞定。 1、右键项目,选择propertities后选择图中①(被遮住了); 2、先不②勾选去掉,点击Apply;然后在把②处勾选上。此时④位置会出现东东,点击蓝色超链接。填入WEB-INF创建的路径。maven项目填写src/main/webapp 记得勾选下面自动创建
阅读全文