App下載

詞條

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

3061.SDK數(shù)據(jù)庫(kù) Aggregate·跳過(guò)指定數(shù)的文檔

Aggregate.skip(value: number): Aggregate支持端:程序 2.7.4, 云函數(shù) 0.8.1, Web聚合階段。指定一個(gè)正整數(shù),跳過(guò)對(duì)應(yīng)數(shù)量的文檔,輸出剩下的文檔。參數(shù)value: number返回值A(chǔ)ggregate示例db.collection('users') .aggregate() .skip(5) .end() 這段代碼會(huì)跳過(guò)...

http://m.o2fo.com/weixinapp/weixinapp-8kae38n3.html

3062.SDK數(shù)據(jù)庫(kù) Aggregate·文檔排序

Aggregate.sort(object: Object): Aggregate支持端:程序 2.7.4, 云函數(shù) 0.8.1, Web聚合階段。根據(jù)指定的字段,對(duì)輸入的文檔進(jìn)行排序。參數(shù)object: Object返回值A(chǔ)ggregateAPI 說(shuō)明形式如下:sort({ <字段名1>: <排序規(guī)則>, <字段名2>: <...

http://m.o2fo.com/weixinapp/weixinapp-ymn438n4.html

3063.SDK數(shù)據(jù)庫(kù) Aggregate·發(fā)起實(shí)際聚合操作

Aggregate.end(): Promise<Object>支持端:程序 2.7.4, 云函數(shù) 0.8.1, Web標(biāo)志聚合操作定義完成,發(fā)起實(shí)際聚合操作返回值Promise.<Object>屬性類型說(shuō)明listArray.<any>聚合結(jié)果列表示例代碼const $ = db.command.aggregate db.collection('books').ag...

http://m.o2fo.com/weixinapp/weixinapp-uegj38n7.html

3064.一 windev開(kāi)發(fā)簡(jiǎn)介及現(xiàn)有中文教程合集

...6. 唯一缺點(diǎn)就是幫助文檔只漢化了一部分,導(dǎo)致開(kāi)發(fā)復(fù)雜程序需要一定英語(yǔ)閱讀能力,不過(guò)借助現(xiàn)在發(fā)達(dá)的漢化工具,只要懂計(jì)算機(jī)原理還是很好理解的。 論壇地址 http://http://forum.cn.windev.com/ 似乎沒(méi)有啥訪問(wèn)量。 在線文檔 http:/...

http://m.o2fo.com/wjmbi/wjmbi-8mjb38q1.html

3065.使用分包

使用分包配置方法假設(shè)支持分包的程序目錄結(jié)構(gòu)如下:├── app.js ├── app.json ├── app.wxss ├── packageA │ └── pages │ ├── cat │ └── dog ├── packageB │ └── pages │ ├── apple │ └...

http://m.o2fo.com/weixinapp/weixinapp-jmfc390f.html

3066.VoiceRecognizer.onRecognize

...nction callbackcallback 返回參數(shù)說(shuō)明屬性類型說(shuō)明resultString程序語(yǔ)音識(shí)別過(guò)程中的返回內(nèi)容示例 在開(kāi)發(fā)者工具中打開(kāi)圖片示例代碼示例<view class="result">{{result}}</view> <button bindtap="voiceRecognizerStart">點(diǎn)擊開(kāi)始識(shí)別語(yǔ)音</...

http://m.o2fo.com/baiduapp/baiduapp-d1wt3azn.html

3067.VoiceRecognizer.onFinish

...nction callbackcallback 返回參數(shù)說(shuō)明屬性類型說(shuō)明resultString程序語(yǔ)音識(shí)別完成后的返回內(nèi)容示例在開(kāi)發(fā)者工具中打開(kāi)圖片示例代碼示例<view class="result">{{result}}</view> <button bindtap="voiceRecognizerStart">點(diǎn)擊開(kāi)始識(shí)別語(yǔ)音</b...

http://m.o2fo.com/baiduapp/baiduapp-dtfu3azo.html

3068.RecorderManager.onInterruptionEnd

... 錄音中斷結(jié)束事件。在收到 interruptionBegin 事件之后,程序內(nèi)所有錄音會(huì)暫停,收到此事件之后才可再次錄音成功。Web 態(tài)說(shuō)明: Web 態(tài)環(huán)境不支持錄音相關(guān)功能,該事件不會(huì)觸發(fā)。方法參數(shù)Function callback示例 在開(kāi)發(fā)者工具中打...

http://m.o2fo.com/baiduapp/baiduapp-ei7j3b1f.html

3069.RtcRoomContext.enterRoom

...</rtc-room> </view>Page({ onReady(e) { // 使用此API需要程序主體開(kāi)通實(shí)時(shí)音視頻通話鑒權(quán) this.rtcRoomContext = swan.createRtcRoomContext('myRoom'); console.log('這是一個(gè) RtcRoomContext 實(shí)例:', this.rtcRoomContext); this.enterRoom(); }, enterRoom(...

http://m.o2fo.com/baiduapp/baiduapp-vjid3b20.html

3070.RtcRoomContext.exitRoom

...</button> </view>Page({ onReady(e) { // 使用此API需要程序主體開(kāi)通實(shí)時(shí)音視頻通話鑒權(quán) this.rtcRoomContext = swan.createRtcRoomContext('myRoom'); console.log('這是一個(gè) RtcRoomContext 實(shí)例:', this.rtcRoomContext); this.enterRoom(); }, enterRoom() ...

http://m.o2fo.com/baiduapp/baiduapp-9nr73b21.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

3061.SDK數(shù)據(jù)庫(kù) Aggregate·跳過(guò)指定數(shù)的文檔

Aggregate.skip(value: number): Aggregate支持端:程序 2.7.4, 云函數(shù) 0.8.1, Web聚合階段。指定一個(gè)正整數(shù),跳過(guò)對(duì)應(yīng)數(shù)量的文檔,輸出剩下的文檔。參數(shù)value: number返回值A(chǔ)ggregate示例db.collection('users') .aggregate() .skip(5) .end() 這段代碼會(huì)跳過(guò)...

http://m.o2fo.com/weixinapp/weixinapp-8kae38n3.html

3062.SDK數(shù)據(jù)庫(kù) Aggregate·文檔排序

Aggregate.sort(object: Object): Aggregate支持端:程序 2.7.4, 云函數(shù) 0.8.1, Web聚合階段。根據(jù)指定的字段,對(duì)輸入的文檔進(jìn)行排序。參數(shù)object: Object返回值A(chǔ)ggregateAPI 說(shuō)明形式如下:sort({ <字段名1>: <排序規(guī)則>, <字段名2>: <...

http://m.o2fo.com/weixinapp/weixinapp-ymn438n4.html

3063.SDK數(shù)據(jù)庫(kù) Aggregate·發(fā)起實(shí)際聚合操作

Aggregate.end(): Promise<Object>支持端:程序 2.7.4, 云函數(shù) 0.8.1, Web標(biāo)志聚合操作定義完成,發(fā)起實(shí)際聚合操作返回值Promise.<Object>屬性類型說(shuō)明listArray.<any>聚合結(jié)果列表示例代碼const $ = db.command.aggregate db.collection('books').ag...

http://m.o2fo.com/weixinapp/weixinapp-uegj38n7.html

3064.一 windev開(kāi)發(fā)簡(jiǎn)介及現(xiàn)有中文教程合集

...6. 唯一缺點(diǎn)就是幫助文檔只漢化了一部分,導(dǎo)致開(kāi)發(fā)復(fù)雜程序需要一定英語(yǔ)閱讀能力,不過(guò)借助現(xiàn)在發(fā)達(dá)的漢化工具,只要懂計(jì)算機(jī)原理還是很好理解的。 論壇地址 http://http://forum.cn.windev.com/ 似乎沒(méi)有啥訪問(wèn)量。 在線文檔 http:/...

http://m.o2fo.com/wjmbi/wjmbi-8mjb38q1.html

3065.使用分包

使用分包配置方法假設(shè)支持分包的程序目錄結(jié)構(gòu)如下:├── app.js ├── app.json ├── app.wxss ├── packageA │ └── pages │ ├── cat │ └── dog ├── packageB │ └── pages │ ├── apple │ └...

http://m.o2fo.com/weixinapp/weixinapp-jmfc390f.html

3066.VoiceRecognizer.onRecognize

...nction callbackcallback 返回參數(shù)說(shuō)明屬性類型說(shuō)明resultString程序語(yǔ)音識(shí)別過(guò)程中的返回內(nèi)容示例 在開(kāi)發(fā)者工具中打開(kāi)圖片示例代碼示例<view class="result">{{result}}</view> <button bindtap="voiceRecognizerStart">點(diǎn)擊開(kāi)始識(shí)別語(yǔ)音</...

http://m.o2fo.com/baiduapp/baiduapp-d1wt3azn.html

3067.VoiceRecognizer.onFinish

...nction callbackcallback 返回參數(shù)說(shuō)明屬性類型說(shuō)明resultString程序語(yǔ)音識(shí)別完成后的返回內(nèi)容示例在開(kāi)發(fā)者工具中打開(kāi)圖片示例代碼示例<view class="result">{{result}}</view> <button bindtap="voiceRecognizerStart">點(diǎn)擊開(kāi)始識(shí)別語(yǔ)音</b...

http://m.o2fo.com/baiduapp/baiduapp-dtfu3azo.html

3068.RecorderManager.onInterruptionEnd

... 錄音中斷結(jié)束事件。在收到 interruptionBegin 事件之后,程序內(nèi)所有錄音會(huì)暫停,收到此事件之后才可再次錄音成功。Web 態(tài)說(shuō)明: Web 態(tài)環(huán)境不支持錄音相關(guān)功能,該事件不會(huì)觸發(fā)。方法參數(shù)Function callback示例 在開(kāi)發(fā)者工具中打...

http://m.o2fo.com/baiduapp/baiduapp-ei7j3b1f.html

3069.RtcRoomContext.enterRoom

...</rtc-room> </view>Page({ onReady(e) { // 使用此API需要程序主體開(kāi)通實(shí)時(shí)音視頻通話鑒權(quán) this.rtcRoomContext = swan.createRtcRoomContext('myRoom'); console.log('這是一個(gè) RtcRoomContext 實(shí)例:', this.rtcRoomContext); this.enterRoom(); }, enterRoom(...

http://m.o2fo.com/baiduapp/baiduapp-vjid3b20.html

3070.RtcRoomContext.exitRoom

...</button> </view>Page({ onReady(e) { // 使用此API需要程序主體開(kāi)通實(shí)時(shí)音視頻通話鑒權(quán) this.rtcRoomContext = swan.createRtcRoomContext('myRoom'); console.log('這是一個(gè) RtcRoomContext 實(shí)例:', this.rtcRoomContext); this.enterRoom(); }, enterRoom() ...

http://m.o2fo.com/baiduapp/baiduapp-9nr73b21.html

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

w3cschool 建議您:

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

熱門(mén)課程