GithubHelp home page GithubHelp logo

wuyongmao / springfastdfs Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 76 KB

基于[fastdfs-client-java] 开发、使用commons-pool2连接池封装的工具类,提供简易的上传下载功能.

Java 81.77% HTML 18.23%

springfastdfs's Introduction

FastDFS Client Java API

这是基于[fastdfs-client-java] 开发、使用commons-pool2连接池封装的工具类,提供简易的上传下载功能.

  • FastDFSClient 主要的工具类
  • ErrorCode 异常编码
  • FastDFSException 异常类
  • FileResponseData 文件返回信息
  • TrackerServerFactory TrackerServer Factory
  • TrackerServerPool TrackerServer Pool

docker 部署 fastdfs


  docker  search fastdfs
  docker pull qbanxiaoli/fastdfs
  docker images
  mkdir -p /var/fdfs
  
  docker run -d --restart=always --privileged=true --net=host --name=fastdfs -e IP=172.16.89.69 -e WEB_PORT=888 -v /var/fdfs:/var/local/fdfs qbanxiaoli/fastdfs
  docker exec -it fastdfs /bin/bash
  
  echo "Hello FastDFS!" index.html
  fdfs_test /etc/fdfs/client.conf upload index.html

  http://172.16.89.69:888/group1/M00/00/00/rBBZRVz2LECAcf1yAAAADxjm17c12.html

springfastdfs's People

Contributors

wuyongmao avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.