码迷,mamicode.com
首页 >  
搜索关键字:compression    ( 334个结果
centos python2.6 升级到 python2.7
基本环境 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
Oracle Schema Objects——Tables——Table Compression
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
安装setuptools模块报错​Compression requires the (missing) zlib module
根据报错提示是缺少zlib模块,执行rpm-qa|grepzlib查看是已经安装了zlib的,安装zlib-devel之后进行编译还是不行,查找网络资料重新编译了一下使用的Python源码包之后,可以正常执行Pythonsetup.pyinstall命令来安装setuptools模块
分类:其他好文   时间:2017-06-20 21:15:22    阅读次数:106
[转][C#]压缩解压缩类 GZipStream
本文来自:https://msdn.microsoft.com/zh-cn/library/system.io.compression.gzipstream(v=vs.100).aspx ...
分类:Windows程序   时间:2017-06-15 10:22:36    阅读次数:292
File Compression and Archiving in linux (linux 中文件的归档)
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
unzip.cpp.600
#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
File Compression in Linux
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给我们提供了哪些压缩方式。文章摘自“Oracle® Database Administrator's Guide11g Release 2 (11.2)”。由于Hybrid Columnar Compression压缩仅仅有在Exadata ...
分类:数据库   时间:2017-05-07 13:56:11    阅读次数:215
Python中配置文件编写configparser
用于生成和修改常见配置文档,当前模块的名称在 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
334条   上一页 1 ... 14 15 16 17 18 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!