<!--WizRtf2Html Charset=0 --> <!--WizRtf2Html Charset=134 -->NFS <!--more--> 配置基本NFS挂载 server端: <!--WizRtf2Html Charset=0 -->systemctl start nfs-serve ...
分类:
其他好文 时间:
2018-09-12 18:03:58
阅读次数:
205
Thymeleaf 条件语句 Posted on 2017-09-15 if 与 unless 假如现在有一个商品列表,当商品有评论时,显示view按钮,否则不显示。这时候就可以使用Thymeleaf的th:if标签来实现: 1 2 3 <a href="comments.html" th:href ...
分类:
其他好文 时间:
2018-09-12 12:32:57
阅读次数:
1371
这是个开心的题目,因为既可以自己翻译,代码又好写ヾ(????)?" The i’th Fibonacci number f(i) is recursively de?ned in the following way: ? f(0) = 0 and f(1) = 1 ? f(i + 2) = f(i ...
分类:
其他好文 时间:
2018-09-12 01:07:37
阅读次数:
153
Problem Description Little A is an astronomy lover, and he has found that the sky was so beautiful!So he is counting stars now!There are n stars in th ...
分类:
其他好文 时间:
2018-09-11 01:01:01
阅读次数:
185
数据挖掘概况 什么是数据挖掘? 数据挖掘(Data mining,简称DM),是指从大量数据中,通过统计学、人工智能、机器学习等方法,挖掘出未知的、且有价值的信息和知识的过程。 数据挖掘是一门交叉学科,覆盖了统计学、数据可视化、算法、数据库、机器学习、市场营销和其他学科等知识。 数据挖掘与数据分析的 ...
分类:
编程语言 时间:
2018-09-10 22:25:00
阅读次数:
431
"hdu 5409" 题目大意:给出一张简单图,求对应输入的m条边,第i th条边被删除后,哪两个点不连通(u,v,u为桥时,两端分量的最大点编号( 本应为以 为根的结点中最大编号,但是是无向图,所以可以看作就是连通分量的最大编号),可知答案为 ,为什么?因为含n的分量如果是答案,那答案就是 ,这个 ...
分类:
其他好文 时间:
2018-09-09 11:38:34
阅读次数:
152
Description Building and maintaining roads among communities in the far North is an expensive business. With this in mind, the roads are build such th ...
分类:
其他好文 时间:
2018-09-09 11:35:44
阅读次数:
266
echo "helloworld" mytest="hello"num=100echo $mytestecho $num a=3b=5 var=`expr $a + $b`echo $var if [ $a == $b ]thenecho "is equal"fiif [ $a != $b ] th ...
分类:
系统相关 时间:
2018-09-09 00:43:18
阅读次数:
369
题目链接:https://vjudge.net/problem/HDU-1520 There is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University ...
分类:
其他好文 时间:
2018-09-07 19:16:44
阅读次数:
192
table里有三个标签 thead,tbody,tfood thead 里行是 tr,单元格内容是th tbody和tfood 行也是tr,单元格内容是td td rowspans="2" 合并两行 td colspans="2" 合并两列 <table border="3" cellspacing ...
分类:
其他好文 时间:
2018-09-07 13:52:27
阅读次数:
182