/**********************************搭建*******************************************/ linux版本:CentOS Linux release 7.8.2003 (Core) mysql版本:Ver 8.0.18 for ...
分类:
系统相关 时间:
2020-11-23 12:01:07
阅读次数:
5
// 直播时长处理 export const formateLiveTimeLength = (startTime, endTime) =>{ // 时间格式’YYYY-MM-DD HH:MM‘ // ios系统 需要把 YYYY-MM-DD 转化为 YYYY/MM/DD let start = [ ...
分类:
Web程序 时间:
2020-11-23 12:00:11
阅读次数:
10
原文链接:https://blog.csdn.net/u013256816/article/details/73757884 网络分区的意义 RabbitMQ的模型类似交换机模型,且采用erlang这种电信网络方面的专用语言实现。RabbitMQ集群是不能跨LAN部署(如果要WAN部署需要采用专门的 ...
分类:
其他好文 时间:
2020-11-23 11:58:02
阅读次数:
3
系统: [root@weianvrgv /]# cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) 安装中文字符集 [root@weianvrgv /]#yum install -y langpacks-zh_CN 设置中文字符 ...
分类:
数据库 时间:
2020-11-21 12:44:24
阅读次数:
27
日期转字符串 // Oracle to_char(sysdate,'yyyy-MM-dd HH24:mm:ss') // MySQL select date_format(now(),'%Y-%m-%d %H:%i:%s') 数字转字符串 //Oracle to_char(1) //MySQL se ...
分类:
数据库 时间:
2020-11-21 12:41:30
阅读次数:
23
pandas做Excel合并报错了 XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b'\x15Microso' 一次打出文件名,发现了临时文件,后来读取发现一样的错误, 再次定位,打开文件没有关闭 ...
分类:
其他好文 时间:
2020-11-21 12:24:37
阅读次数:
5
Python字符串格式化 Python 支持格式化字符串的输出 。尽管这样可能会智慧工地用到非常复杂的表达式,但最基本的用法是将一个值插入到一个有字符串格式符 %s 的字符串中。 在 Python 中,字符串格式化使用与 C 中 sprintf 函数一样的语法。 以上实例输出结果: python字符 ...
分类:
编程语言 时间:
2020-11-21 12:06:02
阅读次数:
5
[oracle@monkey01 ~]$ rman target / Recovery Manager: Release 11.2.0.4.0 - Production on Mon Mar 26 13:48:45 2018 Copyright (c) 1982, 2011, Oracle and/ ...
分类:
数据库 时间:
2020-11-21 12:03:07
阅读次数:
9
DateTimeFormatter formatter= DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");//对象转字符串String timeStr = formatter.format(LocalDateTime.now());System. ...
分类:
编程语言 时间:
2020-11-20 12:18:29
阅读次数:
24
ACS130 Introduction to Systems Engineering and SoftwareIndividual C Programming Assignment 1Assignment weighting: 10% of module markAssignment release ...
分类:
其他好文 时间:
2020-11-19 12:12:45
阅读次数:
5