cloud2020的pom文件报错怎么办?cloud项目的druid依赖无法下载怎么办? pom文件cloud2020 最初版本[手打版-应该是没啥问题] 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <project xmlns="http://mave ...
分类:
其他好文 时间:
2020-07-27 13:54:46
阅读次数:
75
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-instance ...
分类:
其他好文 时间:
2020-07-27 09:41:28
阅读次数:
74
//引入命名空间 xmlns:th="http://www.thymeleaf.org" //用th:<prop>替换<prop>属性的值 <h4 th:text="${hello}" ></h4> 1 Fragment inclusion th:insert th:replace 2 Fragme ...
分类:
其他好文 时间:
2020-07-26 00:03:15
阅读次数:
114
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i ...
分类:
其他好文 时间:
2020-07-25 23:29:12
阅读次数:
69
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i ...
分类:
其他好文 时间:
2020-07-25 23:23:14
阅读次数:
72
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i ...
分类:
其他好文 时间:
2020-07-25 23:19:47
阅读次数:
91
XAML: <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft ...
Spring1.1.1.1创建一个beanpackagecom.zt.spring;publicclassMyBean{privateStringuserName;privateIntegeruserAge;}1.1.1.2配置Config配置beanpackagecom.zt.spring;importorg.springframework.context.annotation.Bean;imp
分类:
编程语言 时间:
2020-07-24 13:30:44
阅读次数:
72
1)、先写一个注册页面和登录页面; register.html <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>用户注册</title> ...
分类:
编程语言 时间:
2020-07-23 09:16:44
阅读次数:
68
1.pom.xml配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven. ...
分类:
编程语言 时间:
2020-07-22 20:50:17
阅读次数:
76