FastDFS工具类的使用
生活随笔
收集整理的這篇文章主要介紹了
FastDFS工具类的使用
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
FastDFS工具類
fastdfs-client-java
上傳圖片
@Test public void testFastDfsClient() throws Exception {FastDFSClient client = new FastDFSClient("D:\\workspaces-itcast\\JaveEE18\\taotao-manager\\taotao-manager-web\\src\\main\\resources\\properties\\client.conf");String uploadFile = client.uploadFile("D:\\Documents\\Pictures\\images\\200811281555127886.jpg", "jpg");System.out.println(uploadFile); }上傳成功
訪問
總結
以上是生活随笔為你收集整理的FastDFS工具类的使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: FastDFS测试图片上传
- 下一篇: FastDFS配置nginx插件访问图片