码迷,mamicode.com
首页 >  
搜索关键字:错误:xz compression not available    ( 2819个结果
【讲清楚,说明白!】内存监控命令之free命令
(一)free命令概述free命令可以显示当前系统未使用的和已使用的内存数目,还可以显示被内核使用的内存缓冲区。(二)常用命令格式free[选项](三)命令参数-b:以Byte为单位显示内存使用情况-k:以KB为单位显示内存使用情况-m:以MB为单位显示内存使用情况-o:不显示缓冲区调节列-s<间隔秒数>:持续观察内存使用状况-t:显示内存总和列-V:显示版本信息(四)使用实例(4.1
分类:其他好文   时间:2019-12-26 14:55:42    阅读次数:110
Sharding-JDBC实现水平拆分-单库分表
参考资料:猿天地 https://mp.weixin.qq.com/s/901rNhc4WhLCQ023zujRVQ 作者:尹吉欢 当单表的数量急剧上升,超过了1千万以上,这个时候就要对表进行水平拆分。 表的水平拆分是什么? 就是将一个表拆分成N个表,就像一块大石头,搬不动,然后切割成10块,这样就 ...
分类:数据库   时间:2019-12-25 12:55:04    阅读次数:185
install samba on wsl
install samba on wsl 参考 https://blog.csdn.net/fcymk2/article/details/86572249 参考 https://segmentfault.com/a/1190000015892542 参考 https://dog.xmu.edu.cn ...
分类:其他好文   时间:2019-12-23 22:34:38    阅读次数:112
webpack打包优化
vue cli3 webpack优化 . 开启Gzip压缩 vue.config.js webpack配置 安装包 npm install compression webpack plugin D 服务端配置 开启gzip 添加gzip_static on; 静态压缩 .组件按需加载 element ...
分类:Web程序   时间:2019-12-23 20:39:59    阅读次数:347
GHOST CMS - Properties
Properties Properties This is a full list of all the available properties that can be used within your routes.yaml config file to manipulate your URL ...
分类:其他好文   时间:2019-12-23 00:53:48    阅读次数:109
HTTP状态码
HTTP状态码(响应码)用来表明HTTP请求是否已经成功完成.HTTP响应类型一共分五大类:消息响应,成功响应,重定向,客户端错误,服务器端错误. 下表列出了所有HTTP状态码,以及他们各自所代表的含义: # Informational. 100: ('continue',),(继续) 101: ( ...
分类:Web程序   时间:2019-12-22 18:41:07    阅读次数:103
import configparser 通过 .py写.ini文件
import configparser config = configparser.ConfigParser() # config = {} config["DEFAULT"] = {'ServerAliveInterval': '45', 'Compression': 'yes', 'Compre ...
分类:其他好文   时间:2019-12-22 16:43:09    阅读次数:108
No archetypes currently available. The archetype list will refresh when the indexes finish updating
配置方法: 1. 在卡住的而画面点击"config" 2. 点击"Add remote catalog", 然后设置华为云的maven仓库地址, 然后点击"verrify", 发现找到很多arhcetypes. description的地方随便起个名字,比如huawei: (https://mirr ...
分类:其他好文   时间:2019-12-22 12:43:59    阅读次数:255
Internet History,Technology,and Security -Technology: Application Protocols(Week7)
Week7 Technology: Application Protocols This week, we’ll be covering application protocols. With reliable “pipes” available from the Transport layer, ...
分类:移动开发   时间:2019-12-22 00:55:41    阅读次数:154
Backpack III
Description Given n kinds of items, and each kind of item has an infinite number available. The i-th item has size A[i] and value V[i]. Also given a b ...
分类:其他好文   时间:2019-12-21 22:49:05    阅读次数:83
2819条   上一页 1 ... 30 31 32 33 34 ... 282 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!