一、Random类 public class RandomTest { public static void main(String[] args){ Random random = new Random(); for (int i = 0; i < 10; i++){ System.out.pri ...
分类:
其他好文 时间:
2020-01-06 19:19:54
阅读次数:
105
前言 这篇文章标题不好取。。。(主要是生成连续的日期),本文关键点有:Mysql 获取指定时间段内的所有日期列表, Mysql 按照日期分组查询没有数据的日期也一并查询出来。 <! more "本文原文链接地址:http://nullpointer.pw/Mysql%E6%97%A5%E6%9C%9 ...
分类:
数据库 时间:
2020-01-04 18:41:02
阅读次数:
208
IfcRamp A ramp is a vertical passageway which provides a human circulation link between one floor level and another floor level at a different elevati ...
分类:
其他好文 时间:
2020-01-04 16:34:30
阅读次数:
119
Javascript + DOM lessions from Codecademy practice link: http://feraljas.gitee.io/piano-plus/ Basic JS+DOM: 理解如何交互,何为interaction Building interactive ...
分类:
Web程序 时间:
2020-01-04 15:57:10
阅读次数:
98
## jdk1.8 的Period ```
Period between = Period.between( LocalDate.parse("2018-01-01 00:00:00", DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")), Loc... ...
分类:
其他好文 时间:
2020-01-03 12:00:04
阅读次数:
88
2..The Road to SDN 单词学习 翻译 Making computer networks more programmable enables innovation in network management and lowers the barrier to deploying new ...
分类:
Web程序 时间:
2020-01-02 22:43:11
阅读次数:
109
where子句中可以使用 1. 比较运算符:>、<、>=、<=、!= 2. between 80 and 100 :值在80到100之间 :包括两边的 3. in(80,90,100)值是80或90或100 4. like 'xiao%'可以是%或者_, %代表任意多字符,_表示一个字符 x%, x ...
分类:
其他好文 时间:
2020-01-02 22:11:49
阅读次数:
58
修改表结构 修改表名 增加字段 删除字段 修改字段 修改字段顺序 增删改查 增 删 改 单表查 concat拼接 as设置别名 加减乘除 distinct去重 case语句 where判断 比较运算符 between in not in 是否为空 模糊查询 正则表达式 group by分组 grou ...
分类:
数据库 时间:
2020-01-02 15:45:14
阅读次数:
92
原文:C# compare different Encoding pattern between UTF8 and UTF32 based on Md5 1 using System; 2 using System.Text; 3 using System.IO; 4 using System.Se... ...