App下載

詞條

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

2021.Source Map簡介

部署JavaScript腳本之前,開發(fā)者通常會使用UglifyJS2等工具對代碼壓縮變換。為什么需要轉(zhuǎn)換代碼?壓縮,減小體積。比如jQuery 1.9的源碼,壓縮前是252KB,壓縮后是32KB。多個文件合并,減少HTTP請求數(shù)。其他語言編譯成JavaScript。最...

http://www.o2fo.com/fundebug_js/fundebug_js-vp8h306y.html

2022.Vue.js

安裝fundebug-javascript與fundebug-vuenpm install fundebug-javascript fundebug-vue --save 配置import * as fundebug from "fundebug-javascript"; import fundebugVue from "fundebug-vue"; fundebug.apikey = "API-KEY"; fundebugVue(fundebug, Vue); 其中,獲取apikey需要免費(fèi)注冊帳號并且創(chuàng)...

http://www.o2fo.com/fundebug_js/fundebug_js-c47b307h.html

2023.Pug 分支條件 Case

分支條件 Casecase 是 JavaScript 的 switch 指令的縮寫,并且它接受如下的形式:- var friends = 10 case friends when 0 p 您沒有朋友 when 1 p 您有一個朋友 default p 您有 #{friends} 個朋友渲染后:<p>您有 10 個朋友</p>分支傳遞 (Case Fall Through...

http://www.o2fo.com/pugdoc/pugdoc-7s9b360u.html

2024.Parcel 轉(zhuǎn)換(Transforms)

...箱即用的轉(zhuǎn)換器和內(nèi)置的編譯器。您可以使用 Babel 轉(zhuǎn)換 JavaScript ,使用 PostCSS 轉(zhuǎn)換 CSS ,使用 PostHTML 轉(zhuǎn)換 HTML。Parcel 在模塊中找到配置文件 (例如 .babelrc ,.postcssrc) 時會自動運(yùn)行并進(jìn)行轉(zhuǎn)換。(除了在.babelrc指定的轉(zhuǎn)換外,Parcel...

http://www.o2fo.com/parcelbundler/parcelbundler-65ap36o3.html

2025.Parcel 它如何運(yùn)作

... 樹轉(zhuǎn)換成 bundle 樹。許多其它的打包工具基本上是基于 JavaScript 資源,還有附加在其上的其它格式的資源。例如,在 JS 文件中內(nèi)聯(lián)成字符串。 Parcel 是對文件類型無感知的,它能按你所期待的方式那樣與任意類型的資源工作,且...

http://www.o2fo.com/parcelbundler/parcelbundler-9mei36ow.html

2026.Angular9 簡介

...精致的單頁面應(yīng)用。 大多數(shù) Angular 代碼都只能用最新的 Javascript 編寫。它會用類型實現(xiàn)依賴注入,還會用裝飾器來提供元數(shù)據(jù)。 Angular 版本更迭速度很快,但是每個版本均往前兼容1-2個版本。正常情況下,不會出現(xiàn)較大的跨越...

http://www.o2fo.com/angulerten/angulerten-od1h37tl.html

2027.支付寶小程序框架 頁面·介紹

...e].json:頁面配置(可選) 頁面初始化時,提供數(shù)據(jù)。 ```javascript Page({ data: { title: 'Alipay', array: [{user: 'li'}, {user: 'zhao'}], }, }); ``` 根據(jù)以上提供的數(shù)據(jù),渲染頁面內(nèi)容。 ```html <view>{{title}}</view> <view>{{array[0].user}}</vie...

http://www.o2fo.com/aliminiapp/aliminiapp-ubof3beq.html

2028.my.offBLECharacteristicValueChange

...tools/public/files/ef65ff73bb7264832e4ba3af9c980dd6.png) # 示例代碼 ```javascript Page({ onLoad() { this.callback = this.callback.bind(this); my.onBLECharacteristicValueChange(this.callback); }, onUnload() { my.offBLECharacteristicValueChange(this.callback); }, callback(res) { console.log(res); ...

http://www.o2fo.com/aliminiapp/aliminiapp-mi2p3bxz.html

2029.my.offBluetoothAdapterStateChange

...tools/public/files/7b449e9e9aef112de7654e7c420b0c5a.png) # 示例代碼 ```javascript my.offBluetoothAdapterStateChange(); ``` ## 是否需要傳 callback 值 - 不傳遞 callback 值,則會移除監(jiān)聽所有的事件監(jiān)聽回調(diào)。示例代碼如下: ```javascript my.offBluetoothAdapterStateCha...

http://www.o2fo.com/aliminiapp/aliminiapp-qpd63byg.html

2030.my.offBluetoothDeviceFound

...,先調(diào)用 off 方法,關(guān)閉之前的事件監(jiān)聽。 # 示例代碼 ```javascript my.offBluetoothDeviceFound(); ``` ## 是否需要傳 callback 值 - 不傳遞 callback 值,則會移除監(jiān)聽所有的事件監(jiān)聽回調(diào)。示例代碼如下: ```javascript my.offBluetoothDeviceFound(); ``` - ...

http://www.o2fo.com/aliminiapp/aliminiapp-xhn33byh.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2021.Source Map簡介

部署JavaScript腳本之前,開發(fā)者通常會使用UglifyJS2等工具對代碼壓縮變換。為什么需要轉(zhuǎn)換代碼?壓縮,減小體積。比如jQuery 1.9的源碼,壓縮前是252KB,壓縮后是32KB。多個文件合并,減少HTTP請求數(shù)。其他語言編譯成JavaScript。最...

http://www.o2fo.com/fundebug_js/fundebug_js-vp8h306y.html

2022.Vue.js

安裝fundebug-javascript與fundebug-vuenpm install fundebug-javascript fundebug-vue --save 配置import * as fundebug from "fundebug-javascript"; import fundebugVue from "fundebug-vue"; fundebug.apikey = "API-KEY"; fundebugVue(fundebug, Vue); 其中,獲取apikey需要免費(fèi)注冊帳號并且創(chuàng)...

http://www.o2fo.com/fundebug_js/fundebug_js-c47b307h.html

2023.Pug 分支條件 Case

分支條件 Casecase 是 JavaScript 的 switch 指令的縮寫,并且它接受如下的形式:- var friends = 10 case friends when 0 p 您沒有朋友 when 1 p 您有一個朋友 default p 您有 #{friends} 個朋友渲染后:<p>您有 10 個朋友</p>分支傳遞 (Case Fall Through...

http://www.o2fo.com/pugdoc/pugdoc-7s9b360u.html

2024.Parcel 轉(zhuǎn)換(Transforms)

...箱即用的轉(zhuǎn)換器和內(nèi)置的編譯器。您可以使用 Babel 轉(zhuǎn)換 JavaScript ,使用 PostCSS 轉(zhuǎn)換 CSS ,使用 PostHTML 轉(zhuǎn)換 HTML。Parcel 在模塊中找到配置文件 (例如 .babelrc ,.postcssrc) 時會自動運(yùn)行并進(jìn)行轉(zhuǎn)換。(除了在.babelrc指定的轉(zhuǎn)換外,Parcel...

http://www.o2fo.com/parcelbundler/parcelbundler-65ap36o3.html

2025.Parcel 它如何運(yùn)作

... 樹轉(zhuǎn)換成 bundle 樹。許多其它的打包工具基本上是基于 JavaScript 資源,還有附加在其上的其它格式的資源。例如,在 JS 文件中內(nèi)聯(lián)成字符串。 Parcel 是對文件類型無感知的,它能按你所期待的方式那樣與任意類型的資源工作,且...

http://www.o2fo.com/parcelbundler/parcelbundler-9mei36ow.html

2026.Angular9 簡介

...精致的單頁面應(yīng)用。 大多數(shù) Angular 代碼都只能用最新的 Javascript 編寫。它會用類型實現(xiàn)依賴注入,還會用裝飾器來提供元數(shù)據(jù)。 Angular 版本更迭速度很快,但是每個版本均往前兼容1-2個版本。正常情況下,不會出現(xiàn)較大的跨越...

http://www.o2fo.com/angulerten/angulerten-od1h37tl.html

2027.支付寶小程序框架 頁面·介紹

...e].json:頁面配置(可選) 頁面初始化時,提供數(shù)據(jù)。 ```javascript Page({ data: { title: 'Alipay', array: [{user: 'li'}, {user: 'zhao'}], }, }); ``` 根據(jù)以上提供的數(shù)據(jù),渲染頁面內(nèi)容。 ```html <view>{{title}}</view> <view>{{array[0].user}}</vie...

http://www.o2fo.com/aliminiapp/aliminiapp-ubof3beq.html

2028.my.offBLECharacteristicValueChange

...tools/public/files/ef65ff73bb7264832e4ba3af9c980dd6.png) # 示例代碼 ```javascript Page({ onLoad() { this.callback = this.callback.bind(this); my.onBLECharacteristicValueChange(this.callback); }, onUnload() { my.offBLECharacteristicValueChange(this.callback); }, callback(res) { console.log(res); ...

http://www.o2fo.com/aliminiapp/aliminiapp-mi2p3bxz.html

2029.my.offBluetoothAdapterStateChange

...tools/public/files/7b449e9e9aef112de7654e7c420b0c5a.png) # 示例代碼 ```javascript my.offBluetoothAdapterStateChange(); ``` ## 是否需要傳 callback 值 - 不傳遞 callback 值,則會移除監(jiān)聽所有的事件監(jiān)聽回調(diào)。示例代碼如下: ```javascript my.offBluetoothAdapterStateCha...

http://www.o2fo.com/aliminiapp/aliminiapp-qpd63byg.html

2030.my.offBluetoothDeviceFound

...,先調(diào)用 off 方法,關(guān)閉之前的事件監(jiān)聽。 # 示例代碼 ```javascript my.offBluetoothDeviceFound(); ``` ## 是否需要傳 callback 值 - 不傳遞 callback 值,則會移除監(jiān)聽所有的事件監(jiān)聽回調(diào)。示例代碼如下: ```javascript my.offBluetoothDeviceFound(); ``` - ...

http://www.o2fo.com/aliminiapp/aliminiapp-xhn33byh.html

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

w3cschool 建議您:

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

熱門課程