
fastdfs
祈雨v
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FastDFS(2)java客户端
public class FastDFSOperation { private static boolean hasInited = false; private static void Init() { synchronized (TXFastDFSOperation.class) { if (hasInited)原创 2017-09-30 21:43:49 · 360 阅读 · 0 评论 -
FastDFS(1)5.12安装步骤
一、准备文件 fastdfs-master.zip libfastcommon-master.zip 二、编译安装依赖 $ unzip libfastcommon-master.zip $ cd libfastcommon-master/ $ ./make.sh & ./make.sh install 三、编译FastDFS $ unzip fastdfs-ma原创 2017-09-29 20:44:01 · 1618 阅读 · 0 评论