commit 476c431f07d7209bf439627008e55865ced553d9 Author: songyoulin <songyoulin@star-net.cn> Date: Tue Jan 9 15:41:17 2018 +0800 add EVS8000 logo targe ...
分类:
其他好文 时间:
2021-01-08 11:15:55
阅读次数:
0
一、工厂模式在 JDK-Calendar 应用的源码分析 测试代码: 1 public class Factory { 2 3 public static void main(String[] args) { 4 // getInstance 是 Calendar 静态方法 5 Calendar c ...
分类:
其他好文 时间:
2021-01-07 12:46:05
阅读次数:
0
前端thymeleaf下拉框select、input框中的date类型js回显问题 1. thymeleaf下的select回显 <select id="genderSelect" name="sizeSelect" class="selectpicker" title="请选择" data-dro ...
分类:
Web程序 时间:
2021-01-07 12:37:23
阅读次数:
0
1.查看当前时区 date -R 返回显示是 +0000 2.修改时区 tzselect 然后提示选择时区,按顺序选4、9、1,然后确认选1 3.更新本地时区 sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 4.检验 date -R ...
分类:
系统相关 时间:
2021-01-07 12:29:16
阅读次数:
0
日期函数 dateadd datedadd (date_part, interval, date) 表示在日期 date 的基础上, 以date_part 为单位, 与之间隔 interval的日期 dateadd ("month", -3, #2020/3/8#) 则返回 2019/12/8 0: ...
分类:
其他好文 时间:
2021-01-07 11:55:55
阅读次数:
0
timedatectl set-timezone Asia/Shanghai >>>服务器时区设置 date -s "2020-12-20 16:34:50" >>>服务器时间设置 ...
分类:
其他好文 时间:
2021-01-07 11:54:30
阅读次数:
0
6.MySQL数据库中,常用的数据类型 类型名称 说明 int(integer) 整数类型 double 小数类型 decimal(m,d) 指定整数位与小数位长度的小数类型 date 日期类型,格式为yyyy-MM-dd,包含年月日,不包含时分秒 datetime 日期类型,格式为yyyy-MM- ...
分类:
数据库 时间:
2021-01-07 11:47:19
阅读次数:
0
实用技能:60个常用的Linux命令 ●查看硬件信息相关命令(8个) ifconfig free fdisk ethtool mii-tool dmidecode dmesg lspci ●其它(19个) echo printf rpm yum watch alias unalias date cl ...
分类:
系统相关 时间:
2021-01-06 12:19:17
阅读次数:
0
yaml演示 unit Tests.Neslib.Yaml.Sample; interface uses DUnitX.TestFramework, Neslib.Yaml; type TestYamlSample = class private procedure CheckStream(cons ...
分类:
其他好文 时间:
2021-01-06 11:41:39
阅读次数:
0
读取ini文件 ini文件中可以存在以#和;作为注释的部分,不会影响读取的结果。函数如下 1 #!/usr/bin/env bash 2 # 3 # FileName : Bash读取ini文件.sh 4 # Author :hpy 5 # Date :2020年11月08日 6 # Descrip ...
分类:
其他好文 时间:
2021-01-05 11:22:25
阅读次数:
0