-- phpMyAdmin SQL Dump-- version 4.9.0.1-- https://www.phpmyadmin.net/ 主机: localhost-- 生成日期: 2019-09-12 17:44:33-- 服务器版本: 5.6.38-- PHP 版本: 7.2.1 SET S ...
分类:
数据库 时间:
2019-09-12 18:30:15
阅读次数:
469
postgresql创建Long自增函数 创建sql脚本postgresql ...
分类:
数据库 时间:
2019-09-11 22:21:12
阅读次数:
174
validateDate(rule, value, callback){ if (value) { let timestamp = new Date(value).getTime() let start = new Date(this.shiftStartTime).getTime() let en... ...
分类:
其他好文 时间:
2019-09-10 14:59:08
阅读次数:
313
logstash 安装和简单使用 1:安装jdk: [root@elk03tools]# rpm -ivh jdk-8u221-linux-x64.rpm warning: jdk-8u221-linux-x64.rpm: Header V3 RSA/SHA256 Signature, key ID ...
分类:
其他好文 时间:
2019-09-09 22:19:24
阅读次数:
222
下表列出了基本 SQL Server、JDBC 和 Java 编程语言数据类型之间的默认映射: bigint BIGINT long timestamp binary BINARY byte[] bit BIT boolean char CHAR String decimal money small ...
分类:
数据库 时间:
2019-09-09 15:10:54
阅读次数:
126
MySQL报错:错误代码: 1293 Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP 原因是:两台服务器的mysql版本不一致. 低版本不支持在一个表里面 有2个TIM ...
分类:
数据库 时间:
2019-09-08 23:54:53
阅读次数:
234
Mustache 简介: Mustache 是一个轻逻辑模板解析引擎,它的优势在于可以应用在 Javascript、PHP、Python、Perl 等多种编程语言中。 Mustache 语法: Mustache 的模板语法很简单,就那么几个: {{keyName}} {{ keyName}} {{/ ...
分类:
其他好文 时间:
2019-09-08 19:53:20
阅读次数:
70
当需要把视频跳转到N秒的时候可以使用下面的方法:int64_t timestamp = N * AV_TIME_BASE; av_seek_frame(fmtctx, index_of_video, timestamp, AVSEEK_FLAG_BACKWARD); av_get_channel_l ...
分类:
其他好文 时间:
2019-09-05 23:30:37
阅读次数:
94
alter table advertiser add `create_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间' ALTER TABLE `advertiser` CHANGE ...
分类:
数据库 时间:
2019-09-05 18:51:15
阅读次数:
105
系统支持自动写入创建和更新的时间戳字段,有两种方式配置支持。 第一种方式,是在数据库配置文件中添加全局设置: 第二种是直接在单独的模型类里面设置: 字段名默认创建时间字段为create_time,更新时间字段为update_time 支持的字段类型包括timestamp/datetime/int ...
分类:
Web程序 时间:
2019-09-04 15:01:26
阅读次数:
121