08 2020 档案
摘要:<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.yml</include> <include>**/*.properties</include> <include
阅读全文
摘要:<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd"> <configuration> <environments defau
阅读全文
摘要:打开idea创建一个普通的maven项目 (父工程) 删除里面的src目录 在项目中新增module。 (子工程)
阅读全文
摘要:JavaWeb java web 1、基本概念 1.1、前言 web开发: web,网页的意思,www.baidu.com 静态web HTML,css 提供给所有人看的页面始终都不会发生变化 动态web 淘宝,几乎所有的网站; 提供给所有人看到的数据始终都会发生变化,每个人在不同的时间,不同的地点
阅读全文
摘要:url=jdbc:mysql://localhost:3306?useUnicode=true&characterEncoding=utf8
阅读全文
摘要:运行tomcat时,控制台乱码 1)打开Run/Debug Configuration,选择你的tomcat 2)然后在 Server > VM options 设置为 -Dfile.encoding=UTF-8 ,重启tomcat
阅读全文
摘要:<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
阅读全文

浙公网安备 33010602011771号