码迷,mamicode.com
首页 >  
搜索关键字:tar gzip bzip2 xz linux压缩工具    ( 55871个结果
nginx的压缩
使用模块 ngx_http_gzip_module 用gzip方法压缩响应数据,节约带宽 一、启用或禁用gzip压缩 gzip on | off; 二、压缩比由低到高:1 到 9, 默认:1 gzip_comp_level level; 压缩比越高,越消耗CPU 三、匹配到客户端浏览器不执行压缩 g ...
分类:其他好文   时间:2021-06-03 18:08:25    阅读次数:0
linux环境搭建elasticsearch
1 下载解压elasticsearch tar -zxvf elasticsearch-7.6.1-linux-x86_64.tar.gz 2)修改config/elasticsearch.yml vim config/elasticsearch.yml cluster.name: my-appli ...
分类:系统相关   时间:2021-06-03 18:02:47    阅读次数:0
Vocabulary: mileage - raisin
1. mileage As an F1 driver, my daily mileage training involved more than 500 miles. (distance traveled in miles by a vehicle) 2. khaki These khaki pan ...
分类:其他好文   时间:2021-06-03 17:53:47    阅读次数:0
LeetCode(24)元素和为目标值的子矩阵数量(困难)
问题描述: 给出矩阵 matrix 和目标值 target,返回元素总和等于目标值的非空子矩阵的数量。 子矩阵 x1, y1, x2, y2 是满足 x1 <= x <= x2 且 y1 <= y <= y2 的所有单元 matrix[x][y] 的集合。 如果 (x1, y1, x2, y2) 和 ...
分类:其他好文   时间:2021-06-03 17:42:38    阅读次数:0
Linux下常用的命令和设置
1. 关于网络的一些配置 1. 如何启动ssh服务 service sshd start 这里的命令会同时启动ssh服务和scp服务,可以方便用户的远程访问。 2. 如何自动配置网络ip--dhcp # 1. 编辑下面的文件 vim /etc/network/interfaces # 2. 配置网络 ...
分类:系统相关   时间:2021-06-03 17:38:47    阅读次数:0
Python库
excel xlsxwriter XlsxWriter is a Python module that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 200 ...
分类:编程语言   时间:2021-06-02 20:53:25    阅读次数:0
CentOS7 内核升级
背景:修复服务器内核漏洞 当安装了一个发行版,它包含了一个特定版本的内核,如下这台服务器内核则为:Linux 3.10.0-1160.el7.x86_64 # uname -sr Linux 3.10.0-1160.el7.x86_64 内核升级操作步骤如下: 安装elrepo 载入公钥,安装epr ...
分类:其他好文   时间:2021-06-02 20:45:53    阅读次数:0
Centos7安装python3.6
1.下载python3.6包 wget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tar.xz 2.安装相关依赖 yum install gcc-c++ yum install pcre pcre-devel yum install z ...
分类:编程语言   时间:2021-06-02 20:23:58    阅读次数:0
this 详细介绍(MDN)
参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/this 值: 当前执行上下文(global、function 或 eval)的一个属性,在非严格模式下,总是指向一个对象,在严格模式下可以是 ...
分类:其他好文   时间:2021-06-02 20:18:08    阅读次数:0
Java mybatis日期比较查询
public static SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd");public static SimpleDateFormat format1 = new SimpleDateFormat( "yyyyMMdd HH:m ...
分类:编程语言   时间:2021-06-02 19:42:04    阅读次数:0
55871条   上一页 1 ... 18 19 20 21 22 ... 5588 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!