码迷,mamicode.com
首页 >  
搜索关键字:compressed    ( 160个结果
解剖SQLSERVER 第十三篇 Integers在行压缩和页压缩里的存储格式揭秘(译)
原文:解剖SQLSERVER 第十三篇 Integers在行压缩和页压缩里的存储格式揭秘(译)解剖SQLSERVER 第十三篇 Integers在行压缩和页压缩里的存储格式揭秘(译) http://improve.dk/the-anatomy-of-row-amp-page-compressed-i...
分类:数据库   时间:2015-01-07 10:46:10    阅读次数:289
如何进行PHP压缩(一点经验分享)
";$str = '{.....}';echo strlen($str).'';//压缩率居中$compressed = gzcompress($str, 9);echo 'gzcompress:'.strlen($compressed).','.""; //gzuncompress($compre...
分类:Web程序   时间:2014-12-27 20:18:35    阅读次数:134
【mysql使用xtrabackup做全量增量备份】mysql_backup.sh
【mysql使用xtrabackup做全量增量备份】mysql_backup.sh#!/bin/bash # #2014/12/16 #v5.1 #incrementbackup,withtimestamp,compressed,withmaster&slave. ###################### s_port="$1" s_action="$2" s_slave="$3" #####配置参数###### ## f_my_cnf="/data/svr/my..
分类:数据库   时间:2014-12-24 18:31:46    阅读次数:165
performance checklist
- embree integration- remove polymesh intersection refinement- remove geometry instancing- remove compressed normals- remove path differentials- remov...
分类:其他好文   时间:2014-12-24 13:19:21    阅读次数:142
rman异机恢复(RAC双节点恢复到单节点)
一、数据库全备RUN {ALLOCATE CHANNEL ch00 DEVICE TYPE disk;ALLOCATE CHANNEL ch01 DEVICE TYPE disk;backup as compressed backupset database filesperset 5 format...
分类:其他好文   时间:2014-12-16 18:52:29    阅读次数:394
HBase HFileBlock
HFileBlock官方源码注释:ReadingHFileversion 1 and 2 blocks, and writing version 2 blocks.In version 1 all blocks are always compressed or uncompressed, as sp...
分类:其他好文   时间:2014-12-02 22:20:25    阅读次数:577
windows下使用VS2010编译jpeglib
1、下载源代码下载地址:http://www.ijg.org/files/, 选择最新版本的windows版本压缩包,进行下载。 jpegsr9a.zip 1042 Kb Sun Jan 19 10:26:10 2014 Zip Compressed Data2、解压缩压缩包,修改文件名jconfi...
分类:Windows程序   时间:2014-11-25 18:02:42    阅读次数:613
Suffix array
A suffix array is a sorted array of all suffixes of a given string. The definition is similar to Suffix Tree which is compressed trie of all suffixes ...
分类:其他好文   时间:2014-11-08 13:38:45    阅读次数:193
4:2:0 Video Pixel Formats
To decode compressed 4:2:0 video, use one of the following uncompressed pixel formats. Pixel Format Description YUY2 As described in 4:2:2 Video Pixel Formats, except that two li...
分类:其他好文   时间:2014-11-05 21:37:54    阅读次数:188
后缀树
后缀树(Suffix Tree)是一棵 Compressed Trie,其存储的关键词为 Text 所有的后缀。后缀树的性质:存储所有 n(n-1)/2 个后缀需要 O(n) 的空间,n 为的文本(Text)的长度;构建后缀树需要 O(dn) 的时间,d 为字符集的长度(alphabet);对模式(...
分类:其他好文   时间:2014-10-27 22:58:02    阅读次数:351
160条   上一页 1 ... 12 13 14 15 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!