App下載

詞條

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

1951.(9)玩轉(zhuǎn)異步

...果,才可以把它們打印到終端。 對(duì)回調(diào)進(jìn)行計(jì)數(shù)是處理 Node 中的異步的基礎(chǔ)。比起自己去做,去依賴一個(gè)第三方的模塊或者庫(kù)會(huì)更方便,比如?async?或者?after。不過(guò),在本次練習(xí)中,應(yīng)該首先嘗試自己去解決,而不是依賴外部...

http://o2fo.com/orknt7/54cpiozt.html

1952.Egg 路由(Router)

...async ctx => { const type = ctx.query.type; const q = ctx.query.q || 'nodejs'; if (type === 'bing') { ctx.redirect(`http://cn.bing.com/search?q=${q}`); } else { ctx.redirect(`https://www.google.co.kr/search?q=${q}`); }};// curl http://localhost:7001/search?type=bing&q=node.js// curl ht...

http://o2fo.com/eggjslesson/eggjslesson-jq3o35yg.html

1953.IO.js Punycode

... Stability: 2 - StablePunycode.js在io.js v1.0.0+ 和 Node.js v0.6.2+ 中被內(nèi)置。通過(guò)require('punycode')來(lái)獲取它(若要在其他版本的io.js中使用它,需要先通過(guò)npm來(lái)安裝punycode模塊)。punycode.decode(string)轉(zhuǎn)換一個(gè)純ASCII符號(hào) Punyc...

http://o2fo.com/fkcaso/v7ghtozt.html

1954.Swoole AsyncIO實(shí)例

...步文件IO的操作模式,目前支持SWOOLE_AIO_BASE(使用類似于Node.js的線程池同步阻塞模擬異步)、SWOOLE_AIO_LINUX(Linux Native AIO) 2種模式enable_signalfd 開(kāi)啟和關(guān)閉signalfd特性的使用socket_buffer_size 設(shè)置SOCKET內(nèi)存緩存區(qū)尺寸socket_dontwait 在內(nèi)...

http://o2fo.com/swoole/swoole-asyncio.html

1955.MorJS 復(fù)雜情況下的多端規(guī)范示例

...程序會(huì)采用 lib/index.js 這份代碼。由于支付寶小程序支持 node_modules 中使用 ESNext 規(guī)范的模塊,可以方便做 tree shaking,因此在多端版本輸出的情況下,支付寶小程序版本建議輸出的 module 規(guī)范是 ESNext 模塊規(guī)范package.json 配置示例:...

http://o2fo.com/morjs/morjs-multi-terminal-specification-example-in-complex-situations.html

1956.在 Gatsby 中安裝 Tailwind CSS

...tsby new my-project cd my-project初始化 Tailwind CSSTailwind CSS 需要 Node.js 12.13.0 或更高版本。通過(guò) npm 安裝 Tailwind安裝 ?gatsby-plugin-postcss? 和 Tailwind 以及其它依賴項(xiàng):npm install -D gatsby-plugin-postcss tailwindcss@latest postcss@latest autoprefixer@latest創(chuàng)...

http://o2fo.com/tailwind_css/tailwind_css-udxm3p9p.html

1957.Kubernetes 控制節(jié)點(diǎn)上的CPU管理策略

...-manager-reconcile-period? 來(lái)設(shè)置。 如果不指定,默認(rèn)與 ?--node-status-update-frequency? 的周期相同。 Static 策略的行為可以使用 ?--cpu-manager-policy-options? 參數(shù)來(lái)微調(diào)。 該參數(shù)采用一個(gè)逗號(hào)分隔的 ?key=value? 策略選項(xiàng)列表。 此特性...

http://o2fo.com/kubernetes/kubernetes-tnxr3o95.html

1958.Neo4j - 構(gòu)建模塊

...的基本單位。 它包含具有鍵值對(duì)的屬性,如下所示這里Node Name =“Employee”,它包含一組屬性作為鍵值對(duì)屬性屬性是用于描述圖節(jié)點(diǎn)和關(guān)系的鍵值對(duì) Key =值 其中Key是一個(gè)字符串 值可以通過(guò)使用任何Neo4j數(shù)據(jù)類型來(lái)表示關(guān)系關(guān)系是...

http://o2fo.com/neo4j/neo4j_building_blocks.html

1959.Postman 使用Newman定制reporters

...應(yīng)主體。建立自定義記者自定義報(bào)告器是一個(gè)名稱為 的 Node.js 模塊newman-reporter-<name>。要?jiǎng)?chuàng)建自定義報(bào)告程序,請(qǐng)執(zhí)行以下操作:在您選擇的目錄中,創(chuàng)建一個(gè)帶有npm init.添加一個(gè)index.js文件,該文件導(dǎo)出以下形式的函數(shù):fu...

http://o2fo.com/postman/postman-uses-newman-to-customize-reporters.html

1960.5分鐘上手Sea.js

...面就是 Sea.js 推薦的 CMD 模塊書(shū)寫(xiě)格式。如果你有使用過(guò) Node.js,一切都很自然。 構(gòu)建部署 對(duì)于正式項(xiàng)目,在發(fā)布上線前,還需要對(duì)源碼進(jìn)行壓縮、合并等操作。 這可以通過(guò) spm 或 Grunt 等工具來(lái)實(shí)現(xiàn)。簡(jiǎn)明教程請(qǐng)參考:...

http://o2fo.com/seajs/jgm13p.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1951.(9)玩轉(zhuǎn)異步

...果,才可以把它們打印到終端。 對(duì)回調(diào)進(jìn)行計(jì)數(shù)是處理 Node 中的異步的基礎(chǔ)。比起自己去做,去依賴一個(gè)第三方的模塊或者庫(kù)會(huì)更方便,比如?async?或者?after。不過(guò),在本次練習(xí)中,應(yīng)該首先嘗試自己去解決,而不是依賴外部...

http://o2fo.com/orknt7/54cpiozt.html

1952.Egg 路由(Router)

...async ctx => { const type = ctx.query.type; const q = ctx.query.q || 'nodejs'; if (type === 'bing') { ctx.redirect(`http://cn.bing.com/search?q=${q}`); } else { ctx.redirect(`https://www.google.co.kr/search?q=${q}`); }};// curl http://localhost:7001/search?type=bing&q=node.js// curl ht...

http://o2fo.com/eggjslesson/eggjslesson-jq3o35yg.html

1953.IO.js Punycode

... Stability: 2 - StablePunycode.js在io.js v1.0.0+ 和 Node.js v0.6.2+ 中被內(nèi)置。通過(guò)require('punycode')來(lái)獲取它(若要在其他版本的io.js中使用它,需要先通過(guò)npm來(lái)安裝punycode模塊)。punycode.decode(string)轉(zhuǎn)換一個(gè)純ASCII符號(hào) Punyc...

http://o2fo.com/fkcaso/v7ghtozt.html

1954.Swoole AsyncIO實(shí)例

...步文件IO的操作模式,目前支持SWOOLE_AIO_BASE(使用類似于Node.js的線程池同步阻塞模擬異步)、SWOOLE_AIO_LINUX(Linux Native AIO) 2種模式enable_signalfd 開(kāi)啟和關(guān)閉signalfd特性的使用socket_buffer_size 設(shè)置SOCKET內(nèi)存緩存區(qū)尺寸socket_dontwait 在內(nèi)...

http://o2fo.com/swoole/swoole-asyncio.html

1955.MorJS 復(fù)雜情況下的多端規(guī)范示例

...程序會(huì)采用 lib/index.js 這份代碼。由于支付寶小程序支持 node_modules 中使用 ESNext 規(guī)范的模塊,可以方便做 tree shaking,因此在多端版本輸出的情況下,支付寶小程序版本建議輸出的 module 規(guī)范是 ESNext 模塊規(guī)范package.json 配置示例:...

http://o2fo.com/morjs/morjs-multi-terminal-specification-example-in-complex-situations.html

1956.在 Gatsby 中安裝 Tailwind CSS

...tsby new my-project cd my-project初始化 Tailwind CSSTailwind CSS 需要 Node.js 12.13.0 或更高版本。通過(guò) npm 安裝 Tailwind安裝 ?gatsby-plugin-postcss? 和 Tailwind 以及其它依賴項(xiàng):npm install -D gatsby-plugin-postcss tailwindcss@latest postcss@latest autoprefixer@latest創(chuàng)...

http://o2fo.com/tailwind_css/tailwind_css-udxm3p9p.html

1957.Kubernetes 控制節(jié)點(diǎn)上的CPU管理策略

...-manager-reconcile-period? 來(lái)設(shè)置。 如果不指定,默認(rèn)與 ?--node-status-update-frequency? 的周期相同。 Static 策略的行為可以使用 ?--cpu-manager-policy-options? 參數(shù)來(lái)微調(diào)。 該參數(shù)采用一個(gè)逗號(hào)分隔的 ?key=value? 策略選項(xiàng)列表。 此特性...

http://o2fo.com/kubernetes/kubernetes-tnxr3o95.html

1958.Neo4j - 構(gòu)建模塊

...的基本單位。 它包含具有鍵值對(duì)的屬性,如下所示這里Node Name =“Employee”,它包含一組屬性作為鍵值對(duì)屬性屬性是用于描述圖節(jié)點(diǎn)和關(guān)系的鍵值對(duì) Key =值 其中Key是一個(gè)字符串 值可以通過(guò)使用任何Neo4j數(shù)據(jù)類型來(lái)表示關(guān)系關(guān)系是...

http://o2fo.com/neo4j/neo4j_building_blocks.html

1959.Postman 使用Newman定制reporters

...應(yīng)主體。建立自定義記者自定義報(bào)告器是一個(gè)名稱為 的 Node.js 模塊newman-reporter-<name>。要?jiǎng)?chuàng)建自定義報(bào)告程序,請(qǐng)執(zhí)行以下操作:在您選擇的目錄中,創(chuàng)建一個(gè)帶有npm init.添加一個(gè)index.js文件,該文件導(dǎo)出以下形式的函數(shù):fu...

http://o2fo.com/postman/postman-uses-newman-to-customize-reporters.html

1960.5分鐘上手Sea.js

...面就是 Sea.js 推薦的 CMD 模塊書(shū)寫(xiě)格式。如果你有使用過(guò) Node.js,一切都很自然。 構(gòu)建部署 對(duì)于正式項(xiàng)目,在發(fā)布上線前,還需要對(duì)源碼進(jìn)行壓縮、合并等操作。 這可以通過(guò) spm 或 Grunt 等工具來(lái)實(shí)現(xiàn)。簡(jiǎn)明教程請(qǐng)參考:...

http://o2fo.com/seajs/jgm13p.html

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

w3cschool 建議您:

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

熱門(mén)課程