ptar命令<!--more--> 解包:tar zxvf FileName.tar 打包:tar czvf FileName.tar DirNamegz命令 解压1:gunzip FileName.gz 解压2:gzip -d FileName.gz 压缩:gzip FileName.tar.gz ...
分类:
系统相关 时间:
2020-11-24 12:45:25
阅读次数:
10
ZABBIX监控平台部署(LAMP+ZABBIX.Server.YUM源安装部署)1、Zabbix Server端和Zabbix Agent执行如下代码:<!--more-->Zabbix监控平台部署,至少需要安装四个组件,分别是Zabbix_Server、Zabbix_Web、Databases、 ...
分类:
其他好文 时间:
2020-11-23 12:13:31
阅读次数:
6
ZABBIX监控平台部署(LAMP+ZABBIX.Server源码安装部署)1、Zabbix Server端和Zabbix Agent执行如下代码:<!--more-->Zabbix监控平台部署,至少需要安装四个组件,分别是Zabbix_Server、Zabbix_Web、Databases、Zab ...
分类:
其他好文 时间:
2020-11-23 12:12:56
阅读次数:
6
Data Structures and Algorithms COMP9024 20T3AssignmentTripPlannerObjectivesThe assignment aims to give you more independent, self-directed practicewit ...
分类:
其他好文 时间:
2020-11-19 12:11:27
阅读次数:
7
一.文件的三个时间 当我们在linux中创建了文件或文件夹,文件/文件夹就有了时间属性,而且linux中的文件具有三个时间,可以通过stat命令查看文件的三种时间: ? 访问时间(Access time):又简称为atime,对文件进行一次读操作,它的访问时间就会改变。例如cat,more等操作,但 ...
分类:
系统相关 时间:
2020-11-08 17:02:45
阅读次数:
34
之前接手的一个旧项目,使用的是roadhog + dva + antd等技术,里面大概有上百个路由文件,其他model、组件等文件也不少,导致整个项目的模块文件非常多,热更新和打包都速度都比较慢,输出代码体积也很大。基于这个问题,本文整理webpack常用的一些优化手段。 <!--more--> 参 ...
分类:
Web程序 时间:
2020-11-07 17:44:14
阅读次数:
36
Jumpserver高可用集群部署,MariaDB及Redis数据库定时备份处理
分类:
数据库 时间:
2020-11-07 15:35:29
阅读次数:
18
header=“rememberme=deleteMe”、header=“shiroCookie” # CVE-2019-17558 Apache Solr Velocity模板远程代码执行app="Apache-Shiro"# 搜索湖北地区的资产<!--more--> && region="Hub ...
分类:
其他好文 时间:
2020-11-06 02:29:09
阅读次数:
26
cd ls pwd clear chmod chown chattr userdel groupadd vi wim cat more less mv cp rm rmdel touch ifconfig ip addr ping route echo wc expr bc ln head tail ...
分类:
其他好文 时间:
2020-11-04 19:25:23
阅读次数:
43
async getList() { await indexmodel.findAllSeller(this.queryInfo, data => { console.log(data); if (data.length <= 5) { this.loadingType = 'noMore'; } i ...
分类:
编程语言 时间:
2020-11-04 17:50:30
阅读次数:
17