码迷,mamicode.com
首页 >  
搜索关键字:compression    ( 334个结果
Oracle 表压缩(Table Compression)技术介绍
Oracle 表压缩(Table Compression)介绍1、官方文档说法: As your database grows in size, consider using table compression. Compression saves disk space, reduces memory use in the database buffer cache, and can signif...
分类:数据库   时间:2015-08-05 06:43:14    阅读次数:186
转:AutoLayout中的Content Hugging 和 Content Compression Resistance
OS6中引入了AutoLayout,极大的方便了UI元素的布局,现在已经过去一年了,并且大部分设备的系统也已经升级到了iOS6,是时候要使用此项技术了。在AutoLayout的学习中有两个概念官方文档讲述的不是很清楚,今天花费了2个小时的时间研究了一下,在此总结一下。Content Hugging ...
分类:其他好文   时间:2015-08-03 16:12:54    阅读次数:117
SharePoint 2013 内容部署报错
错误信息 一Export ran out of memory while compressing a very large file. To successfully export, turn compression off by specifying the -nofilecompression ...
分类:其他好文   时间:2015-07-29 22:35:41    阅读次数:103
PPP
Point to Point Connection PPP is a protocol that is able to handle authentication, compression, error detection, monitor link quality, and logically b...
分类:其他好文   时间:2015-07-20 23:05:53    阅读次数:267
HttpClient与APS.NET Web API:请求内容的压缩与解压
对于请求内容的http compression,.NET中的HttpClient并没有提供对压缩的内置支持,IIS也没有提供对解压的内置支持,需要自己写代码实现,本文也是由此而生。对于压缩与解压,System.IO.Compression中提供了对应的类库——GZipStream与DeflateSt...
分类:Windows程序   时间:2015-07-17 20:25:24    阅读次数:472
[CareerCup] 1.5 Compress String 压缩字符串
1.5 Implement a method to perform basic string compression using the counts of repeated characters. For example, the string aabcccccaaa would become a...
分类:其他好文   时间:2015-07-17 07:07:29    阅读次数:134
Mecanim 动画系统 三 动画系统参数
Import Animation :动画控制器是否导入Bake Animation :Anim. Compression :动画压缩 Keyframe Reduction': 减少关键帧,减少一些不是特别明显的关键帧。 Optinal:最佳的Rotation Error:角度误差,如果上一帧和下.....
分类:其他好文   时间:2015-07-17 07:05:39    阅读次数:202
mongodb 3.0 配置
mongodb3.0算是一个革命性的版本,得益于新版的存储引擎WiredTiger,大幅提升性能的同时,极高的提升了数据压缩(300%)。性能对比参见:https://comerford.cc/2015/02/04/mongodb-3-0-testing-compression/安装文档:https://docs.mongodb.org/manual/administration/install-..
分类:数据库   时间:2015-07-16 22:28:30    阅读次数:234
Mecanim 动画系统 二
模型导入Unity 的参数设置 Model 栏参数 Meshes : 对于Scale Factor ,File Scale 一般来说要更改的话,保持各个模型的一致性. Mesh Compression 网格压缩的,用于对模型的压缩设置. 四个参数 Off Low Mediu...
分类:其他好文   时间:2015-07-16 21:18:01    阅读次数:209
hdu 1232, disjoint set, linked list vs. rooted tree, a minor but substantial optimization for path c
disjoint set, linked list version with weighted-union heuristic, rooted tree version with rank by union and path compression, and a minor but substantial optimization for path compression version FindSet....
分类:其他好文   时间:2015-07-16 19:57:48    阅读次数:183
334条   上一页 1 ... 23 24 25 26 27 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!