基本环境 yum -y install wget gcc xz tar 安装 zlib (如果不装zlib setuptools可能报错 "Compression requires the (missing) zlib module") 1. wget http://prdownloads.sour ...
分类:
编程语言 时间:
2017-07-07 21:28:06
阅读次数:
234
Table Compression 表压缩 The database can use table compression to reduce the amount of storage required for the table. 数据库可以使用表压缩来消除数据块中的重复值。 Compressio ...
分类:
数据库 时间:
2017-06-25 14:22:24
阅读次数:
161
根据报错提示是缺少zlib模块,执行rpm-qa|grepzlib查看是已经安装了zlib的,安装zlib-devel之后进行编译还是不行,查找网络资料重新编译了一下使用的Python源码包之后,可以正常执行Pythonsetup.pyinstall命令来安装setuptools模块
分类:
其他好文 时间:
2017-06-20 21:15:22
阅读次数:
106
本文来自:https://msdn.microsoft.com/zh-cn/library/system.io.compression.gzipstream(v=vs.100).aspx ...
1. Compressing Files at the Shell Prompt Red Hat Enterprise Linux provides the bzip2, gzip, and zip tools for compression from a shell prompt. The bzi ...
分类:
系统相关 时间:
2017-06-07 10:12:04
阅读次数:
296
https://github.com/handong1587/handong1587.github.io/blob/master/_posts/deep_learning/2015-10-09-acceleration-model-compression.md ...
分类:
其他好文 时间:
2017-06-04 15:39:57
阅读次数:
212
#define Z_BEST_COMPRESSION 9 #define Z_DEFAULT_COMPRESSION (-1) // compression strategy; see deflateInit2() for details #define Z_FILTERED 1 #define Z ...
分类:
其他好文 时间:
2017-06-01 19:36:12
阅读次数:
227
Compress an Entire Directory or a Single File Use the following command to compress an entire directory or a single file on Linux. It’ll also compress ...
分类:
系统相关 时间:
2017-05-13 10:02:31
阅读次数:
238
压缩表是我们维护管理中常常会用到的。以下我们看都oracle给我们提供了哪些压缩方式。文章摘自“Oracle® Database Administrator's Guide11g Release 2 (11.2)”。由于Hybrid Columnar Compression压缩仅仅有在Exadata ...
分类:
数据库 时间:
2017-05-07 13:56:11
阅读次数:
215
用于生成和修改常见配置文档,当前模块的名称在 python 3.x 版本中变更为 configparser。 来看一个好多软件的常见文档格式如下 1 2 3 4 5 6 7 8 9 10 11 12 [DEFAULT] ServerAliveInterval = 45 Compression = y ...
分类:
编程语言 时间:
2017-05-04 14:42:25
阅读次数:
233