Performance Comparison: Data Access TechniquesPriya DhawanMicrosoft Developer NetworkJanuary 2002原文链接:https://msdn.microsoft.com/en-us/library/ms97838...
分类:
数据库 时间:
2015-01-26 11:28:17
阅读次数:
281
作者:zhanhailiang 日期:2015-01-24
原文:A Simple Performance Comparison of HTTPS, SPDY and HTTP/2
首先,恭喜Firefox 35成为第一个默认支持HTTP/2协议的浏览器。不过由于HTTP/2协议并未完全确定,所以目前Firefox实际支持的是HTTP/2 Draft 14版本(当然最终的协议确认不会...
分类:
Web程序 时间:
2015-01-25 01:25:34
阅读次数:
232
Interesting ReadingsBig Data Benchmark– Benchmark of Redshift, Hive, Shark, Impala and Stiger/Tez.NoSQL Comparison– Cassandra vs MongoDB vs CouchDB vs...
分类:
其他好文 时间:
2015-01-04 11:04:53
阅读次数:
401
本文是对JDK6中Collections.sort方法的源码解析,也可以看作是对Comparison method violates its general contract!的后续分析。在JDK6中,该方法底层使用的是经过优化后的归并排序,废话不多说,直接看源码。public static void sort(List list, Comparator c) {
Object[] a = l...
分类:
其他好文 时间:
2015-01-02 14:42:04
阅读次数:
225
Bucket Sort:Scenario:Work when keys are in a small range.Linked List.Algorithm(Stable):1. Walk through each item and enqueue each item into its approp...
分类:
其他好文 时间:
2014-12-28 07:04:22
阅读次数:
181
1、常见的OCR库列表 http://blog.csdn.net/yzm888/article/details/5352423
2、OCR的列表和对比:http://en.wikipedia.org/wiki/Comparison_of_optical_character_recognition_software
3、tesseract系列的学习课程:http://blog.csdn.net/...
分类:
其他好文 时间:
2014-12-22 18:02:44
阅读次数:
168
背景16号为了统一线上服务器运行环境,将两台服务器的Tomcat6+JDK6升级到Tomcat7+JDK7,本以为很简单的事情,升级后自己验证也没问题,没想到却悲剧了。升级后,过了半小时运营就找过来反馈问题,部分角色无法登陆系统,由于异常日志没有输出,没有找到问题,无奈回滚。今天我们就来说说JDK6升级到JDK7会遇到的坑。复现回滚后,到beta环境按照线上的权限配置,复现该问题,加上了error...
分类:
编程语言 时间:
2014-12-19 00:41:51
阅读次数:
490
H2 Database做为轻量级的内嵌数据库,功能十分强大,下表是官网的描述:更详细的对比见官网页面:http://www.h2database.com/html/features.html#comparison下面是开发入门步骤:一、maven中添加依赖项1 2 ...
分类:
数据库 时间:
2014-12-09 17:11:53
阅读次数:
261
直方图匹配 OpenCV implements the function compareHist to perform a comparison. 1,Correlation ( CV_COMP_CORREL ) 线性相关,完全匹配的数值为1,完全不匹配是-1 where and is the t....
分类:
其他好文 时间:
2014-11-22 17:25:07
阅读次数:
296
Information about LocalDB comes from here and SQL Server 2014 Books Online. LocalDB is the full SQL Server Express engine, but invoked directly from t...
分类:
数据库 时间:
2014-11-20 15:02:21
阅读次数:
204