FastDFSClient 操作工具

2021-08-10 22:09:00 字數 1529 閱讀 2559

import org.csource.common.namevaluepair;

import org.csource.fastdfs.clientglobal;

import org.csource.fastdfs.storageclient1;

import org.csource.fastdfs.storageserver;

import org.csource.fastdfs.trackerclient;

import org.csource.fastdfs.trackerserver;

public class fastdfsclient

clientglobal.init(conf);

trackerclient = new trackerclient();

trackerserver = trackerclient.getconnection();

storageserver = null;

storageclient = new storageclient1(trackerserver, storageserver);

}/**

* 上傳檔案方法

* title: uploadfile

* description:

* @param filename 檔案全路徑

* @param extname 副檔名,不包含(.)

* @param metas 檔案擴充套件資訊

* @return

* @throws exception

*/public string uploadfile(string filename, string extname, namevaluepair metas) throws exception

public string uploadfile(string filename) throws exception

public string uploadfile(string filename, string extname) throws exception

/*** 上傳檔案方法

* title: uploadfile

* description:

* @param filecontent 檔案的內容,位元組陣列

* @param extname 副檔名

* @param metas 檔案擴充套件資訊

* @return

* @throws exception

*/public string uploadfile(byte filecontent, string extname, namevaluepair metas) throws exception

public string uploadfile(byte filecontent) throws exception

public string uploadfile(byte filecontent, string extname) throws exception

}

只用 操作實現 , , 操作

減法 a b a b 乘法 a b相當於將a累加abs b 次 除法 相當於將abs a 減去 abs b 的次數 求lhs的反面值rhs,即求rhs使得lhs rhs 0 int negate int lhs return ret int abs int lhs 返回i的絕對值 lhs rhs l...

PYB操作 ADC操作

1.配置pyb內部adc 2.配置pyb內部dac 這裡由於nano沒有dac這裡就不貼出 操作了 1.putty 2.pyb nano adc 模擬訊號轉換為數字量 是嵌入式中最常用的功能之一,在micropython 同樣也提供了相應的函式,可以直接讀取 adc 轉換的結果。在pyboard中,...

Habse API操作(刪除操作)

根據rowkey刪除整行的所有列族 所有行 所有版本 public static void deleterow string tablename,string rowkey throws ioexception 刪除某個row的指定列 public static void deletecol str...