App下載

詞條

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

2351.組件通信

...t class ChildComponent { public name: string; } ``` parent.component.ts ```javascript import {Component, OnInit} from '@angular/core'; import {ChildComponent} from './child-component.ts'; @Component({ selector: 'parent-component', template: ` <child-component #child></child-component> &l...

http://www.o2fo.com/angular/angular-pnuh24ol.html

2352.jQuery中使用Ajax獲取JSON格式數(shù)據(jù)示例代碼

JSON(JavaScript Object Notation)是一種輕量級的數(shù)據(jù)交換格式。JSONM文件中包含了關(guān)于“名稱”和“值”的信息。有時候我們需要讀取JSON格式的數(shù)據(jù)文件,在jQuery中可以使用Ajax或者$.getJSON()方法實現(xiàn)。 下面就使用jQuery讀取music.txt文件中...

http://www.o2fo.com/json/vbqx1pp3.html

2353.ngui.md

...`TextWhiteSpace`]} [`Class`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes [`Object`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object [`Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Arra...

http://www.o2fo.com/nodegui/nodegui-ql8b2glq.html

2354.(4)立即調(diào)用的函數(shù)表達式

前言 大家學JavaScript的時候,經(jīng)常遇到自執(zhí)行匿名函數(shù)的代碼,今天我們主要就來想想說一下自執(zhí)行。 在詳細了解這個之前,我們來談了解一下“自執(zhí)行”這個叫法,本文對這個功能的叫法也不一定完全對,主要是看個人如何...

http://www.o2fo.com/wizdoa/37gp5ozt.html

2355.百度智能小程序框架 邏輯層

邏輯層介紹 智能小程序的邏輯層由 JavaScript 編寫。 邏輯層將數(shù)據(jù)進行處理后發(fā)送給視圖層,同時接受視圖層的反饋。 在 JavaScript 的基礎(chǔ)上,我們提供了一些框架方法。 1、提供了 App 和 Page 方法 2、提供了 getApp 和 getCurrentPages ...

http://www.o2fo.com/baiduapp/baiduapp-shnl2sxz.html

2356.菜單

...單適用在桌面設(shè)備。調(diào)用方式通過自定義屬性調(diào)用通過 JavaScript 調(diào)用相關(guān)資料Material Design 菜單設(shè)計規(guī)范樣式簡單菜單在菜單項上添加 disabled 屬性可以禁用一個菜單項。 添加 <li class="mdui-divider"></li> 元素可以添加分隔線...

http://www.o2fo.com/mdui/mdui-ui7e2468.html

2357.(49)Function模式(上篇)

...返回函數(shù)、分布程序、柯里化(Currying)。 回調(diào)函數(shù) 在JavaScript中,當一個函數(shù)A作為另外一個函數(shù)B的其中一個參數(shù)時,則函數(shù)A稱為回調(diào)函數(shù),即A可以在函數(shù)B的周期內(nèi)執(zhí)行(開始、中間、結(jié)束時均可)。 舉例來說,有一個函數(shù)...

http://www.o2fo.com/wizdoa/tq1kdozt.html

2358.TypeScript 循環(huán)

...條件并將控件從循環(huán)中取出。 在編譯時,它會生成以下JavaScript代碼: //Generated by typescript 1.8.10 var n = 5; while (n > 5) { console.log("Entered while"); } do { console.log("Entered do…while"); } while (n > 5); 上面的代碼將產(chǎn)生以下輸出: Entered do...

http://www.o2fo.com/typescript/typescript_loops.html

2359.支付寶小程序 UI·獲取手機驗證碼

...Code.zip) 文件,并解壓至本地。 ## 頁面使用 > page.axml ```javascript <mobile-code onSendCode="onSendCode" onCodeInput="onCodeInput"/> ``` ## 組件傳參說明 | 字段名 | 簡介 | 類型 | 默認值 |...

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

2360.Introduction to automated testing

先決條件: 熟悉核心 HTML , CSS 和 JavaScript 語言; 高級跨瀏覽器測試原則的概念。 目的: 提供對自動化測試所需的理解,如何使您的生活更輕松,以及如何利用一些使事情更容易的商業(yè)產(chǎn)品。 自動化使事情變得容易 在本單元中,...

http://www.o2fo.com/webstart/webstart-automated-testing.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2351.組件通信

...t class ChildComponent { public name: string; } ``` parent.component.ts ```javascript import {Component, OnInit} from '@angular/core'; import {ChildComponent} from './child-component.ts'; @Component({ selector: 'parent-component', template: ` <child-component #child></child-component> &l...

http://www.o2fo.com/angular/angular-pnuh24ol.html

2352.jQuery中使用Ajax獲取JSON格式數(shù)據(jù)示例代碼

JSON(JavaScript Object Notation)是一種輕量級的數(shù)據(jù)交換格式。JSONM文件中包含了關(guān)于“名稱”和“值”的信息。有時候我們需要讀取JSON格式的數(shù)據(jù)文件,在jQuery中可以使用Ajax或者$.getJSON()方法實現(xiàn)。 下面就使用jQuery讀取music.txt文件中...

http://www.o2fo.com/json/vbqx1pp3.html

2353.ngui.md

...`TextWhiteSpace`]} [`Class`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes [`Object`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object [`Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Arra...

http://www.o2fo.com/nodegui/nodegui-ql8b2glq.html

2354.(4)立即調(diào)用的函數(shù)表達式

前言 大家學JavaScript的時候,經(jīng)常遇到自執(zhí)行匿名函數(shù)的代碼,今天我們主要就來想想說一下自執(zhí)行。 在詳細了解這個之前,我們來談了解一下“自執(zhí)行”這個叫法,本文對這個功能的叫法也不一定完全對,主要是看個人如何...

http://www.o2fo.com/wizdoa/37gp5ozt.html

2355.百度智能小程序框架 邏輯層

邏輯層介紹 智能小程序的邏輯層由 JavaScript 編寫。 邏輯層將數(shù)據(jù)進行處理后發(fā)送給視圖層,同時接受視圖層的反饋。 在 JavaScript 的基礎(chǔ)上,我們提供了一些框架方法。 1、提供了 App 和 Page 方法 2、提供了 getApp 和 getCurrentPages ...

http://www.o2fo.com/baiduapp/baiduapp-shnl2sxz.html

2356.菜單

...單適用在桌面設(shè)備。調(diào)用方式通過自定義屬性調(diào)用通過 JavaScript 調(diào)用相關(guān)資料Material Design 菜單設(shè)計規(guī)范樣式簡單菜單在菜單項上添加 disabled 屬性可以禁用一個菜單項。 添加 <li class="mdui-divider"></li> 元素可以添加分隔線...

http://www.o2fo.com/mdui/mdui-ui7e2468.html

2357.(49)Function模式(上篇)

...返回函數(shù)、分布程序、柯里化(Currying)。 回調(diào)函數(shù) 在JavaScript中,當一個函數(shù)A作為另外一個函數(shù)B的其中一個參數(shù)時,則函數(shù)A稱為回調(diào)函數(shù),即A可以在函數(shù)B的周期內(nèi)執(zhí)行(開始、中間、結(jié)束時均可)。 舉例來說,有一個函數(shù)...

http://www.o2fo.com/wizdoa/tq1kdozt.html

2358.TypeScript 循環(huán)

...條件并將控件從循環(huán)中取出。 在編譯時,它會生成以下JavaScript代碼: //Generated by typescript 1.8.10 var n = 5; while (n > 5) { console.log("Entered while"); } do { console.log("Entered do…while"); } while (n > 5); 上面的代碼將產(chǎn)生以下輸出: Entered do...

http://www.o2fo.com/typescript/typescript_loops.html

2359.支付寶小程序 UI·獲取手機驗證碼

...Code.zip) 文件,并解壓至本地。 ## 頁面使用 > page.axml ```javascript <mobile-code onSendCode="onSendCode" onCodeInput="onCodeInput"/> ``` ## 組件傳參說明 | 字段名 | 簡介 | 類型 | 默認值 |...

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

2360.Introduction to automated testing

先決條件: 熟悉核心 HTML , CSS 和 JavaScript 語言; 高級跨瀏覽器測試原則的概念。 目的: 提供對自動化測試所需的理解,如何使您的生活更輕松,以及如何利用一些使事情更容易的商業(yè)產(chǎn)品。 自動化使事情變得容易 在本單元中,...

http://www.o2fo.com/webstart/webstart-automated-testing.html

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

w3cschool 建議您:

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

熱門課程