上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 24 下一页
摘要: 话不多说,直接上案例 启动服务器,然后访问/Ioc 这样就可以查看,父容器和子容器中的对象实例啦。 阅读全文
posted @ 2018-11-01 09:37 追梦滴小蜗牛 阅读(722) 评论(0) 推荐(1) 编辑
摘要: 在渲染视图的xml文件中,配置一个i18nBean 实现两个接口: SessionLocaleResolver --> 加载资源主题 ReloadableResourceBundleMessageSource --> 加载文件 @Controller 页面: messages中的语言资源包。 语言资 阅读全文
posted @ 2018-11-01 09:09 追梦滴小蜗牛 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml,添加validator验证器的依赖 新建一个Cat类 package com.oukele.model; import javax.validation.constraints.*; public class Cat { @NotBlank//验证字符串非空 private Str 阅读全文
posted @ 2018-10-31 16:20 追梦滴小蜗牛 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 第一种方式:(使用ajax的方式) 前端代码: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> </head> <body> <script sr 阅读全文
posted @ 2018-10-29 16:22 追梦滴小蜗牛 阅读(5746) 评论(1) 推荐(1) 编辑
摘要: 首先 等待下载 点击Restart idea (重启idea) 然后等待idea 进行激活 记得勾选下面的那个复选框 激活url:http://139.199.89.239:1008/88414687-3b91-4286-89ba-2dc813b107ce 如果出现提示路径问题(一般都是 电脑用户的 阅读全文
posted @ 2018-10-29 15:37 追梦滴小蜗牛 阅读(567) 评论(1) 推荐(0) 编辑
摘要: logback_config.xml 配置文件信息 <?xml version="1.0" encoding="UTF-8"?> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati 阅读全文
posted @ 2018-10-22 15:11 追梦滴小蜗牛 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 1、Maven项目 2、配置generatorConfig.xml文件 3、在pom.xml中配置插件 2、generatorConfig.xml文件信息 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration 阅读全文
posted @ 2018-10-19 15:07 追梦滴小蜗牛 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 两个表: Customer 顾客表 create table if not exists customer( customer_id int primary key auto_increment, first_name varchar(20), last_name varchar(20), comp 阅读全文
posted @ 2018-10-18 19:47 追梦滴小蜗牛 阅读(4803) 评论(0) 推荐(0) 编辑
摘要: 错误信息: 在 pom.xml 文件 设置一下Maven的属性 1 <!--Maven 属性--> 2 <properties> 3 <!--项目的编码格式--> 4 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 阅读全文
posted @ 2018-10-11 10:24 追梦滴小蜗牛 阅读(7904) 评论(0) 推荐(0) 编辑
摘要: 原料:1、配好的Maven环境变量 2、c m d命令 win + r 输入 cmd 切换到此项目所要存在的位置 使用命令创建文件夹 切换 到 maven_demo中 输入 cd maven_demo 使用命令创建maven项目结构(类似下面这种结构,规范点的.) md --> 创建文件夹 src 阅读全文
posted @ 2018-10-10 19:57 追梦滴小蜗牛 阅读(321) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 24 下一页