App下載

詞條

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

2341.GoFrame 開發(fā)工具-數(shù)據(jù)規(guī)范

...ile instead of command line arguments making producing. The configuration node name is "gfcli.gen.dao", which also supports multiple databases, for example(config.yaml): gfcli: gen: dao: - link: "mysql:root:12345678@tcp(127.0.0.1:3306)/test" tables: "order,products" jsonCase: "CamelLower" - l...

http://hgci.cn/goframe/goframe-um6y3mvi.html

2342.Docker使用 etcdctl

...放在根目錄 / 下面,也可以為指定目錄結(jié)構(gòu),如 cluster1/node2/testkey,則將創(chuàng)建相應(yīng)的目錄結(jié)構(gòu)。 注:CRUD 即 Create, Read, Update, Delete,是符合 REST 風(fēng)格的一套 API 操作。 set 指定某個(gè)鍵的值。例如 $ etcdctl set /testdir/testkey "Hello world" Hel...

http://hgci.cn/reqsgr/2pxn1ozt.html

2343.Kubernetes 手動(dòng)生成證書

... 文件(用參數(shù) -days 設(shè)置證書有效期) openssl req -x509 -new -nodes -key ca.key -subj "/CN=${MASTER_IP}" -days 10000 -out ca.crt 生成一個(gè) 2048 位的 server.key 文件: openssl genrsa -out server.key 2048 創(chuàng)建一個(gè)用于生成證書簽名請求(CSR)的配置文件。 保存...

http://hgci.cn/kubernetes/kubernetes-g1823o8f.html

2344.Bootstrap LESS

...鈕指定漸變背景和淺暗的邊框 如何編譯 帶有makefile的Node.js 運(yùn)行下列命令,利用npm在全局環(huán)境下安裝LESS命令行編譯器和uglify-js: $ npm install -g less uglify-js 安裝成功后,在您的Bootstrap的根目錄下運(yùn)行 make 即可編譯CSS。 此外...

http://hgci.cn/bootstrap/bootstrap-v2-less.html

2345.Express 中間件

...間件從而為 Express 應(yīng)用增加更多功能。安裝所需功能的 node 模塊,并在應(yīng)用中加載,可以在應(yīng)用級(jí)加載,也可以在路由級(jí)加載。下面的例子安裝并加載了一個(gè)解析 cookie 的中間件: cookie-parser$ npm install cookie-parser var express = require(...

http://hgci.cn/expressapi/expressapi-using-middleware.html

2346.NestJS 守衛(wèi)

...); const user = request.user; return matchRoles(roles, user.roles); } }在 node.js 世界中,將授權(quán)用戶附加到 request 對象是一種常見的做法。 因此,在上面的示例代碼中。我們假設(shè) request.user 包含用戶實(shí)例和允許的角色。 在您的應(yīng)用中,您可能會(huì)...

http://hgci.cn/nestjs/nestjs-am6o3tbw.html

2347.JavaFX 圖像顯示

...(args); } }顯示圖像ImageView對象是一個(gè)可以顯示圖像的JavaFX Node對象。它可以有效果,執(zhí)行變換和縮放圖像。當(dāng)ImageView節(jié)點(diǎn)應(yīng)用特殊效果(如圖像模糊)時(shí),圖像的像素?cái)?shù)據(jù)被復(fù)制,計(jì)算并顯示在ImageView節(jié)點(diǎn)上。下面代碼顯示如何...

http://hgci.cn/java/javafx-image-imageview.html

2348.JavaFX 樹視圖

...d main(String[] args) { launch(args); } private TreeItem<File> createNode(final File f) { return new TreeItem<File>(f) { private boolean isLeaf; private boolean isFirstTimeChildren = true; private boolean isFirstTimeLeaf = true; @Override public ObservableList<TreeItem<File>>...

http://hgci.cn/java/javafx-tree-view.html

2349.Fastify 回復(fù)

...象。 .sent - 一個(gè) boolean,檢查 send 是否已被調(diào)用。 .res - Node 原生的 http.ServerResponse 對象。 .log - 請求的日志實(shí)例。 .request - 請求。 fastify.get('/', options, function (request, reply) { // 你的代碼 reply .code(200) .header('Content-Type', 'application/json;...

http://hgci.cn/fastify/fastify-fzr635zs.html

2350.ECMAScript 6 Symbol

...是調(diào)用一個(gè)類,任何時(shí)候返回的都是同一個(gè)實(shí)例。對于 Node 來說,模塊文件可以看成是一個(gè)類。怎么保證每次執(zhí)行這個(gè)模塊文件,返回的都是同一個(gè)實(shí)例呢?很容易想到,可以把實(shí)例放到頂層對象global。// mod.js function A() { this.foo...

http://hgci.cn/ecmascript/nzaw1q5o.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2341.GoFrame 開發(fā)工具-數(shù)據(jù)規(guī)范

...ile instead of command line arguments making producing. The configuration node name is "gfcli.gen.dao", which also supports multiple databases, for example(config.yaml): gfcli: gen: dao: - link: "mysql:root:12345678@tcp(127.0.0.1:3306)/test" tables: "order,products" jsonCase: "CamelLower" - l...

http://hgci.cn/goframe/goframe-um6y3mvi.html

2342.Docker使用 etcdctl

...放在根目錄 / 下面,也可以為指定目錄結(jié)構(gòu),如 cluster1/node2/testkey,則將創(chuàng)建相應(yīng)的目錄結(jié)構(gòu)。 注:CRUD 即 Create, Read, Update, Delete,是符合 REST 風(fēng)格的一套 API 操作。 set 指定某個(gè)鍵的值。例如 $ etcdctl set /testdir/testkey "Hello world" Hel...

http://hgci.cn/reqsgr/2pxn1ozt.html

2343.Kubernetes 手動(dòng)生成證書

... 文件(用參數(shù) -days 設(shè)置證書有效期) openssl req -x509 -new -nodes -key ca.key -subj "/CN=${MASTER_IP}" -days 10000 -out ca.crt 生成一個(gè) 2048 位的 server.key 文件: openssl genrsa -out server.key 2048 創(chuàng)建一個(gè)用于生成證書簽名請求(CSR)的配置文件。 保存...

http://hgci.cn/kubernetes/kubernetes-g1823o8f.html

2344.Bootstrap LESS

...鈕指定漸變背景和淺暗的邊框 如何編譯 帶有makefile的Node.js 運(yùn)行下列命令,利用npm在全局環(huán)境下安裝LESS命令行編譯器和uglify-js: $ npm install -g less uglify-js 安裝成功后,在您的Bootstrap的根目錄下運(yùn)行 make 即可編譯CSS。 此外...

http://hgci.cn/bootstrap/bootstrap-v2-less.html

2345.Express 中間件

...間件從而為 Express 應(yīng)用增加更多功能。安裝所需功能的 node 模塊,并在應(yīng)用中加載,可以在應(yīng)用級(jí)加載,也可以在路由級(jí)加載。下面的例子安裝并加載了一個(gè)解析 cookie 的中間件: cookie-parser$ npm install cookie-parser var express = require(...

http://hgci.cn/expressapi/expressapi-using-middleware.html

2346.NestJS 守衛(wèi)

...); const user = request.user; return matchRoles(roles, user.roles); } }在 node.js 世界中,將授權(quán)用戶附加到 request 對象是一種常見的做法。 因此,在上面的示例代碼中。我們假設(shè) request.user 包含用戶實(shí)例和允許的角色。 在您的應(yīng)用中,您可能會(huì)...

http://hgci.cn/nestjs/nestjs-am6o3tbw.html

2347.JavaFX 圖像顯示

...(args); } }顯示圖像ImageView對象是一個(gè)可以顯示圖像的JavaFX Node對象。它可以有效果,執(zhí)行變換和縮放圖像。當(dāng)ImageView節(jié)點(diǎn)應(yīng)用特殊效果(如圖像模糊)時(shí),圖像的像素?cái)?shù)據(jù)被復(fù)制,計(jì)算并顯示在ImageView節(jié)點(diǎn)上。下面代碼顯示如何...

http://hgci.cn/java/javafx-image-imageview.html

2348.JavaFX 樹視圖

...d main(String[] args) { launch(args); } private TreeItem<File> createNode(final File f) { return new TreeItem<File>(f) { private boolean isLeaf; private boolean isFirstTimeChildren = true; private boolean isFirstTimeLeaf = true; @Override public ObservableList<TreeItem<File>>...

http://hgci.cn/java/javafx-tree-view.html

2349.Fastify 回復(fù)

...象。 .sent - 一個(gè) boolean,檢查 send 是否已被調(diào)用。 .res - Node 原生的 http.ServerResponse 對象。 .log - 請求的日志實(shí)例。 .request - 請求。 fastify.get('/', options, function (request, reply) { // 你的代碼 reply .code(200) .header('Content-Type', 'application/json;...

http://hgci.cn/fastify/fastify-fzr635zs.html

2350.ECMAScript 6 Symbol

...是調(diào)用一個(gè)類,任何時(shí)候返回的都是同一個(gè)實(shí)例。對于 Node 來說,模塊文件可以看成是一個(gè)類。怎么保證每次執(zhí)行這個(gè)模塊文件,返回的都是同一個(gè)實(shí)例呢?很容易想到,可以把實(shí)例放到頂層對象global。// mod.js function A() { this.foo...

http://hgci.cn/ecmascript/nzaw1q5o.html

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

w3cschool 建議您:

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

熱門課程