08 2020 档案

摘要:<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.yml</include> <include>**/*.properties</include> <include 阅读全文
posted @ 2020-08-28 13:52 Cherish° 阅读(603) 评论(0) 推荐(0)
摘要:<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd"> <configuration> <environments defau 阅读全文
posted @ 2020-08-28 11:03 Cherish° 阅读(203) 评论(0) 推荐(0)
摘要:打开idea创建一个普通的maven项目 (父工程) 删除里面的src目录 在项目中新增module。 (子工程) 阅读全文
posted @ 2020-08-28 10:42 Cherish° 阅读(255) 评论(0) 推荐(0)
摘要:JavaWeb java web 1、基本概念 1.1、前言 web开发: web,网页的意思,www.baidu.com 静态web HTML,css 提供给所有人看的页面始终都不会发生变化 动态web 淘宝,几乎所有的网站; 提供给所有人看到的数据始终都会发生变化,每个人在不同的时间,不同的地点 阅读全文
posted @ 2020-08-26 16:35 Cherish° 阅读(199) 评论(0) 推荐(0)
摘要:url=jdbc:mysql://localhost:3306?useUnicode=true&characterEncoding=utf8 阅读全文
posted @ 2020-08-20 16:25 Cherish° 阅读(159) 评论(0) 推荐(0)
摘要:运行tomcat时,控制台乱码 1)打开Run/Debug Configuration,选择你的tomcat 2)然后在 Server > VM options 设置为 -Dfile.encoding=UTF-8 ,重启tomcat 阅读全文
posted @ 2020-08-16 22:51 Cherish° 阅读(458) 评论(0) 推荐(0)
摘要:<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml 阅读全文
posted @ 2020-08-12 17:03 Cherish° 阅读(480) 评论(0) 推荐(0)