1 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache ...
分类:
其他好文 时间:
2020-10-18 10:03:44
阅读次数:
14
1.框架搭建,创建一个maven项目打war包 web.xml文件 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http:// ...
分类:
数据库 时间:
2020-10-12 20:27:31
阅读次数:
32
一、IDEA中 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac ...
分类:
编程语言 时间:
2020-09-21 12:03:05
阅读次数:
48
一、springmvc的xml配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/200 ...
分类:
编程语言 时间:
2020-09-18 01:58:54
阅读次数:
45
一、文件结构 二、pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema ...
分类:
编程语言 时间:
2020-09-18 01:52:34
阅读次数:
42
1.基础 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www. ...
分类:
Web程序 时间:
2020-09-18 01:27:16
阅读次数:
52
添加依赖: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x ...
分类:
其他好文 时间:
2020-09-17 21:15:05
阅读次数:
30
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P ...
分类:
其他好文 时间:
2020-09-17 19:48:50
阅读次数:
22
spring <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i ...
分类:
其他好文 时间:
2020-09-17 16:12:25
阅读次数:
30
CSS3:是CSS2.X ,某些模块升级文档说明: 新手可观:https://www.w3school.com.cn/ w3c官网:www.w3.org 推荐:https://www.w3.org/TR/CSS22/propidx 可翻译中文:https://developer.mozilla.or ...
分类:
Web程序 时间:
2020-09-14 19:17:11
阅读次数:
55