码迷,mamicode.com
首页 >  
搜索关键字:high availability    ( 2775个结果
分治法求数组的最大值最小值
实现求数组的最大值最小值,蛮力法要容易的多。本着重在体验分治法的思想的原则: 1 int main(void) 2 { 3 void Maxmin(int a[],int low,int high,int maxmin[2]); 4 int a[10],maxmin[2]; 5 6...
分类:编程语言   时间:2014-10-18 19:38:06    阅读次数:185
A SIMPLE LIBRARY TO BUILD A DEEP ZOOM IMAGE
My current project requires a lot of work with Deep Zoom images. We recently received some very high-res photos, around 500M tiff files, some of which...
分类:其他好文   时间:2014-10-17 15:27:43    阅读次数:350
Scala中的集合:Iterator、BitSet、Set、Map、Stack、Vector、List、Array
?? 5.   util包 5.1.     架构 http://www.scala-lang.org/docu/files/collections-api/collections.html The following figure shows all collections in package scala.collection. These are all high-l...
分类:其他好文   时间:2014-10-16 16:35:53    阅读次数:248
redis tcp-backlog配置
在redis2.8版本中有一个tcp-backlog配置, 说明如下:# TCP listen() backlog.## In high requests-per-second environments you need an high backlog in order# to avoid slow...
分类:其他好文   时间:2014-10-16 01:22:21    阅读次数:497
The importance of high-quality sand making machine industry in the Sand
but the introduction of new vertical roller mill every single gadget, technical achievements, innovation necessitates a process of improvement, so lon...
分类:系统相关   时间:2014-10-15 20:25:11    阅读次数:230
根据道路的shape获得high_cross和low_cross
如图所示:如何根据提供的道路的shape file获得该路的high cross和low cross 所谓的high cross就是图中的king st这条路,low cross是Gravers Ln这条路。 具体实现的方法如下: #1 将道路的shape数据导入到 Sql Server中 #2 在实体表中增加两个字段low_cross和high_cross #3 用程序【我是用C#写的...
分类:其他好文   时间:2014-10-15 19:46:41    阅读次数:267
AFNetWorking Request failed: unacceptable content-type: text/html
今天写了一个快递查询的功能,使用的是AFNetWorking框架,贴个代码:dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{ NSDictionary *dict=@{@"key"...
分类:Web程序   时间:2014-10-15 01:08:54    阅读次数:1672
PLSQL_性能优化系列14_Oracle High Water Level高水位分析
2014-10-04 BaoXinjian一、摘要高水位线好比水库中储水的水位线,用于描述数据库中段的扩展方式。高水位线对全表扫描方式有着至关重要的影响。当使用delete 操作表记录时,高水位线并不会下降,随之导致的是全表扫描的实际开销并没有任何减少。本文给出高水位线的描述,如何降低高水位线,以及...
分类:数据库   时间:2014-10-14 22:18:30    阅读次数:263
高层次综合(HLS)-简介
本文是我近段时间的学习总结,主要参考了Xilinx的技术文档以及部分网上其他资料。文档主要包括ug998《Introduction to FPGA Design Using High-Level Synthesis》,ug871《Vivado Design Suite Tutorial :High-...
分类:其他好文   时间:2014-10-14 19:05:19    阅读次数:394
ServiceStack.OrmLite
A Fast, Simple, Typed ORM for .NET OrmLite‘s goal is to provide a convenient, DRY, config-free, RDBMS-agnostic typed wrapper that retains a high affinity with SQL, exposing intuitive APIs that gene...
分类:其他好文   时间:2014-10-13 14:08:50    阅读次数:1704
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!