App下載

詞條

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

5001.進入JavaScript的第一課

前提: 基本的計算機知識,對HTML和CSS初步了解,知道JavaScript是什么。 目標: 擁有一點編寫JavaScript的經(jīng)驗,至少會獲得關(guān)于編寫JavaScript時應(yīng)當涉及到些什么的基本認識。 您不會被要求立即理解所有代碼的細節(jié)——現(xiàn)在我們只是...

http://www.o2fo.com/webstart/webstart-a-first-splash.html

5002.支付寶小程序API 內(nèi)存不足告警

...做 [兼容處理](http://www.o2fo.com/aliminiapp/aliminiapp-8m2k3beh.html)。 開始監(jiān)聽內(nèi)存不足的告警事件。Android 下有告警等級劃分:TRIM_MEMORY_RUNNING_LOW 和 TRIM_MEMORY_RUNNING_CRITICAL;iOS 沒有等級劃分。 #### 掃碼體驗 ![內(nèi)存不足警示.png](https://gw...

http://www.o2fo.com/aliminiapp/aliminiapp-9w683boi.html

5003.AngularJS 使用引入與整體概念

...用它提供的 $resource 服務(wù)了。完整的過程形如:<!DOCTYPE html> <html ng-app="Demo"> <head> <meta charset="utf-8" /> <title>AngularJS</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js"&...

http://www.o2fo.com/angularjs_node/angularjs_node-b9n627ys.html

5004.my.notifyBLECharacteristicValueChange

...做 [兼容處理](http://www.o2fo.com/aliminiapp/aliminiapp-8m2k3beh.html)。支持 iOS 客戶端,Android 5.0 及以上版本客戶端。 **注意**:IDE 模擬器暫不支持調(diào)試,請以真機調(diào)試結(jié)果為準。 啟用低功耗藍牙設(shè)備特征值變化時的 notify 功能。 **使...

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

5005.CodeIgniter4 文本輔助函數(shù)

...------------- | | 返回: | 擁有轉(zhuǎn)義符號的字符串轉(zhuǎn)換后的 HTML 實體 | | 返回類型: | string | 將一個單引號或雙引號轉(zhuǎn)換為對應(yīng)的 HTML 實體,例如: ``` $string = "Joe's \"dinner\""; $string = quotes_to_entities($string); //結(jié)果...

http://www.o2fo.com/codeigniter4/codeigniter4-ye9u39y1.html

5006.Webpack Plugin

...應(yīng)有多種使用插件的方式。 配置方式 webpack.config.js const HtmlWebpackPlugin = require('html-webpack-plugin'); const webpack = require('webpack'); // 訪問內(nèi)置的插件 const path = require('path'); module.exports = { entry: './path/to/my/entry/file.js', output: { filename: 'my-fir...

http://www.o2fo.com/webpack/webpack-plugin.html

5007.Tailwind CSS Just-in-Time Mode

...es, customize them to match your project structure purge: [ './public/**/*.html', './src/**/*.{js,jsx,ts,tsx,vue}', ], theme: { // ... } // ... } 現(xiàn)在,當您啟動開發(fā)服務(wù)器或構(gòu)建運行器時,Tailwind 將按需生成您的樣式,而不是預(yù)先生成所有內(nèi)容。 新的功能 所...

http://www.o2fo.com/tailwind_css/tailwind_css-8b1v3par.html

5008.jQuery UI API – 轉(zhuǎn)移特效(Transfer Effect)

...例 在綠色元素上點擊把它轉(zhuǎn)移到另一個元素。 <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>轉(zhuǎn)移特效(Transfer Effect)演示</title> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery...

http://www.o2fo.com/jqueryui/api-transfer-effect.html

5009.php跨域調(diào)用json的例子

...面這個例子,足以展示php用json如何進跨域調(diào)用了。index.html代碼如下:<script type="text/javascript"> function getProfile(str) { var arr = str; document.getElementById('nick').innerHTML = arr.nick; } </script> <body> <div id="nick"></div>&...

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

5010.Lumen 視圖

1、基本使用 視圖包含服務(wù)于應(yīng)用的HTML并將應(yīng)用的控制器邏輯和表現(xiàn)邏輯進行分離。視圖文件存放在resources/views目錄。 下面是一個簡單視圖: <!-- 該視圖存放 resources/views/greeting.php --> <html> <body> <h1>Hello, <?php...

http://www.o2fo.com/gdkvi9/l56s1ozt.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

5001.進入JavaScript的第一課

前提: 基本的計算機知識,對HTML和CSS初步了解,知道JavaScript是什么。 目標: 擁有一點編寫JavaScript的經(jīng)驗,至少會獲得關(guān)于編寫JavaScript時應(yīng)當涉及到些什么的基本認識。 您不會被要求立即理解所有代碼的細節(jié)——現(xiàn)在我們只是...

http://www.o2fo.com/webstart/webstart-a-first-splash.html

5002.支付寶小程序API 內(nèi)存不足告警

...做 [兼容處理](http://www.o2fo.com/aliminiapp/aliminiapp-8m2k3beh.html)。 開始監(jiān)聽內(nèi)存不足的告警事件。Android 下有告警等級劃分:TRIM_MEMORY_RUNNING_LOW 和 TRIM_MEMORY_RUNNING_CRITICAL;iOS 沒有等級劃分。 #### 掃碼體驗 ![內(nèi)存不足警示.png](https://gw...

http://www.o2fo.com/aliminiapp/aliminiapp-9w683boi.html

5003.AngularJS 使用引入與整體概念

...用它提供的 $resource 服務(wù)了。完整的過程形如:<!DOCTYPE html> <html ng-app="Demo"> <head> <meta charset="utf-8" /> <title>AngularJS</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js"&...

http://www.o2fo.com/angularjs_node/angularjs_node-b9n627ys.html

5004.my.notifyBLECharacteristicValueChange

...做 [兼容處理](http://www.o2fo.com/aliminiapp/aliminiapp-8m2k3beh.html)。支持 iOS 客戶端,Android 5.0 及以上版本客戶端。 **注意**:IDE 模擬器暫不支持調(diào)試,請以真機調(diào)試結(jié)果為準。 啟用低功耗藍牙設(shè)備特征值變化時的 notify 功能。 **使...

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

5005.CodeIgniter4 文本輔助函數(shù)

...------------- | | 返回: | 擁有轉(zhuǎn)義符號的字符串轉(zhuǎn)換后的 HTML 實體 | | 返回類型: | string | 將一個單引號或雙引號轉(zhuǎn)換為對應(yīng)的 HTML 實體,例如: ``` $string = "Joe's \"dinner\""; $string = quotes_to_entities($string); //結(jié)果...

http://www.o2fo.com/codeigniter4/codeigniter4-ye9u39y1.html

5006.Webpack Plugin

...應(yīng)有多種使用插件的方式。 配置方式 webpack.config.js const HtmlWebpackPlugin = require('html-webpack-plugin'); const webpack = require('webpack'); // 訪問內(nèi)置的插件 const path = require('path'); module.exports = { entry: './path/to/my/entry/file.js', output: { filename: 'my-fir...

http://www.o2fo.com/webpack/webpack-plugin.html

5007.Tailwind CSS Just-in-Time Mode

...es, customize them to match your project structure purge: [ './public/**/*.html', './src/**/*.{js,jsx,ts,tsx,vue}', ], theme: { // ... } // ... } 現(xiàn)在,當您啟動開發(fā)服務(wù)器或構(gòu)建運行器時,Tailwind 將按需生成您的樣式,而不是預(yù)先生成所有內(nèi)容。 新的功能 所...

http://www.o2fo.com/tailwind_css/tailwind_css-8b1v3par.html

5008.jQuery UI API – 轉(zhuǎn)移特效(Transfer Effect)

...例 在綠色元素上點擊把它轉(zhuǎn)移到另一個元素。 <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>轉(zhuǎn)移特效(Transfer Effect)演示</title> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery...

http://www.o2fo.com/jqueryui/api-transfer-effect.html

5009.php跨域調(diào)用json的例子

...面這個例子,足以展示php用json如何進跨域調(diào)用了。index.html代碼如下:<script type="text/javascript"> function getProfile(str) { var arr = str; document.getElementById('nick').innerHTML = arr.nick; } </script> <body> <div id="nick"></div>&...

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

5010.Lumen 視圖

1、基本使用 視圖包含服務(wù)于應(yīng)用的HTML并將應(yīng)用的控制器邏輯和表現(xiàn)邏輯進行分離。視圖文件存放在resources/views目錄。 下面是一個簡單視圖: <!-- 該視圖存放 resources/views/greeting.php --> <html> <body> <h1>Hello, <?php...

http://www.o2fo.com/gdkvi9/l56s1ozt.html

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

w3cschool 建議您:

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

熱門課程