decoupled中文翻譯,decoupled是什么意思,decoupled發(fā)音、用法及例句
1、decoupled
decoupled發(fā)音
英: 美:
decoupled中文意思翻譯
常用釋義:不掛鉤的
adj.不掛鉤的
v.解耦,[電]退耦(decouple的過(guò)去式和過(guò)去分詞)
decoupled雙語(yǔ)使用場(chǎng)景
1、They should be sufficiently decoupled from its implementation that they do not know where is or how it is implemented.───它們應當完全地從未知(不知道位置和實(shí)現方式)的實(shí)現中解耦。
2、The main advantage of this decoupled architecture is that you implement a particular data format or standard only once, in the form of a BC.───這種解耦架構的主要好處就是只需實(shí)現一次特定的數據格式或標準,以BC的形式。
3、bidder view table is therefore decoupled and not always consistent with the state of the bid table.───出價(jià)人視圖數據表因此而解耦,但不總是與出價(jià)表的狀態(tài)保持一致。
4、Event-driven programming is structured around the concept of decoupled relationships between event producers and event consumers.───事件驅動(dòng)的編程是圍繞事件生產(chǎn)者和事件消費者之間的無(wú)耦合關(guān)系的概念構造的。
5、Once upon a time, there was a myth that China was decoupled from the rest of the global economy.───曾幾何時(shí),有傳言說(shuō)中國經(jīng)濟與全球其他國家是脫鉤的。
6、These sequences are decoupled.───這些序列是解耦的。
7、Indeed, for a while it seemed as if emerging markets had decoupled.───確實(shí),新興市場(chǎng)一度似乎已脫鉤。
8、E4 is slated to be more dynamic, more modular and more decoupled.───被定位為更動(dòng)態(tài)、更具模塊化及更加松耦和。
9、The system is decoupled from the underlying infrastructure and therefore easy to get running within any IaaS layer.───由于系統與底層基礎設施間的連接是松耦合的,所以它能輕易地運行在任意IaaS層之上。
decoupled相似詞語(yǔ)短語(yǔ)
1、partially decoupled───部分解耦
2、如何加快Android Studio 編譯app 的速度
開(kāi)啟gradle單獨的守護進(jìn)程:
在下面的目錄下面創(chuàng )建gradle.properties文件:
/home//.gradle/ (Linux)
/Users//.gradle/ (Mac)
C:\Users\\.gradle (Windows)
并在文件中增加:
org.gradle.daemon=true
同時(shí)修改項目下的gradle.properties文件也可以?xún)?yōu)化:
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Settings specified in this file will override any Gradle settings
# configured through the IDE.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# The Gradle daemon aims to improve the startup and execution time of Gradle.
# When set to true the Gradle daemon is to run the build.
# TODO: disable daemon on CI, since builds should be clean and reliable on servers
org.gradle.daemon=true
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
# Enables new incubating mode that makes Gradle selective when configuring projects.
# Only relevant projects are configured which results in faster builds for large multi-projects.
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:configuration_on_demand
org.gradle.configureondemand=true
同時(shí)上面的這些參數也可以配置到前面的用戶(hù)目錄下的gradle.properties文件里,那樣就不是針對一個(gè)項目生效,而是針對所有項目生效。
上面的配置文件主要就是做, 增大gradle運行的java虛擬機的大小,讓gradle在編譯的時(shí)候使用獨立進(jìn)程,讓gradle可以平行的運行。
版權聲明: 本站僅提供信息存儲空間服務(wù),旨在傳遞更多信息,不擁有所有權,不承擔相關(guān)法律責任,不代表本網(wǎng)贊同其觀(guān)點(diǎn)和對其真實(shí)性負責。如因作品內容、版權和其它問(wèn)題需要同本網(wǎng)聯(lián)系的,請發(fā)送郵件至 舉報,一經(jīng)查實(shí),本站將立刻刪除。