码迷,mamicode.com
首页 >  
搜索关键字:compress    ( 805个结果
Hadoop的IO操作
Hadoop的API官网:http://hadoop.apache.org/common/docs/current/api/index.html 相关的包 org.apache.hadoop.io org.apache.hadoop.io.compress org.apache.hadoop.io. ...
分类:其他好文   时间:2016-04-12 00:04:00    阅读次数:221
记录Gzip函数
仅仅作个日志而与 public static function compress(param1:ByteArray) : ByteArray { var _loc_2:ByteArray; var _loc_3:CRC32; var _loc_4:uint; var _loc_5:uint; _lo ...
分类:其他好文   时间:2016-04-11 01:33:58    阅读次数:124
Linux 系统常用命令汇总(六) 文件打包与压缩
文件打包与压缩 命令 选项 注解 示例 compress 文件名 压缩指定的文件,压缩后的格式为*.z compress install.log -d 解压被压缩的文件 .z为后缀的文件;compress -d=uncompress compress -d install.log zip 压缩名 文
分类:系统相关   时间:2016-03-21 17:57:06    阅读次数:199
codeforces 653B B. Bear and Compressing(dfs)
题目链接: B. Bear and Compressing Limak is a little polar bear. Polar bears hate long strings and thus they like to compress them. You should also know th
分类:其他好文   时间:2016-03-20 00:13:11    阅读次数:304
freemarker常用的基本命令
freemarker包括下面几个基本命令 if,else,elseif指令switch,case,default,break指令list,break指令include指令import 指令noparse指令compress指令escape,noescape指令assign 指令global 指令lo
分类:其他好文   时间:2016-03-07 13:26:03    阅读次数:115
linux压缩、解压和归档
linux压缩、解压和归档1简介压缩格式gzbz2xzzipZ压缩算法:算法不同,压缩比也不相同压缩比:(压缩前的文件大小-压缩后的文件大小)/压缩前的文件大小文本文件压缩比大,图片视频比较小xz>bz2>gz2>Z#这个对于大文件生效,小文件未必常用的压缩解压工具:compress/uncom..
分类:系统相关   时间:2016-02-16 01:18:22    阅读次数:401
php压缩html代码的函数
// 压缩html function compress_html($string) { $string = str_replace("\r\n", '', $string); $string = str_replace("\n", '', $string); $string = str_replac
分类:Web程序   时间:2016-02-06 01:43:45    阅读次数:235
js压缩图片
<!DOCTYPEhtml> <html> <headlang="en"> <metacharset="UTF-8"> <title></title> </head> <body> <!--压缩时要用到的canvas--> <canvasid="canvas"style="display:none;"></canvas> <!--原始图片-->..
分类:Web程序   时间:2016-02-05 02:09:48    阅读次数:147
805条   上一页 1 ... 61 62 63 64 65 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!