There are nn Christmas trees on an infinite number line. The ii -th tree grows at the position xixi . All xixi are guaranteed to be distinct. Each int ...
分类:
其他好文 时间:
2020-01-21 13:20:26
阅读次数:
96
A - Cow Contest N (1 ≤ N ≤ 100) cows, conveniently numbered 1..N, are participating in a programming contest. As we all know, some cows code better th ...
分类:
其他好文 时间:
2020-01-21 00:23:35
阅读次数:
73
解决docker容器中Centos7系统的中文乱码问题有如下两种方案: 第一种只能临时解决中文乱码: 在命令行中执行如下命令: $>localedef -i zh_CN -f UTF-8 zh_CN.UTF-8 $>yum -y install kde-l10n-Chinese && yum -y ...
分类:
其他好文 时间:
2020-01-20 22:57:23
阅读次数:
149
thymeleaf单选按钮: 通过 th:field,就不用起name值,它后面会自己识别。 前端: 按钮那里value的值一定要和th:field一一对应才会绑定 <div class="card-body"> <form id="uploadProduct" action="/manage/us ...
分类:
编程语言 时间:
2020-01-20 18:57:04
阅读次数:
98
1.后台发送的数据 是spring框架中的对象model.addObject(“student”,stu); 前台页面由隐藏的接收对象 页面代码: <input id="wfsi" class="hidden" th:value="${student.age}"/ <div <input id="c ...
分类:
Web程序 时间:
2020-01-19 22:34:37
阅读次数:
245
©Copyright 蕃薯耀 2020-01-19 https://www.cnblogs.com/fanshuyao/ import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Cale ...
分类:
编程语言 时间:
2020-01-19 12:46:48
阅读次数:
77
C. Nice Garland You have a garland consisting of nn lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is si ('R', 'G' and 'B ...
分类:
其他好文 时间:
2020-01-18 16:29:37
阅读次数:
90
D. Diverse Garland You have a garland consisting of n lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is si('R', 'G' and ' ...
分类:
其他好文 时间:
2020-01-18 14:30:27
阅读次数:
92
import React from 'react' import copy from 'copy-to-clipboard' export default class App extends React.Component { constructor(props) { super(props) th ...
分类:
其他好文 时间:
2020-01-18 14:27:25
阅读次数:
104
1、带标题、表头的表格:"<td></td>" <table> <caption> /*表格的标题,居中显示*/ </caption> <tr> <th> /*表头,内容居中,加粗显示 */ </th></tr> <tr><td></td></tr> </table> 2、带结构的表格:当表格很长的 ...
分类:
Web程序 时间:
2020-01-18 10:25:31
阅读次数:
86