1、简介:FastDFS是用C语言编写的一款开源的分布式文件系统,FastDSF充分考虑了冗余备份、负载均衡、线性扩容等机制,并注重高可用、高性能等特点,使用FastDFS可以很容易的搭建一套高性能的文件服务器集群提供文件上传、下载等服务。 2、原理:FastDFS系统结构如下图所示: FastDF ...
分类:
其他好文 时间:
2019-04-05 00:23:41
阅读次数:
175
在上传代码中添加一下代码 suffix=suffix.substring(1); fast.FastDFSFile file = new fast.FastDFSFile(mFile.getBytes(), suffix); NameValuePair[] meta_list = new NameV ...
分类:
Web程序 时间:
2017-05-06 13:14:38
阅读次数:
487
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292