App下載

詞條

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

871.rich-text

...本組件富文本。屬性說明屬性名類型默認(rèn)值說明最低版本nodesArray/String[ ]節(jié)點(diǎn)列表 / HTML String1.0.0效果示例代碼示例<rich-text nodes="{{nodes}}"></rich-text>Page({ data: { nodes: [ { name: "div", attrs: { class: "div_class", style: "line-height: 60px; co...

http://www.o2fo.com/microapp/microapp-t94p364b.html

872.Nuxt.js CSS 配置

...個(gè)頁面都會(huì)被引入)如果要使用 ?sass ?就必須要安裝 ?node-sass? 和 ?sass-loader? 。npm install --save-dev node-sass sass-loader在 ?nuxt.conf.js? 中,添加要使用的 ?CSS ?資源:Type: ArrayItems: stringmodule.exports = { css: [ // 直接加載一個(gè) Node....

http://www.o2fo.com/nuxtjs/nuxtjs-q1zm36ha.html

873.PostgreSQL 客戶端接口

...動(dòng) https://jdbc.postgresql.org/ libpqxx C++ C++ 接口 https://pqxx.org/ node-postgres JavaScript Node.js 驅(qū)動(dòng)器 https://node-postgres.com/ Npgsql .NET .NET 數(shù)據(jù)提供器 https://www.npgsql.org/ pgtcl Tcl https://github.com/flightaware/Pgtcl pgtclng Tcl https://sourceforge.net/projects/pgt...

http://www.o2fo.com/postgresql13_1/postgresql13_1-37n43kas.html

874.npm 啟動(dòng) start

...?`"scripts"`?對(duì)象中沒有定義?`"start"`?屬性, 默認(rèn)執(zhí)行?`node server.js`?命令。 自?`npm@2.0.0`?版本開始,你可以在執(zhí)行腳本時(shí)使用自定義參數(shù)。更多詳細(xì)信息可以參考?[npm-run-script](http://www.o2fo.com/npmjs/npmjs-ak823kog.html)?。 ## 例子...

http://www.o2fo.com/npmjs/npmjs-dvls3kol.html

875.OpenAI API 簡(jiǎn)介

...何語言的 HTTP 請(qǐng)求、我們的官方 Python 綁定、我們的官方 Node.js 庫(kù)或社區(qū)維護(hù)的庫(kù)與 API 進(jìn)行交互。 要安裝官方 Python 綁定,請(qǐng)運(yùn)行以下命令:pip install openai要安裝官方 Node.js 庫(kù),請(qǐng)?jiān)?Node.js 項(xiàng)目目錄中運(yùn)行以下命令:npm install op...

http://www.o2fo.com/openai_api/introduction-to-openai-api.html

876.Webpack Mode(模式)

...符串值: 選項(xiàng) 描述 development 會(huì)將 DefinePlugin 中 process.env.NODE_ENV 的值設(shè)置為 development. 為模塊和 chunk 啟用有效的名。 production 會(huì)將 DefinePlugin 中 process.env.NODE_ENV 的值設(shè)置為 production。為模塊和 chunk 啟用確定性的混淆名稱,F(xiàn)lagDepen...

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

877.NestJS 跨平臺(tái)

...不重要的一點(diǎn)是, 執(zhí)行上下文功能有助于通過 Nest 創(chuàng)建在 Node.js 上運(yùn)行的所有應(yīng)用。應(yīng)用上下文特性有助于在Nest之上創(chuàng)建任何類型的Node.js應(yīng)用,包括CRON定時(shí)工作和CLI命令行工具。Nest 希望成為 Node.js 應(yīng)用程序的完整平臺(tái),為您...

http://www.o2fo.com/nestjs/nestjs-dcab3tc9.html

878.TypeScript declare module 用于類型聲明文件

...使用declare module定義每個(gè)模塊腳本的類型。下面的示例是node.d.ts文件的一部分。declare module "url" { export interface Url { protocol?: string; hostname?: string; pathname?: string; } export function parse( urlStr: string, parseQueryString?, slashesDenoteHost? ): Url; } decl...

http://www.o2fo.com/tsryf/typescript-declare-module-for-type-declaration-files.html

879.MorJS 環(huán)境準(zhǔn)備

首先需要有 node, 并確保 ?node? 版本為 ?14? 或以上。$ node -vv14

http://www.o2fo.com/morjs/morjs-environmental-preparation+.html

880.MorJS tsconfig.json 配置

...on": true, "target": "ES2019", "importHelpers": true, "moduleResolution": "Node", "sourceMap": true, "noImplicitOverride": true, "noUnusedLocals": true, "esModuleInterop": true, "lib": ["ES6", "ESNext", "DOM"] } }運(yùn)行時(shí) tsconfig.json 配置{ "extends": "../../tsconfig.base.json", "compilerOptions...

http://www.o2fo.com/morjs/morjs-tsconfigjson-configuration.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

871.rich-text

...本組件富文本。屬性說明屬性名類型默認(rèn)值說明最低版本nodesArray/String[ ]節(jié)點(diǎn)列表 / HTML String1.0.0效果示例代碼示例<rich-text nodes="{{nodes}}"></rich-text>Page({ data: { nodes: [ { name: "div", attrs: { class: "div_class", style: "line-height: 60px; co...

http://www.o2fo.com/microapp/microapp-t94p364b.html

872.Nuxt.js CSS 配置

...個(gè)頁面都會(huì)被引入)如果要使用 ?sass ?就必須要安裝 ?node-sass? 和 ?sass-loader? 。npm install --save-dev node-sass sass-loader在 ?nuxt.conf.js? 中,添加要使用的 ?CSS ?資源:Type: ArrayItems: stringmodule.exports = { css: [ // 直接加載一個(gè) Node....

http://www.o2fo.com/nuxtjs/nuxtjs-q1zm36ha.html

873.PostgreSQL 客戶端接口

...動(dòng) https://jdbc.postgresql.org/ libpqxx C++ C++ 接口 https://pqxx.org/ node-postgres JavaScript Node.js 驅(qū)動(dòng)器 https://node-postgres.com/ Npgsql .NET .NET 數(shù)據(jù)提供器 https://www.npgsql.org/ pgtcl Tcl https://github.com/flightaware/Pgtcl pgtclng Tcl https://sourceforge.net/projects/pgt...

http://www.o2fo.com/postgresql13_1/postgresql13_1-37n43kas.html

874.npm 啟動(dòng) start

...?`"scripts"`?對(duì)象中沒有定義?`"start"`?屬性, 默認(rèn)執(zhí)行?`node server.js`?命令。 自?`npm@2.0.0`?版本開始,你可以在執(zhí)行腳本時(shí)使用自定義參數(shù)。更多詳細(xì)信息可以參考?[npm-run-script](http://www.o2fo.com/npmjs/npmjs-ak823kog.html)?。 ## 例子...

http://www.o2fo.com/npmjs/npmjs-dvls3kol.html

875.OpenAI API 簡(jiǎn)介

...何語言的 HTTP 請(qǐng)求、我們的官方 Python 綁定、我們的官方 Node.js 庫(kù)或社區(qū)維護(hù)的庫(kù)與 API 進(jìn)行交互。 要安裝官方 Python 綁定,請(qǐng)運(yùn)行以下命令:pip install openai要安裝官方 Node.js 庫(kù),請(qǐng)?jiān)?Node.js 項(xiàng)目目錄中運(yùn)行以下命令:npm install op...

http://www.o2fo.com/openai_api/introduction-to-openai-api.html

876.Webpack Mode(模式)

...符串值: 選項(xiàng) 描述 development 會(huì)將 DefinePlugin 中 process.env.NODE_ENV 的值設(shè)置為 development. 為模塊和 chunk 啟用有效的名。 production 會(huì)將 DefinePlugin 中 process.env.NODE_ENV 的值設(shè)置為 production。為模塊和 chunk 啟用確定性的混淆名稱,F(xiàn)lagDepen...

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

877.NestJS 跨平臺(tái)

...不重要的一點(diǎn)是, 執(zhí)行上下文功能有助于通過 Nest 創(chuàng)建在 Node.js 上運(yùn)行的所有應(yīng)用。應(yīng)用上下文特性有助于在Nest之上創(chuàng)建任何類型的Node.js應(yīng)用,包括CRON定時(shí)工作和CLI命令行工具。Nest 希望成為 Node.js 應(yīng)用程序的完整平臺(tái),為您...

http://www.o2fo.com/nestjs/nestjs-dcab3tc9.html

878.TypeScript declare module 用于類型聲明文件

...使用declare module定義每個(gè)模塊腳本的類型。下面的示例是node.d.ts文件的一部分。declare module "url" { export interface Url { protocol?: string; hostname?: string; pathname?: string; } export function parse( urlStr: string, parseQueryString?, slashesDenoteHost? ): Url; } decl...

http://www.o2fo.com/tsryf/typescript-declare-module-for-type-declaration-files.html

879.MorJS 環(huán)境準(zhǔn)備

首先需要有 node, 并確保 ?node? 版本為 ?14? 或以上。$ node -vv14

http://www.o2fo.com/morjs/morjs-environmental-preparation+.html

880.MorJS tsconfig.json 配置

...on": true, "target": "ES2019", "importHelpers": true, "moduleResolution": "Node", "sourceMap": true, "noImplicitOverride": true, "noUnusedLocals": true, "esModuleInterop": true, "lib": ["ES6", "ESNext", "DOM"] } }運(yùn)行時(shí) tsconfig.json 配置{ "extends": "../../tsconfig.base.json", "compilerOptions...

http://www.o2fo.com/morjs/morjs-tsconfigjson-configuration.html

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

w3cschool 建議您:

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

熱門課程