What is the translation of " DEFAULT IMPLEMENTATION " in Korean?

[di'fɔːlt ˌimplimen'teiʃn]
[di'fɔːlt ˌimplimen'teiʃn]
기본 구현을
default implementation

Examples of using Default implementation in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Provides a default implementation of onBind() that returns null.
OnBind() 의 기본 구현을 제공하여 null을 반환하도록 합니다.
Initializes an instance of the default implementation of HMAC.
HMAC의 기본 구현 인스턴스를 초기화합니다. Initializes an instance of the default implementation of HMAC.
The default implementation is in-memory storage, which is very fast.
기본 구현은 메모리 저장소이기에 접근 속도가 매우 빠를수 밖에 없다.
This method has no default implementation.
이 메서드는 기본 구현이 없습니다. This method has no default implementation.
The default implementation provided by the processor will report all warnings and errors to System.
프로세서가 제공하는 디폴트의 구현에서는 모든 경고와 에러가 System.
(This is especially useful in environments with a readonly JNDI default implementation, e.g. Tomcat.).
(이것은 읽기-전용 JNDI 디폴트 구현을 가진 환경들, 예를 들면 Tomcat에서 특히 유용하다.).
The default implementation of these methods will do nothing.
이 메서드의 기본 구현은 아무 작업도 수행합니다. The default implementation of this method does nothing.
To resolve the errors, do not specify a provider in getInstance()(that is, request the default implementation).
이 오류를 해결하려면 getInstance()에서 제공자를 지정하지 마십시오(즉, 기본 구현 요청).
The default implementation of this function returns true, leaving React to perform the update.
이 함수의 기본 implementation은 true를 반환하고 React는 업데이트를 진행합니다.
Note: If your fragment is a subclass of ListFragment, the default implementation returns a ListView from onCreateView(), so you don't need to implement it.
참고: 프래그먼트가 ListFragment 의 서브클래스인 경우, 기본 구현이 onCreateView() 로부터 ListView 를 반환하므로 이를 구현하지 않아도 됩니다.
Default implementations of collections in the System. Collections. Generic namespace are not synchronized.
Generic에서 컬렉션의 기본 구현은 동기화 되지 않습니다. Default implementations of collections in System. Collections. Generic are not synchronized.
The ErrorListener on both objects will always be valid and non-null,whether set by the application or a default implementation provided by the processor.
양쪽 모두의 객체의 ErrorListener 는 어플리케이션에 의해 설정되는지,프로세서가 제공하는 디폴트의 구현에 의해 설정될까에 관계없이, 항상 유효해, null 이 아닐 필요가 있습니다.
Provides a default implementation of onStartCommand() that sends the intent to the work queue and then to your onHandleIntent() implementation..
OnStartCommand() 의 기본 구현을 제공하여, 인텐트를 작업 큐로 보내고 그 다음은 onHandleIntent() 구현으로 보냅니다.
Using apply methods on the traits will give you an instance of the default implementation, For instance, Iterable(1, 2) returns a List as its default implementation.
각 트레잇의 apply 메소드를 호출하면 기본 구현의 인스턴스를 만들 수 있다. 예를 들어 Iterable(1, 2)를 호출하면 Iterable의 기본 구현인 리스트가 반환된다.
Default implementations of collections in the System. Collections. Generic namespace are not synchronized.
컬렉션의 기본 구현은 System. Collections. Generic 네임 스페이스 동기화 되지 않았습니다. Default implementations of collections in the System. Collections. Generic namespace aren't synchronized.
You can share Rust code using defaulttrait method implementations instead, which you saw in Listing 10-14 when we added a default implementation of the summarize method on the Summary trait.
여러분은 대신 기본 트레잇 메소드의 구현을 이용하여 러스트 코드를 공유할 수 있는데,이는 Listing 10-14에서 우리가 Summary 트레잇에 summarize 메소드의 기본 구현을 추가할 때 봤던 것입니다.
The default implementation of GetHashCode() for reference types returns a hash code that is equivalent to the one returned by the GetHashCode(Object) method.
참조 형식에 대 한 GetHashCode()의 기본 구현은 GetHashCode(Object) 메서드에서 반환 된 것과 동일한 해시 코드를 반환 합니다. The default implementation of GetHashCode() for reference types returns a hash code that is equivalent to the one returned by the GetHashCode(Object) method.
Even though we're no longer choosing to define the summary method on NewsArticle directly,since the summary method has a default implementation and we specified that NewsArticleimplements the Summarizable trait, we can still call the summary method on an instance of NewsArticle.
비록 NewsArticle에 대한 summary 메소드를 직접 정의하는 선택을 더 이상 하지 않았더라도,summary 메소드가 기본 구현을 갖고 있고 NewsArticle이 Summariable 트레잇을 구현하도록 명시했기 때문에, 우리는 여전히 newsArticle의 인스턴스 상에서 summary 메소드를 호출할 수 있습니다.
Changing the Summarizable trait to have a default implementation for summary does not require us to change anything about the implementations of Summarizable on Tweet in Listing 10-13 or WeatherForecast in Listing 10-14: the syntax for overriding a defaultimplementation is exactly the same as the syntax for implementing a trait method that doesn't have a default implementation..
Summarizable 트레잇이 summary 에대한 기본 구현을 갖도록 변경하는 것은 Listing 10-12의 Tweet이나 Listing 10-13의 WeatherForecast 상에서의 Summarizable 구현에 대한 어떤 것도 바꾸도록 요구하지 않습니다:기본 구현을 오버라이딩 하기 위한 문법은 기본 구현이 없는 트레잇 메소드를 구현하기 위한 문법과 정확히 동일합니다.
For example, you could use hit testing to determine whether a mouse click within the bounding rectangle of an object falls within the geometry of a circle You can also choose to override the default implementation of hit testing to perform your own custom hit test calculations.
또한 적중 테스트의 기본 구현을 재정의하여 사용자 고유의 적중 테스트 계산을 사용자 지정하도록 선택할 수도 있습니다. For example, you could use hit testing to determine whether a mouse click within the bounding rectangle of an object falls within the geometry of a circle You can also choose to override the default implementation of hit testing to perform your own custom hit test calculations.
Furthermore, the. NET Framework does not guarantee the default implementation of the GetHashCode method, and the value this method returns may differ between. NET Framework versions and platforms, such as 32-bit and 64-bit platforms.
또한. NET Framework의 기본 구현을 보장 하지 않습니다는 GetHashCode 메서드와이 메서드가 반환 다 32 비트 및 64 비트 플랫폼 등의 플랫폼 및. NET Framework 버전 간의 값입니다. Furthermore, the. NET Framework does not guarantee the default implementation of the GetHashCode method, and the value this method returns may differ between. NET Framework versions and platforms, such as 32-bit and 64-bit platforms.
In this example, the specific error code -12345 is translated and other errors are left to be translated by the default translator implementation.
이 예제에서는 특정 오류 코드 -12345가 번역되고 다른 오류는 기본 번역기 구현으로 번역됩니다.
In this example the specific error code'-12345' is translated and any other errors are simply left to be translated by the default translator implementation.
이 예제에서는 특정 오류 코드 -12345가 번역되고 다른 오류는 기본 번역기 구현으로 번역됩니다.
Results: 23, Time: 0.0371

How to use "default implementation" in an English sentence

The default implementation just enabled it.
The default implementation simply calls exec().
The default implementation just uses BeanNode.getIcon(int).
The default implementation just returns true.
The default implementation just calls ErrorManager.isLoggable(int).
Default implementation updates the TextView getCurrentPositionView().
Default implementation updates the TextView getDurationView().
The default implementation does nothing (i.e.
The default implementation always returns FALSE.
The default implementation returns value itself.

How to use "기본 구현을" in a Korean sentence

Hadoop은 또한 성능 (zlib) 및 자바 라이브러리의 비 가용성의 이유로 위의 압축 코덱의 기본 구현을 제공합니다.
Unity는 다음 머티리얼을 처리하는 포스트 프로세서의 기본 구현을 제공합니다.
이 함수의 기본 구현을 사용자 요청 문서에 변경 내용을 저장할 것인지 어떤 되었을 경우 메시지 상자를 표시 합니다.
; 그렇지 않다면 JAXP는 기본 구현을 사용한다.
버전을 설정 하려면 기본 구현을 호출 하 고 기본 텍스트 문자열 짧은 설명으로 대체 하도록 재정의。
어제 집에서 orz 라이브러리의 기본 구현을 마쳤다.
고유한 사용자 정의 컴포턴트(Component)를 생성하거나 라이브러리에 포함된 기본 구현을 사용할 수도 있습니다.
신뢰성 향상을 위해 기본 구현을 대폭 변경했고, Instant Run 지원 앱에서의 시작 지연 문제도 해결했습니다.
Android 호환성 프로그램의 기능은 개발자가 작성한 타사 앱과 호환되는 Android의 기본 구현을 정의하는 것입니다.
인터페이스 제약과 동시에 기본 구현을 가질 수 있다는 것은 유용한 기능이다.

Word-for-word translation

Top dictionary queries

English - Korean