App下載

詞條

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

1561.Babel 是什么?

Babel 是一個(gè) JavaScript 編譯器 Babel 是一個(gè)工具鏈,主要用于將采用 ECMAScript 2015+ 語法編寫的代碼轉(zhuǎn)換為向后兼容的 JavaScript 語法,以便能夠運(yùn)行在當(dāng)前和舊版本的瀏覽器或其他環(huán)境中。下面列出的是 Babel 能為你做的事情: 語法轉(zhuǎn)...

http://www.o2fo.com/babel/what-is-babel.html

1562.Ember 表單元素

...e controller form-helper`得到模板對(duì)應(yīng)的`controller`類。 )。 ```javascript // app/routes/form-helper.js import Ember from 'ember'; export default Ember.Route.extend({ model: function() { return { helloworld: 'The value from route...' } } }); ``` 在`controller`類初始化...

http://www.o2fo.com/emberjs_guide/emberjs_guide-5mu420cg.html

1563.支付寶小程序框架 自定義組件·對(duì)象

## Component 構(gòu)造器 以下為一個(gè)簡(jiǎn)單示例: ```javascript // /components/index/index.js Component({ mixins:[{ didMount() {}, }], data: {y:2}, props:{x:1}, didUpdate(prevProps,prevData){}, didUnmount(){}, methods:{ onMyClick(ev){ my.alert({}); this.props.onXX({ ...ev, e2:1}); }, }, }); ``` ...

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

1564.Flutter實(shí)戰(zhàn) GridView

...構(gòu)建一個(gè)二維網(wǎng)格列表,其默認(rèn)構(gòu)造函數(shù)定義如下: ```JavaScript GridView({ Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController controller, bool primary, ScrollPhysics physics, bool shrinkWrap = false, EdgeInsetsGeometry padding, @required SliverGridDelega...

http://www.o2fo.com/flutter_in_action/flutter_in_action-l7qv3f04.html

1565.Bash 數(shù)組

...** ``` #!/bin/bash declare -a arr=( "Java" "Python" "PHP" "HTML" ) arr[4]="JavaScript" echo "${arr[@]}" ``` 執(zhí)行后得到以下結(jié)果: ``` Java Python PHP JavaScript CSS SQL ``` - 刪除元素 ``` unset ARRAY_NAME[index] ``` **示例:** ``` #!/bin/bash declare -a arr=( "Java" "Python" "HTML" "...

http://www.o2fo.com/bashshell/bashshell-2ynf37ls.html

1566.JQuery學(xué)習(xí)筆記整理:工具類

...新的jQuery實(shí)例方法。globalEval() 在全局上下文下執(zhí)行一些JavaScript代碼。grep() 查找滿足過濾函數(shù)的數(shù)組元素。原始數(shù)組不受影響。inArray() 在數(shù)組中查找指定值并返回它的索引(如果沒有找到,則返回-1)。isArray() 檢測(cè)變量是一...

http://www.o2fo.com/mqswl/mqswl-f1kt25yq.html

1567.支付寶小程序Serverless 基礎(chǔ)能力API·cloud.base.qrcode.create

...調(diào)用支持。 | ## 調(diào)用示例 ### 在云函數(shù)中調(diào)用 ```javascript module.exports = async function (ctx) { const res = await ctx.cloud.base.qrcode.create({ urlParam: 'pages/index/index', describe: '我的二維碼描述', queryParam: 'key=value' }); return res; }; ``` 支持傳入ap...

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

1568.Node.js 高階函數(shù)

...行的函數(shù)創(chuàng)建一個(gè)新的變量作用域。if,else或while不會(huì)在JavaScript中創(chuàng)建新的變量作用域。var myData = 123; if (true) { var myData = 456; } console.log(myData); // 456; 在JavaScript中創(chuàng)建新的變量作用域的唯一推薦方法是使用函數(shù)。下面的代碼顯...

http://www.o2fo.com/nodejs/node-js-higher-order-function.html

1569.Babel 升級(jí)到 Babel 7

...y just an alias of core-js v2. Source Before it used to just be 2 imports: JavaScriptimport "core-js/shim"; // included < Stage 4 proposalsimport "regenerator-runtime/runtime"; If you want to use proposals, you will need to import these independently. You should import them directly from the core...

http://www.o2fo.com/babel/upgrade-babel-to-babel-7.html

1570.Tauri 創(chuàng)建前端

...境時(shí),它也會(huì)將你的源代碼轉(zhuǎn)換成最優(yōu)化的 HTML、CSS 和 JavaScript。 我們推薦使用快速、易配置、擁有 豐富插件生態(tài)的Vite。Vite comes with a scaffolding utility similar to create-tauri-app that can quickly set up a new project from many pre-defined templates. ...

http://www.o2fo.com/tauri/tauri-create-front-end5.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1561.Babel 是什么?

Babel 是一個(gè) JavaScript 編譯器 Babel 是一個(gè)工具鏈,主要用于將采用 ECMAScript 2015+ 語法編寫的代碼轉(zhuǎn)換為向后兼容的 JavaScript 語法,以便能夠運(yùn)行在當(dāng)前和舊版本的瀏覽器或其他環(huán)境中。下面列出的是 Babel 能為你做的事情: 語法轉(zhuǎn)...

http://www.o2fo.com/babel/what-is-babel.html

1562.Ember 表單元素

...e controller form-helper`得到模板對(duì)應(yīng)的`controller`類。 )。 ```javascript // app/routes/form-helper.js import Ember from 'ember'; export default Ember.Route.extend({ model: function() { return { helloworld: 'The value from route...' } } }); ``` 在`controller`類初始化...

http://www.o2fo.com/emberjs_guide/emberjs_guide-5mu420cg.html

1563.支付寶小程序框架 自定義組件·對(duì)象

## Component 構(gòu)造器 以下為一個(gè)簡(jiǎn)單示例: ```javascript // /components/index/index.js Component({ mixins:[{ didMount() {}, }], data: {y:2}, props:{x:1}, didUpdate(prevProps,prevData){}, didUnmount(){}, methods:{ onMyClick(ev){ my.alert({}); this.props.onXX({ ...ev, e2:1}); }, }, }); ``` ...

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

1564.Flutter實(shí)戰(zhàn) GridView

...構(gòu)建一個(gè)二維網(wǎng)格列表,其默認(rèn)構(gòu)造函數(shù)定義如下: ```JavaScript GridView({ Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController controller, bool primary, ScrollPhysics physics, bool shrinkWrap = false, EdgeInsetsGeometry padding, @required SliverGridDelega...

http://www.o2fo.com/flutter_in_action/flutter_in_action-l7qv3f04.html

1565.Bash 數(shù)組

...** ``` #!/bin/bash declare -a arr=( "Java" "Python" "PHP" "HTML" ) arr[4]="JavaScript" echo "${arr[@]}" ``` 執(zhí)行后得到以下結(jié)果: ``` Java Python PHP JavaScript CSS SQL ``` - 刪除元素 ``` unset ARRAY_NAME[index] ``` **示例:** ``` #!/bin/bash declare -a arr=( "Java" "Python" "HTML" "...

http://www.o2fo.com/bashshell/bashshell-2ynf37ls.html

1566.JQuery學(xué)習(xí)筆記整理:工具類

...新的jQuery實(shí)例方法。globalEval() 在全局上下文下執(zhí)行一些JavaScript代碼。grep() 查找滿足過濾函數(shù)的數(shù)組元素。原始數(shù)組不受影響。inArray() 在數(shù)組中查找指定值并返回它的索引(如果沒有找到,則返回-1)。isArray() 檢測(cè)變量是一...

http://www.o2fo.com/mqswl/mqswl-f1kt25yq.html

1567.支付寶小程序Serverless 基礎(chǔ)能力API·cloud.base.qrcode.create

...調(diào)用支持。 | ## 調(diào)用示例 ### 在云函數(shù)中調(diào)用 ```javascript module.exports = async function (ctx) { const res = await ctx.cloud.base.qrcode.create({ urlParam: 'pages/index/index', describe: '我的二維碼描述', queryParam: 'key=value' }); return res; }; ``` 支持傳入ap...

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

1568.Node.js 高階函數(shù)

...行的函數(shù)創(chuàng)建一個(gè)新的變量作用域。if,else或while不會(huì)在JavaScript中創(chuàng)建新的變量作用域。var myData = 123; if (true) { var myData = 456; } console.log(myData); // 456; 在JavaScript中創(chuàng)建新的變量作用域的唯一推薦方法是使用函數(shù)。下面的代碼顯...

http://www.o2fo.com/nodejs/node-js-higher-order-function.html

1569.Babel 升級(jí)到 Babel 7

...y just an alias of core-js v2. Source Before it used to just be 2 imports: JavaScriptimport "core-js/shim"; // included < Stage 4 proposalsimport "regenerator-runtime/runtime"; If you want to use proposals, you will need to import these independently. You should import them directly from the core...

http://www.o2fo.com/babel/upgrade-babel-to-babel-7.html

1570.Tauri 創(chuàng)建前端

...境時(shí),它也會(huì)將你的源代碼轉(zhuǎn)換成最優(yōu)化的 HTML、CSS 和 JavaScript。 我們推薦使用快速、易配置、擁有 豐富插件生態(tài)的Vite。Vite comes with a scaffolding utility similar to create-tauri-app that can quickly set up a new project from many pre-defined templates. ...

http://www.o2fo.com/tauri/tauri-create-front-end5.html

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

w3cschool 建議您:

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

熱門課程