App下載

詞條

大約有 4,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0048秒)

1351.QQ程序 qq.cloud.uploadFile

將本地資源上傳至云存儲空間,如果上傳至同一路徑則是覆蓋寫 ##請求參數(shù) |字段|說明|數(shù)據(jù)類型|默認(rèn)值|必填| |:-| |cloudPath|云存儲路徑,命名限制見文件名命名限制|String|-|Y| |filePath|要上傳文件資源的路徑|String|-|Y| |config|配置|Obj...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-qcod3831.html

1352.QQ程序 qq.cloud.deleteFile

...,0 為成功| |errMsg|String|成功為 ok,失敗為失敗原因| ##程序端示例 ``` qq.cloud.deleteFile({ fileList: ['a7xzcb'] }).then(res => { // handle success console.log(res.fileList) }).catch(error => { // handle error }) ```

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-b5dl3832.html

1353.QQ程序 qq.cloud.getTempFileURL

...碼,0 為成功| |errMsg|String|成功為 ok,失敗為失敗原因| 程序端示例 ``` qq.cloud .getTempFileURL({ fileList: [ { fileID: "a7xzcb", maxAge: 60 * 60 // one hour } ] }) .then(res => { // get temp file URL console.log(res.fileList); }) .catch(error => { // handle error }); `...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-dse73833.html

1354.QQ程序 database

獲取數(shù)據(jù)庫實(shí)例 參數(shù) options: Object |屬性|類型|默認(rèn)值|必填|說明| |:-| |env|string||否|環(huán)境 ID,若不填則采用 init 中的值| |返回值 Database 示例 以下調(diào)用獲取默認(rèn)環(huán)境的數(shù)據(jù)庫的引用: ``` const db = qq.cloud.database() ``` 假設(shè)有一個(gè)環(huán)境名...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-law13834.html

1355.QQ程序 Geo

Geo 數(shù)據(jù)庫地理位置結(jié)構(gòu)集 ##方法 ###Geo.Point(longitude: number, latitude: number): GeoPoint 構(gòu)造一個(gè)地理位置 ”點(diǎn)“。方法接受兩個(gè)必填參數(shù),第一個(gè)是經(jīng)度(longitude),第二個(gè)是緯度(latitude),務(wù)必注意順序

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-7dpt383x.html

1356.QQ程序 Cloud

云開發(fā) SDK 實(shí)例 ###安裝 云開發(fā) qq-server-sdk 可以通過 npm 安裝: ``` npm install --save qq-server-sdk@latest ``` ###使用 ``` const cloud = require('qq-server-sdk') ``` ##方法 ###Cloud.init() 初始化 SDK 實(shí)例 ###Cloud.callFunction(object: Object): Promise<Object> 調(diào)用...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-knbt3840.html

1357.QQ程序 DYNAMIC_CURRENT_ENV

##常亮 DYNAMIC_CURRENT_ENV 標(biāo)志當(dāng)前所在環(huán)境,注意該值不是當(dāng)前所在環(huán)境 ID 的字符串,其值等價(jià)于 Symbol.for('DYNAMIC_CURRENT_ENV'),是用于標(biāo)志當(dāng)前所在環(huán)境的。如在 init 中如果給 env 參數(shù)傳該常量值,則后續(xù)的 API 請求會自動請求當(dāng)前...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-5s9w3842.html

1358.QQ程序 callFunction

Cloud.callFunction(object: Object): Promise<Object> 調(diào)用云函數(shù) ###參數(shù) ###object: Object |屬性|類型|默認(rèn)值|必填|說明| |:-| |name|string||是|云函數(shù)名 |data|Object||否|傳遞給云函數(shù)的參數(shù),在云函數(shù)中可通過 event 參數(shù)獲取| |config|Object||否|配置| #...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-fe473843.html

1359.QQ程序 uploadFile

將本地資源上傳至云存儲空間,如果上傳至同一路徑則是覆蓋。 ##請求參數(shù) |字段|說明|數(shù)據(jù)類型|默認(rèn)值|必填 |:-| |cloudPath|云存儲路徑,命名限制見文件名命名限制|String||Y| |fileContent|要上傳文件的內(nèi)容|Buffer 或 fs.ReadStream||Y| ###Pro...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-4ij8384y.html

1360.QQ程序 downloadFile

從云存儲空間下載文件 ##請求參數(shù) |字段|說明|數(shù)據(jù)類型|默認(rèn)值|必填| |:-| | fileID|云文件 ID|String||Y| ##Promise 返回參數(shù) |字段|說明|數(shù)據(jù)類型| |:-| |fileContent|文件內(nèi)容|Buffer| |statusCode|服務(wù)器返回的 HTTP 狀態(tài)碼|Number ##錯(cuò)誤返回參數(shù) |字...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-fl2c384z.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1351.QQ程序 qq.cloud.uploadFile

將本地資源上傳至云存儲空間,如果上傳至同一路徑則是覆蓋寫 ##請求參數(shù) |字段|說明|數(shù)據(jù)類型|默認(rèn)值|必填| |:-| |cloudPath|云存儲路徑,命名限制見文件名命名限制|String|-|Y| |filePath|要上傳文件資源的路徑|String|-|Y| |config|配置|Obj...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-qcod3831.html

1352.QQ程序 qq.cloud.deleteFile

...,0 為成功| |errMsg|String|成功為 ok,失敗為失敗原因| ##程序端示例 ``` qq.cloud.deleteFile({ fileList: ['a7xzcb'] }).then(res => { // handle success console.log(res.fileList) }).catch(error => { // handle error }) ```

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-b5dl3832.html

1353.QQ程序 qq.cloud.getTempFileURL

...碼,0 為成功| |errMsg|String|成功為 ok,失敗為失敗原因| 程序端示例 ``` qq.cloud .getTempFileURL({ fileList: [ { fileID: "a7xzcb", maxAge: 60 * 60 // one hour } ] }) .then(res => { // get temp file URL console.log(res.fileList); }) .catch(error => { // handle error }); `...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-dse73833.html

1354.QQ程序 database

獲取數(shù)據(jù)庫實(shí)例 參數(shù) options: Object |屬性|類型|默認(rèn)值|必填|說明| |:-| |env|string||否|環(huán)境 ID,若不填則采用 init 中的值| |返回值 Database 示例 以下調(diào)用獲取默認(rèn)環(huán)境的數(shù)據(jù)庫的引用: ``` const db = qq.cloud.database() ``` 假設(shè)有一個(gè)環(huán)境名...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-law13834.html

1355.QQ程序 Geo

Geo 數(shù)據(jù)庫地理位置結(jié)構(gòu)集 ##方法 ###Geo.Point(longitude: number, latitude: number): GeoPoint 構(gòu)造一個(gè)地理位置 ”點(diǎn)“。方法接受兩個(gè)必填參數(shù),第一個(gè)是經(jīng)度(longitude),第二個(gè)是緯度(latitude),務(wù)必注意順序

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-7dpt383x.html

1356.QQ程序 Cloud

云開發(fā) SDK 實(shí)例 ###安裝 云開發(fā) qq-server-sdk 可以通過 npm 安裝: ``` npm install --save qq-server-sdk@latest ``` ###使用 ``` const cloud = require('qq-server-sdk') ``` ##方法 ###Cloud.init() 初始化 SDK 實(shí)例 ###Cloud.callFunction(object: Object): Promise<Object> 調(diào)用...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-knbt3840.html

1357.QQ程序 DYNAMIC_CURRENT_ENV

##常亮 DYNAMIC_CURRENT_ENV 標(biāo)志當(dāng)前所在環(huán)境,注意該值不是當(dāng)前所在環(huán)境 ID 的字符串,其值等價(jià)于 Symbol.for('DYNAMIC_CURRENT_ENV'),是用于標(biāo)志當(dāng)前所在環(huán)境的。如在 init 中如果給 env 參數(shù)傳該常量值,則后續(xù)的 API 請求會自動請求當(dāng)前...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-5s9w3842.html

1358.QQ程序 callFunction

Cloud.callFunction(object: Object): Promise<Object> 調(diào)用云函數(shù) ###參數(shù) ###object: Object |屬性|類型|默認(rèn)值|必填|說明| |:-| |name|string||是|云函數(shù)名 |data|Object||否|傳遞給云函數(shù)的參數(shù),在云函數(shù)中可通過 event 參數(shù)獲取| |config|Object||否|配置| #...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-fe473843.html

1359.QQ程序 uploadFile

將本地資源上傳至云存儲空間,如果上傳至同一路徑則是覆蓋。 ##請求參數(shù) |字段|說明|數(shù)據(jù)類型|默認(rèn)值|必填 |:-| |cloudPath|云存儲路徑,命名限制見文件名命名限制|String||Y| |fileContent|要上傳文件的內(nèi)容|Buffer 或 fs.ReadStream||Y| ###Pro...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-4ij8384y.html

1360.QQ程序 downloadFile

從云存儲空間下載文件 ##請求參數(shù) |字段|說明|數(shù)據(jù)類型|默認(rèn)值|必填| |:-| | fileID|云文件 ID|String||Y| ##Promise 返回參數(shù) |字段|說明|數(shù)據(jù)類型| |:-| |fileContent|文件內(nèi)容|Buffer| |statusCode|服務(wù)器返回的 HTTP 狀態(tài)碼|Number ##錯(cuò)誤返回參數(shù) |字...

http://www.o2fo.com/qqxiaochengxu/qqxiaochengxu-fl2c384z.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程