"Java 코드" is not found on TREX in Korean-English direction
Try Searching In English-Korean (Java 코드)

Low quality sentence examples

Java 코드에서 DIP의 치수를 지정하는 올바른 방법은 무엇입니까?
What is the correct way to specify dimensions in DIP from Java code?
하나의 프로젝트에서 Java 코드와 Kotlin 코드를 같이 사용할 수 있습니다.
You can have projects with both Kotlin and Java code.
Java 코드도 함께 디버그하려면, Auto 또는 Hybrid 디버그 유형으로 전환해야 합니다.
If you want to also debug your Java code, you should switch to either the Auto or Dual debug type.
다음으로 MainActivity 살펴 보겠습니다. 이것은 MainActivity 대해 생성 된 Java 코드입니다.
Next, let's take a look at MainActivity. This is the Java code that has been generated for MainActivity.
이 섹션을 완료하려면 Java 코드를 만들어 오토바이예제의 표현을 구현합니다.
To finish up this section, you will create the Java code to implement a representation of a motorcycle.
알고리즘은 데이터 집합에 직접 적용하거나 자체 Java 코드에서 호출할 수 있습니다.
The algorithms can either be applied directly to a dataset or called from your own Java code.
IntelliJ IDEA를 사용하여 Java 코드 라인을 계산하는 방법은 무엇입니까?
How to count lines of Java code using IntelliJ IDEA?
Scala의 장점 중 하나는 Java 코드와 함께 사용하기 쉽다는 것이다.
One of Scala's strengths is that it makes it very easy to interact with Java code.
Java 코드에서 SQL을 추출하는 방법을 설명합니다. 데이터베이스에 접속합니다.
This section explains how to extract SQL from Java. Connect to database.
스캐너 클래스를 통해 입력을 가져오는 평균 적인 숫자를 얻기 위한 Java 코드입니다.
Java code for obtaining an average of numbers taking inputs through scanner class.
Java 코드를 사용하여 파일을 다운로드하는 방법에는 여러 가지가 있습니다.
There are multiple ways to download a file using Java code.
기본적으로, LLDB는 네이티브 코드만 검사하며 Java 코드 내의 중단점을 무시합니다.
By default, LLDB inspects only your native code and ignores breakpoints in your Java code.
어댑터의 Java 코드를 디버깅할 수 있으려면 먼저 Eclipse가 다음과 같이 구성되어야 합니다.
Before an adapter's Java code can be debugged, Eclipse needs to be configured as follows.
기본적으로, Android Studio는 APK로부터 Java 코드를 추출하여. smali 파일로 저장합니다.
By default, Android Studio extracts Java code from your APK and saves them as. smali files.
C 및 Java 코드와 인터페이스하는 PL / SQL 프로그램을 작성하여 프로그래밍 자산을 늘리십시오.
Grow programming assets by making PL/SQL programs that interface with C and Java code.
아래에 있는 Java 코드는 DOM을 사용하여 두가지 다른 student 요소를 구별하는 방법을 표시한다.
The Java language code below illustrates how you could distinguish between two different student elements using the DOM.
프로젝트에서 Kotlin 및 Java 코드를 모두 사용하는 자세한 방법은 Kotlin과 Java 언어의 상호운용성 을 참조하세요.
For more information about using both Kotlin and Java code in your project, read about Kotlin's interoperability with the Java language.
우리 프로젝트에는 레거시 Java 코드는 없지만 Dagger 2, Retrofit, RxJava 같은 Java 호환 라이브러리를 사용하고 싶었습니다.
Although we don't have any legacy Java code in our project, we wanted to use some awesome libraries such as Dagger 2, Retrofit, and RxJava.
Don't show this dialog next time 을 선택하면 Java 코드 스니펫을 Kotlin 파일로 쉽게 덤프할 수 있습니다.
You can check Don't show this dialog next time, which makes it easy to dump Java code snippets into your Kotlin files.
Java 디버거가 Java 코드에서 중단점을 만나면 Android Studio가 자동으로 <your-module> -java 탭으로 전환됩니다.
Android Studio switches to the<your-module>-java tab when the Java debugger encounters a breakpoint in your Java code.