//引入命名空间 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
(一)三表 用途 list列表 整齐布局 ul先到先得,ol有序排列,还有个自定义【dl>dt>dd】 table列表 展示数据结构 【caption table>th/tr>td(thead标题 tbody数据 tfoot脚注)】 【border/cellspacing/cellpadding表格 ...
分类:
Web程序 时间:
2020-07-25 09:40:55
阅读次数:
110
mysql CLICK ME 创建数据库 CREATE DATABASE `DatabaseName` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; things CLICK ME title things CLICK ME title th ...
分类:
数据库 时间:
2020-07-24 22:02:23
阅读次数:
163
题目来源: http://codeforces.com/problemset/problem/158/A "Contestant who earns a score equal to or greater than the k-th place finisher's score will advan ...
分类:
其他好文 时间:
2020-07-23 23:12:25
阅读次数:
89
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
一、概述 假设有以下数据: $$X=(x_{1},x_{1},\cdots ,x_)=\begin x_{1}\ x_{2}\ \vdots \ x_ \end{N \times p}\ 其中x\in \mathbb^且x_\overset{\sim }N(\mu ,\Sigma )\ 则参数\th ...
分类:
其他好文 时间:
2020-07-22 20:58:47
阅读次数:
72
package com.shine.eiuop.utils; import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.File;import java.io.FileInputStream;import j ...
分类:
其他好文 时间:
2020-07-22 01:38:34
阅读次数:
98