• 大小: 409KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-10
  • 语言: 其他
  • 标签: FastDFS  

资源简介

FastDFS 分布式文件系统的安装与使用(单节点) 1.服务器安装配置 fastdfs 2.通过 spring 整合 fastdfs 3.整合 fastdfs的Nginx模块可以通过 Nginx 来显示图片

资源截图

代码片段和文件信息

package com.anniweiya.fastdfs;


/**
 * 
* @Description: 文件信息描述
* @author: Aaron
* @date: 2017年7月12日 下午7:00:32
 */
public class FastDfsInfo implements java.io.Serializable {

    // serialVersionUID : TODO
private static final long serialVersionUID = 4858945733404165431L;
private String group;
    private String path;
    private String fileAbsolutePath;

    public FastDfsInfo(String group String path) {
        this.group = group;
        this.path = path;
    }

    @Override
    public String toString() {
        return “FastDfsInfo{“ + “group=‘“ + group + ‘\‘‘ +
               “ path=‘“ + path + ‘\‘‘ +
               ‘}‘;
    }

    public String getGroup() {
        return group;
    }

    public void setGroup(String group) {
        this.group = group;
    }

    public String getPath() {
        return path;
    }

    public void setPath(String path) {
        this.path = path;
    }

    public String getFileAbsolutePath() {
        return fileAbsolutePath;
    }

    public void setFileAbsolutePath(String fileAbsolutePath) {
        this.fileAbsolutePath = fileAbsolutePath;
    }

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-07-13 14:13  fastdfs-common\
     目录           0  2017-07-13 14:15  fastdfs-common\.git\
     目录           0  2017-07-13 13:42  fastdfs-common\.git\branches\
     文件           6  2017-07-13 14:14  fastdfs-common\.git\COMMIT_EDITMSG
     文件         283  2017-07-13 14:15  fastdfs-common\.git\config
     文件         121  2017-07-13 14:13  fastdfs-common\.git\FETCH_HEAD
     文件          23  2017-07-13 13:42  fastdfs-common\.git\HEAD
     目录           0  2017-07-13 13:42  fastdfs-common\.git\hooks\
     文件        5032  2017-07-13 14:14  fastdfs-common\.git\index
     目录           0  2017-07-13 13:46  fastdfs-common\.git\logs\
     文件        1288  2017-07-13 14:14  fastdfs-common\.git\logs\HEAD
     目录           0  2017-07-13 13:50  fastdfs-common\.git\logs\refs\
     目录           0  2017-07-13 13:46  fastdfs-common\.git\logs\refs\heads\
     文件        1288  2017-07-13 14:14  fastdfs-common\.git\logs\refs\heads\master
     目录           0  2017-07-13 13:50  fastdfs-common\.git\logs\refs\remotes\
     目录           0  2017-07-13 13:50  fastdfs-common\.git\logs\refs\remotes\origin\
     文件         731  2017-07-13 14:15  fastdfs-common\.git\logs\refs\remotes\origin\master
     目录           0  2017-07-13 14:14  fastdfs-common\.git\objects\
     目录           0  2017-07-13 13:46  fastdfs-common\.git\objects\01\
     文件          56  2017-07-13 13:46  fastdfs-common\.git\objects\01\684d737504adab7505c511211e8068973b11c9
     目录           0  2017-07-13 13:46  fastdfs-common\.git\objects\02\
     文件        6956  2017-07-13 13:46  fastdfs-common\.git\objects\02\2cef5c8fc0da854b90452555b924c64a96d877
     目录           0  2017-07-13 13:48  fastdfs-common\.git\objects\05\
     文件         158  2017-07-13 13:48  fastdfs-common\.git\objects\05\b325df2d2d6333ad90b90c7a920d2dc85ac7ba
     目录           0  2017-07-13 13:47  fastdfs-common\.git\objects\06\
     文件         193  2017-07-13 13:47  fastdfs-common\.git\objects\06\e32432921c1cb8d0175c92ac98e7bc4ae2f90f
     目录           0  2017-07-13 13:46  fastdfs-common\.git\objects\0d\
     文件         968  2017-07-13 13:46  fastdfs-common\.git\objects\0d\9e85a1aa502cd09895e7bc7db7f2fe37595db0
     目录           0  2017-07-13 13:47  fastdfs-common\.git\objects\12\
     文件         110  2017-07-13 13:47  fastdfs-common\.git\objects\12\bad44ebfa06d12edc691c0580b8f5ebba5c7d9
     目录           0  2017-07-13 13:46  fastdfs-common\.git\objects\14\
............此处省略294个文件信息

评论

共有 条评论