App下載

詞條

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

3051.探究Gulp的Stream

...什么不使用普通的 Node Stream 呢?請(qǐng)看這段代碼:gulp.task("css", function(){ gulp.src("./stylesheets/src/**/*.css") .pipe(gulp.dest("./stylesheets/dest")); });雖然這段代碼沒(méi)有用到任何 Gulp 插件,但包含了我們最為熟悉的 gulp.src() 和 gulp.dest() 。這段代...

http://o2fo.com/qtaitm/qtaitm-zh4l3c7n.html

3052.(二)基于前后端分離的模版探索

...html,在前端的渲染可以更輕易的以組件化形式 (html + js + css)提供功能,使得前端組件不需依賴(lài)于服務(wù)端產(chǎn)生的html結(jié)構(gòu)。 脫離對(duì)于后端開(kāi)發(fā)、發(fā)佈流程的依賴(lài)。 方便聯(lián)調(diào)。 瀏覽器端渲染造成的壞處 但是在享受好處的同時(shí),我們...

http://o2fo.com/jdgasx/tdjlhozt.html

3053.使用Bootstrap做頁(yè)面布局

```html <link rel="stylesheet" type="text/css"> <style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-...

http://o2fo.com/chun5060/chun5060-9wyn24ch.html

3054.深入了解box-shadow

...hadow: 5px 4px 4px #000;接下來(lái)來(lái)看看陰影繪制的步驟(參考:CSS揭秘): 以該元素相同的尺寸(border-box的尺寸)和位置,畫(huà)一個(gè)背景色為#000的正方形把它向右移5px,向下移4px。使用高斯模糊算法將它進(jìn)行4px的模糊處理。最后,將原...

http://o2fo.com/lugfe/lugfe-tjln25zn.html

3055.FecShop 簡(jiǎn)介

...先級(jí)最高, 用戶(hù)可以通過(guò) 復(fù)制相應(yīng)路徑下的view或者js,css文件到本地模板路徑,存在于高優(yōu)先級(jí) 模板路徑的文件會(huì)被優(yōu)先加載,這樣用戶(hù)可以通過(guò)多模板系統(tǒng)的原理進(jìn)行模板的 制作,同時(shí),不影響Fecshop模板的升級(jí),如果Fecshop...

http://o2fo.com/fecshop/fecshop-kg6u241q.html

3056.AppML 架構(gòu)

...E html> <html> <head> <link rel="stylesheet" href="appml.css" /> </head> <body><h1>My First Web Application</h1> <div id="Place01"></div> <script src="appml.js"></script> <script> customers=new AppML("appml.html","Customers.x...

http://o2fo.com/appml/appml-architecture.html

3057.使用Bootstrap設(shè)計(jì)一個(gè)頭部導(dǎo)航

```html <link rel="stylesheet" type="text/css"> <style> h2 { font-family: Lobster, Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid; border-radius: 50%; } </style> <div class="contain...

http://o2fo.com/chun5060/chun5060-yerw24ck.html

3058.EmberJS 測(cè)試關(guān)系

...ships</title> <link rel="stylesheet" type="text/css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.1/handlebars.min.js"></script> <script src="https://code.jquery.com/jquery-2.1.3.min.js"><...

http://o2fo.com/emberjs/testing_relationships.html

3059.WAI-ARIA basics

先決條件: 基本的計(jì)算機(jī)知識(shí),對(duì)HTML,CSS和JavaScript的基本了解,了解課程中的以前的文章。 目的: 熟悉WAI-ARIA,以及如何使用它來(lái)提供有用的附加語(yǔ)義,以在需要時(shí)增強(qiáng)可訪問(wèn)性。 什么是WAI-ARIA? 讓我們開(kāi)始看看WAI-ARIA是什么...

http://o2fo.com/webstart/webstart-wai-aria-basics.html

3060.jQuery 3D旋轉(zhuǎn)木馬輪播圖插件jquery.caroursel.js

...數(shù)張,否則顯示會(huì)有一些異常,這是該插件的一個(gè)小bug。CSS樣式你需要為該旋轉(zhuǎn)木馬特效添加下面的一些必要的CSS樣式。.rotator-main { position: relative; width: 900px; height: 400px } .rotator-main a, .rotator-main img { display: block; } .rotator-m...

http://o2fo.com/jquerygroup/3krs1po2.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

3051.探究Gulp的Stream

...什么不使用普通的 Node Stream 呢?請(qǐng)看這段代碼:gulp.task("css", function(){ gulp.src("./stylesheets/src/**/*.css") .pipe(gulp.dest("./stylesheets/dest")); });雖然這段代碼沒(méi)有用到任何 Gulp 插件,但包含了我們最為熟悉的 gulp.src() 和 gulp.dest() 。這段代...

http://o2fo.com/qtaitm/qtaitm-zh4l3c7n.html

3052.(二)基于前后端分離的模版探索

...html,在前端的渲染可以更輕易的以組件化形式 (html + js + css)提供功能,使得前端組件不需依賴(lài)于服務(wù)端產(chǎn)生的html結(jié)構(gòu)。 脫離對(duì)于后端開(kāi)發(fā)、發(fā)佈流程的依賴(lài)。 方便聯(lián)調(diào)。 瀏覽器端渲染造成的壞處 但是在享受好處的同時(shí),我們...

http://o2fo.com/jdgasx/tdjlhozt.html

3053.使用Bootstrap做頁(yè)面布局

```html <link rel="stylesheet" type="text/css"> <style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-...

http://o2fo.com/chun5060/chun5060-9wyn24ch.html

3054.深入了解box-shadow

...hadow: 5px 4px 4px #000;接下來(lái)來(lái)看看陰影繪制的步驟(參考:CSS揭秘): 以該元素相同的尺寸(border-box的尺寸)和位置,畫(huà)一個(gè)背景色為#000的正方形把它向右移5px,向下移4px。使用高斯模糊算法將它進(jìn)行4px的模糊處理。最后,將原...

http://o2fo.com/lugfe/lugfe-tjln25zn.html

3055.FecShop 簡(jiǎn)介

...先級(jí)最高, 用戶(hù)可以通過(guò) 復(fù)制相應(yīng)路徑下的view或者js,css文件到本地模板路徑,存在于高優(yōu)先級(jí) 模板路徑的文件會(huì)被優(yōu)先加載,這樣用戶(hù)可以通過(guò)多模板系統(tǒng)的原理進(jìn)行模板的 制作,同時(shí),不影響Fecshop模板的升級(jí),如果Fecshop...

http://o2fo.com/fecshop/fecshop-kg6u241q.html

3056.AppML 架構(gòu)

...E html> <html> <head> <link rel="stylesheet" href="appml.css" /> </head> <body><h1>My First Web Application</h1> <div id="Place01"></div> <script src="appml.js"></script> <script> customers=new AppML("appml.html","Customers.x...

http://o2fo.com/appml/appml-architecture.html

3057.使用Bootstrap設(shè)計(jì)一個(gè)頭部導(dǎo)航

```html <link rel="stylesheet" type="text/css"> <style> h2 { font-family: Lobster, Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid; border-radius: 50%; } </style> <div class="contain...

http://o2fo.com/chun5060/chun5060-yerw24ck.html

3058.EmberJS 測(cè)試關(guān)系

...ships</title> <link rel="stylesheet" type="text/css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.1/handlebars.min.js"></script> <script src="https://code.jquery.com/jquery-2.1.3.min.js"><...

http://o2fo.com/emberjs/testing_relationships.html

3059.WAI-ARIA basics

先決條件: 基本的計(jì)算機(jī)知識(shí),對(duì)HTML,CSS和JavaScript的基本了解,了解課程中的以前的文章。 目的: 熟悉WAI-ARIA,以及如何使用它來(lái)提供有用的附加語(yǔ)義,以在需要時(shí)增強(qiáng)可訪問(wèn)性。 什么是WAI-ARIA? 讓我們開(kāi)始看看WAI-ARIA是什么...

http://o2fo.com/webstart/webstart-wai-aria-basics.html

3060.jQuery 3D旋轉(zhuǎn)木馬輪播圖插件jquery.caroursel.js

...數(shù)張,否則顯示會(huì)有一些異常,這是該插件的一個(gè)小bug。CSS樣式你需要為該旋轉(zhuǎn)木馬特效添加下面的一些必要的CSS樣式。.rotator-main { position: relative; width: 900px; height: 400px } .rotator-main a, .rotator-main img { display: block; } .rotator-m...

http://o2fo.com/jquerygroup/3krs1po2.html

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

w3cschool 建議您:

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

熱門(mén)課程