E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
hashing
memcached全面剖析–4. memcached的分布式算法
Cache::Memcached的分布式方法根据余数计算分散根据余数计算分散的缺点Consistent
Hashing
Consistent
Hashing
的简单说明支持Consiste
starxu85
·
2008-09-30 13:00
DATASTAGE——Hashed file stage使用
原文档:HashedFilestagesrepresentahashedfile,i.e.,afilethatusesa
hashing
algorithmfordistributingrecordsinoneormoregroupsondisk.YoucanuseaHashedFilestagetoextractorwritedata
junli0310
·
2008-09-18 19:00
Algorithm
properties
File
dialog
reference
output
ActionScript 3 opensource Libs
ActionScript3opensourceLibs===============corelib===============ThecorelibprojectconsistsofseveralbasicutilitiesforMD5
hashing
gembin
·
2008-09-10 10:00
[转]Nginx hash Module
安装介绍等请看这里.Theupstream_hashmoduleprovidessimpleupstreamloaddistributionby
hashing
aconfigurablevariable(
yizhu2000
·
2008-08-19 05:00
[转]Nginx hash Module
The upstream_hash module provides simple upstream load distribution by
hashing
a configurable variable
lovnet
·
2008-08-19 05:00
C++
c
nginx
C#
Blog
Amazon 的 Dynamo 架构
Dynamo概述Dynamo的可扩展性和可用性采用的都比较成熟的技术,数据分区并用改进的一致性哈希(consistent
hashing
)方式进行复制,利用数据对象的版本化实现一致性。
starxu85
·
2008-06-25 00:00
java
database
存储
扩展
引擎
数据中心
cin cout输入输出pk printf scanf
一道二份匹配的题目,1672Cuckoo
Hashing
也是湖大上的一道题,在湖大提交通过,以为在杭电就顺理成章可以了,可笑的是屡交都是tle。
zhuzhuaipps
·
2008-04-21 23:00
c
优化
交通
hd 1672 Cuckoo
Hashing
比赛中没什么想法,理解成有2张hash表了.后来看了小波的解题报告,题目转换成求联通分枝,并判断每个联通分枝的结点数是否小于等于变数,不是的话就不能正常hash了.判断联通的时候用了并查集.#include #include #include using namespace std;#define MAX 10001typedef struct ...{ int num_dge;
LuckilyYu
·
2008-04-21 21:00
open source Flex project list
Isummarizedsomeopen-sourceprojectsaboutFlex.AdobeAPIs1corelib:consistsofseveralbasicutilitiesforMD5
hashing
Baijinwen
·
2008-04-20 12:00
算法复杂度攻击
1.
Hashing
我们经常使用这样的字符串的Hash函数://随手写的,未严格测试unsignedlongHash(char*str){ assert(NULL!
hejishan
·
2008-04-10 02:00
Algorithm
数据结构
算法
table
library
sorting
一些关于 consistent
hashing
的资料
http://cn.last.fm/user/RJ/journal/2007/04/10/392555/ libketama - a consistent
hashing
algo for memcache
iunknown
·
2008-01-16 22:00
html
memcached
算法复杂度攻击
1.
Hashing
我们经常使用这样的字符串的Hash函数://随手写的,未严格测试unsignedlongHash(char*str){ assert(NULL!
techweb
·
2007-12-28 06:00
Algorithm
数据结构
算法
table
library
sorting
算法复杂度攻击
1.
Hashing
我们经常使用这样的字符串的Hash函数://随手写的,未严格测试unsignedlongHash(char*str){ assert(NULL!
mengtech
·
2007-12-23 15:00
Some usefull As3 Lib on Google
corelibThecorelibprojectconsistsofseveralbasicutilitiesforMD5
hashing
,JSONserialization,advancedstringanddateparsing
Baijinwen
·
2007-09-18 16:00
Google
serialization
Adobe
library
interface
actionscript
MYSQL出现" Client does not support authentication "的解决方法
.2.3ClientdoesnotsupportauthenticationprotocolMySQL4.1andupusesanauthenticationprotocolbasedonapassword
hashing
algorithmthatisincompatiblewiththatusedbyolderclients.Ifyouupgradetheserverto4.1
·
2007-06-16 00:00
DATASTAGE——Hashed file stage使用
原文档:HashedFilestagesrepresentahashedfile,i.e.,afilethatusesa
hashing
algorithmfordistributingrecordsinoneormoregroupsondisk.YoucanuseaHashedFilestagetoextractorwritedata
yuzhic
·
2007-04-21 18:00
Algorithm
properties
File
dialog
reference
output
d-Left Counting Bloom Filter (3)
通过以上的介绍,d-leftcountingbloomfilter的主要思路已经呈现出来了,那就是利用d-left
hashing
的方法存储fingerprint。
jiaomeng
·
2007-03-10 17:00
filter
存储
d-Left Counting Bloom Filter (2)
关于d-left
hashing
,上一篇文章已经介绍过了,这里不再多讲。前面提到过,使用d-left
hashing
是为了解决哈希表的负载平衡问题。
jiaomeng
·
2007-03-09 10:00
function
filter
存储
d-Left
Hashing
下面介绍简单介绍一下d-left
hashing
。d-left
hashing
中的d是多个的意思,我们先简化这个问题,看一看2-left
hashing
。
jiaomeng
·
2007-03-08 10:00
存储
扩展
Perfect
Hashing
VS. Bloom Filter
Perfect
Hashing
VS.BloomFilter在NetworkApplicationsofBloomFilters:ASurvey一文中,作者提到了一种基于Perfect
hashing
的方法,
jiaomeng
·
2007-03-02 16:00
function
filter
存储
语言
NetWork
关于
hashing
are:
hashing
,
hashing
and
hashing
!
jiaomeng
·
2007-02-16 22:00
算法
加密
Yahoo
存储
破解
Dictionary
用C#实现MD5算法
usingSystem.Security.Cryptography;namespaceCommon{//////一个实现MD5散列字符串的类///作者:周公///日期:2007///publicsealedclassMD5
Hashing
周金桥
·
2007-01-29 15:00
职场
算法
实现
C#基础
用C#实现MD5算法
usingSystem.Security.Cryptography;namespaceCommon{//////一个实现MD5散列字符串的类///作者:周公///日期:2007///publicsealedclassMD5
Hashing
周金桥
·
2007-01-29 15:00
算法
MD5
职场
实现
休闲
用C#实现MD5算法
usingSystem.Security.Cryptography;namespaceCommon{//////一个实现MD5散列字符串的类///作者:周公///日期:2007///publicsealedclassMD5
Hashing
周金桥
·
2007-01-29 15:00
MD5
算法
职场
实现
休闲
Mysql 4.1 Windows 下升级问题
Clientdoesnotsupportauthenticationprotocolrequestedbyserver;considerupgradingMySQLclient官方的说法是MySQL4.1andupusesanauthenticationprotocolbasedonapassword
hashing
algorithmthatisincompatibl
·
2006-10-09 00:00
BitTorrent中的数据块校验方式改进:Merkle
Hashing
Tree
大家都知道,目前BT应用的发展具有一个非常显著的趋势,那就是用来交换电影、游戏、ISO等大尺寸的数据文件。然而我们也能够观察到另一个事实,那就是:下载文件所对应的索引文件(.torrent)也越来越大,越来越难以下载;这是因为在索引文件中保存了被下载文件中所有数据块的20字节SHA1校验值,而文件越大,数据块越多,则.torrent文件越长(块数=文件长度/数据块长,BitTorrent标准协议建
neoragex2002
·
2006-04-26 01:00
哈希表及相关
Hashing
定义了一种将字符组成的字符串转换为固定长度(一般是更短长度)的数值或索引值的方法,称为散列法,也叫哈希法。
yc0188
·
2006-03-09 00:00
Client does not support authentication protocol
support authentication protocol MySQL 4.1 and up uses an authentication protocol based on a password
hashing
iwebcode
·
2006-01-23 16:00
Authentication
hashing
Hashing
定义了一种将 字符组成的 字符串转换为固定长度(一般是更短长度)的数值或索引值的方法,称为散列法,也叫哈希法。
javatgo
·
2005-09-22 19:00
算法
认识 PHP 的hash函数
Hashing
function(散列函式)在网页应用中被广泛采用,从数码签署、错误检测、登入验证、到压缩储存空间,由于它的原理比较复杂,很多人把它跟加密函式混淆,对于如何运用hashfunction,
21aspnet
·
2005-03-15 09:00
Algorithm
数据结构
PHP
算法
function
Security
Java theory and practice:
Hashing
it out
DefininghashCode()andequals()effectivelyandcorrectlyLevel:IntroductoryBrianGoetz(
[email protected]
)PrincipalConsultant,QuiotixCorp27May2003EveryJavaobjecthasahashCode()andanequals()method.Manyclasseso
happmaoo
·
2005-01-11 17:00
JavaScript
java
Access
performance
XSL
算法复杂度攻击
Hashing
我们经常使用这样的字符串的Hash函数: // 随手写的,未严格测试unsigned long Hash(char* str){ assert(NULL !
ihuashao
·
2004-04-22 13:00
html
算法
python
Microsoft
asp
算法复杂度攻击
Hashing
我们经常使用这样的字符串的Hash函数: // 随手写的,未严格测试unsigned long Hash(char* str){ assert(NULL !
beifenggo
·
2004-04-22 13:00
html
算法
python
Microsoft
asp
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他