App下載

詞條

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

2101.Vite 功能

...ript 的打包器都要快得多。 重寫導(dǎo)入為合法的 URL,例如 /node_modules/.vite/my-dep.js?v=f3sf2ebd 以便瀏覽器能夠正確導(dǎo)入它們。 依賴是強(qiáng)緩存的 Vite 通過 HTTP 頭來緩存請(qǐng)求得到的依賴 模塊熱重載 Vite 提供了一套原生 ESM 的 HMR API。 具有 ...

http://hgci.cn/vitejs/vitejs-s35t3lu2.html

2102.Gradle Ear 插件

..."admin" securityRole "superadmin" withXml { provider -> // add a custom node to the XML provider.asNode().appendNode("data-source", "my/data/source") } } } 你還可以使用 Ear 任務(wù)提供的自定義選項(xiàng),如 from 和 metaInf。 使用自定義的描述符文件 假設(shè)你已經(jīng)有了 app...

http://hgci.cn/gradle/usx11hu5.html

2103.Javascript 微任務(wù)(Microtask)

...用的 .then 中。在大多數(shù) JavaScript 引擎中(包括瀏覽器和 Node.js),微任務(wù)(microtask)的概念與“事件循環(huán)(event loop)”和“宏任務(wù)(macrotasks)”緊密相關(guān)。由于這些概念跟 promise 沒有直接關(guān)系,所以我們將在本教程另外一部分...

http://hgci.cn/qoyhx/qoyhx-16vk3q6j.html

2104.NestJS 注入作用域

...個(gè)連接池到數(shù)據(jù)庫,在全局狀態(tài)下使用單例服務(wù)。 要記住Node.js并不遵循多線程下請(qǐng)求/響應(yīng)的無狀態(tài)模式。因此,在我們的應(yīng)用中使用單例是安全的。然而,在需要考慮請(qǐng)求生命周期的情況下,存在邊緣情況.例如,在GraphQL應(yīng)用的預(yù)請(qǐng)...

http://hgci.cn/nestjs/nestjs-4kvd3tc3.html

2105.Spark Streaming容錯(cuò)語義

...的RDD相同的容錯(cuò)屬性,接收的數(shù)據(jù)需要重復(fù)保存在worker node的多個(gè)Spark executor上(默認(rèn)的復(fù)制因子是2),這導(dǎo)致了當(dāng)出現(xiàn)錯(cuò)誤事件時(shí),有兩類數(shù)據(jù)需要被恢復(fù)Data received and replicated :在單個(gè)worker節(jié)點(diǎn)的故障中,這個(gè)數(shù)據(jù)會(huì)幸存下...

http://hgci.cn/spark/k1g36ozt.html

2106.QQ小程序 更新數(shù)據(jù)

... 10%: ``` // 使用了 async await 語法 const tcb = require("tcb-admin-node"); exports.main = async (event, context) => { tcb.init({ env: tcb.getCurrentEnv() }) const db = tcb.database(); const _ = db.command; try { return await db .collection("todos") .where({ done: false }) .update({ progre...

http://hgci.cn/qqxiaochengxu/qqxiaochengxu-y6hz380t.html

2107.PostgreSQL 日志傳送后備服務(wù)器

...復(fù)制槽:postgres=# SELECT * FROM pg_create_physical_replication_slot('node_a_slot'); slot_name | lsn -------------+----- node_a_slot | postgres=# SELECT slot_name, slot_type, active FROM pg_replication_slots; slot_name | slot_type | active -------------+-----------+-------- node_a_slot | phys...

http://hgci.cn/postgresql13_1/postgresql13_1-dpn23jgp.html

2108.Ant Design React 定制主題

... }], // ...other config }注意 less-loader 的處理范圍不要過濾掉 node_modules 下的 antd 包。在 Umi 里配置主題如果你在使用 Umi,那么可以很方便地在項(xiàng)目根目錄的 config/config.js(Umi)文件中 theme 字段進(jìn)行主題配置。theme 可以配置為一個(gè)對(duì)...

http://hgci.cn/docsreactintroduce/docsreactintroduce-6ald3to8.html

2109.JavaFX 時(shí)間軸動(dòng)畫

...fx.application.Application; import javafx.scene.Group; import javafx.scene.Node; import javafx.scene.Scene; import javafx.scene.effect.BlendMode; import javafx.scene.effect.BoxBlur; import javafx.scene.paint.Color; import javafx.scene.paint.CycleMethod; import javafx.scene.paint.LinearGradient; impo...

http://hgci.cn/java/javafx-timeline-animation.html

2110.Less 在瀏覽器中使用

...端上運(yùn)行(IE6+、Webkit、Firefox),也可以在服務(wù)端運(yùn)行(Node.js、Rhino)。 less在瀏覽器中使用,當(dāng)你想編譯less文件動(dòng)態(tài)地需要而不是在服務(wù)器端,這是因?yàn)閘ess是一個(gè)大的javascript文件。 首先,我們需要添加LESS腳本以在瀏覽器中使...

http://hgci.cn/less/using_less_in_browser.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2101.Vite 功能

...ript 的打包器都要快得多。 重寫導(dǎo)入為合法的 URL,例如 /node_modules/.vite/my-dep.js?v=f3sf2ebd 以便瀏覽器能夠正確導(dǎo)入它們。 依賴是強(qiáng)緩存的 Vite 通過 HTTP 頭來緩存請(qǐng)求得到的依賴 模塊熱重載 Vite 提供了一套原生 ESM 的 HMR API。 具有 ...

http://hgci.cn/vitejs/vitejs-s35t3lu2.html

2102.Gradle Ear 插件

..."admin" securityRole "superadmin" withXml { provider -> // add a custom node to the XML provider.asNode().appendNode("data-source", "my/data/source") } } } 你還可以使用 Ear 任務(wù)提供的自定義選項(xiàng),如 from 和 metaInf。 使用自定義的描述符文件 假設(shè)你已經(jīng)有了 app...

http://hgci.cn/gradle/usx11hu5.html

2103.Javascript 微任務(wù)(Microtask)

...用的 .then 中。在大多數(shù) JavaScript 引擎中(包括瀏覽器和 Node.js),微任務(wù)(microtask)的概念與“事件循環(huán)(event loop)”和“宏任務(wù)(macrotasks)”緊密相關(guān)。由于這些概念跟 promise 沒有直接關(guān)系,所以我們將在本教程另外一部分...

http://hgci.cn/qoyhx/qoyhx-16vk3q6j.html

2104.NestJS 注入作用域

...個(gè)連接池到數(shù)據(jù)庫,在全局狀態(tài)下使用單例服務(wù)。 要記住Node.js并不遵循多線程下請(qǐng)求/響應(yīng)的無狀態(tài)模式。因此,在我們的應(yīng)用中使用單例是安全的。然而,在需要考慮請(qǐng)求生命周期的情況下,存在邊緣情況.例如,在GraphQL應(yīng)用的預(yù)請(qǐng)...

http://hgci.cn/nestjs/nestjs-4kvd3tc3.html

2105.Spark Streaming容錯(cuò)語義

...的RDD相同的容錯(cuò)屬性,接收的數(shù)據(jù)需要重復(fù)保存在worker node的多個(gè)Spark executor上(默認(rèn)的復(fù)制因子是2),這導(dǎo)致了當(dāng)出現(xiàn)錯(cuò)誤事件時(shí),有兩類數(shù)據(jù)需要被恢復(fù)Data received and replicated :在單個(gè)worker節(jié)點(diǎn)的故障中,這個(gè)數(shù)據(jù)會(huì)幸存下...

http://hgci.cn/spark/k1g36ozt.html

2106.QQ小程序 更新數(shù)據(jù)

... 10%: ``` // 使用了 async await 語法 const tcb = require("tcb-admin-node"); exports.main = async (event, context) => { tcb.init({ env: tcb.getCurrentEnv() }) const db = tcb.database(); const _ = db.command; try { return await db .collection("todos") .where({ done: false }) .update({ progre...

http://hgci.cn/qqxiaochengxu/qqxiaochengxu-y6hz380t.html

2107.PostgreSQL 日志傳送后備服務(wù)器

...復(fù)制槽:postgres=# SELECT * FROM pg_create_physical_replication_slot('node_a_slot'); slot_name | lsn -------------+----- node_a_slot | postgres=# SELECT slot_name, slot_type, active FROM pg_replication_slots; slot_name | slot_type | active -------------+-----------+-------- node_a_slot | phys...

http://hgci.cn/postgresql13_1/postgresql13_1-dpn23jgp.html

2108.Ant Design React 定制主題

... }], // ...other config }注意 less-loader 的處理范圍不要過濾掉 node_modules 下的 antd 包。在 Umi 里配置主題如果你在使用 Umi,那么可以很方便地在項(xiàng)目根目錄的 config/config.js(Umi)文件中 theme 字段進(jìn)行主題配置。theme 可以配置為一個(gè)對(duì)...

http://hgci.cn/docsreactintroduce/docsreactintroduce-6ald3to8.html

2109.JavaFX 時(shí)間軸動(dòng)畫

...fx.application.Application; import javafx.scene.Group; import javafx.scene.Node; import javafx.scene.Scene; import javafx.scene.effect.BlendMode; import javafx.scene.effect.BoxBlur; import javafx.scene.paint.Color; import javafx.scene.paint.CycleMethod; import javafx.scene.paint.LinearGradient; impo...

http://hgci.cn/java/javafx-timeline-animation.html

2110.Less 在瀏覽器中使用

...端上運(yùn)行(IE6+、Webkit、Firefox),也可以在服務(wù)端運(yùn)行(Node.js、Rhino)。 less在瀏覽器中使用,當(dāng)你想編譯less文件動(dòng)態(tài)地需要而不是在服務(wù)器端,這是因?yàn)閘ess是一個(gè)大的javascript文件。 首先,我們需要添加LESS腳本以在瀏覽器中使...

http://hgci.cn/less/using_less_in_browser.html

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

w3cschool 建議您:

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

熱門課程