码迷,mamicode.com
首页 >  
搜索关键字:compression    ( 334个结果
hadoop compression
File compression brings two major benefits: it reduces the space needed to store files, and it speeds up data transfer across the network or to or fro...
分类:其他好文   时间:2014-12-12 18:43:53    阅读次数:297
php5.3开启gzip
找到php.ini并编辑 output_buffering = Off output_handler = zlib.output_compression = On 这3个选项设置如上所示,重启apache 然后在google浏览器里打开网站,按f12查看请求头...
分类:Web程序   时间:2014-12-10 18:03:40    阅读次数:167
【翻译自mos文章】oracle数据库中 基本的表压缩和高级压缩之间的区别
oracle数据库中 基本的表压缩和高级压缩之间的区别...
分类:数据库   时间:2014-11-27 18:22:53    阅读次数:216
c# 模拟get请求例子,演示Session会话状态。
创建一个控制台 程序:using System;using System.Collections.Generic;using System.IO;using System.IO.Compression;using System.Linq;using System.Net;using System.N...
分类:Windows程序   时间:2014-11-27 06:45:27    阅读次数:286
php 图片调整大小 封装类【转载】
1 img_des = $img_des; 28 $this->image_type = $image_info[2]; 29 $this->compression = $compression; 30 $this->permissions = $...
分类:Web程序   时间:2014-11-25 14:03:21    阅读次数:239
开启zlib
实现的方法很简单,打开php目录下的php.ini文件, 复制代码 代码如下:zlib.output_compression = Off ;zlib.output_compression_level = -1output_buffering = Off 修改成 复制代码 代码如下:zlib.outp...
分类:其他好文   时间:2014-11-14 19:33:51    阅读次数:230
OE - 报表RML格式详解
OE - 报表RML格式详解 <?xml?version="1.0"?encoding="utf-8"?> <document??filename="report.oecn_training_lesson.pdf"?compression="1"> ??{{script}}import?datetime;print?datetime.datetime.now;{...
分类:其他好文   时间:2014-11-14 18:10:13    阅读次数:171
HDOJ 4691 Front compression 后缀数组
后缀数组求两子串间的最大公共前缀. Front compression Time Limit: 5000/5000 MS (Java/Others)    Memory Limit: 102400/102400 K (Java/Others) Total Submission(s): 1382    Accepted Submission(s): 517 Problem...
分类:编程语言   时间:2014-11-04 21:10:29    阅读次数:314
LZSS.C
/************************************************************** LZSS.C -- A Data Compression Program (tab = 4 spaces)*********************************...
分类:其他好文   时间:2014-10-28 13:38:32    阅读次数:290
Motion images compression and restoration based on computer vision
This technique should apply to both normal video (consequtive sequences of pictures of real world) and animations (sequences of images drawn by human ...
分类:其他好文   时间:2014-10-25 13:10:23    阅读次数:220
334条   上一页 1 ... 28 29 30 31 32 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!