What is the translation of " CLIENT CODE " in Korean?

['klaiənt kəʊd]
['klaiənt kəʊd]
클라이언트 코드는
client code

Examples of using Client code in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Now for the client code.
다음은 Client코드,.
Client code should read as follows.
클라이언트 코드는 다음과 같습니다.
Do not include the server key anywhere in your client code.
절대 client code 에 server key 를 넣지 마라.
This client code calls it on connect.
클라이언트 코드는 connect 시에 호출 합니다.
There was another problem related to client code that used these classes.
이러한 클래스를 사용하는 클라이언트 코드와 관련된 또 다른 문제가 있었습니다.
There are a number of ways to expose asynchronous features to client code.
비동기 기능을 클라이언트 코드에 노출하는 방법은 여러 가지가 있습니다. There are a number of ways to expose asynchronous features to client code.
As an example, this client code from the. NET Realtime Demo sends a player's position.
한 예로. NET 리얼타임 데모의 클라이언트 코드는 플레이어의 위치를 전송 합니다.
This includes entities originated in client code.
여기에는 클라이언트 코드에서 시작된 엔터티가 포함됩니다. This includes entities originated in client code.
Place your HTML5/ JavaScript client code on one of the App Domains specified in your Facebook App settings.
HTML5 / JavaScript 클라이언트 코드는 페이스북 앱 설정에서 지정된 App Domain에 위치 시키도록 합니다.
Note that you cannot make C Runtime test bots by importing client code made in Unity as is.
Unity로 만든 클라이언트 코드를 그대로 가져와서는 C Runtime 테스트 봇을 만들 수 없음을 주의해 주세요.
To set client code pages on the Windows operating system, use Regional Settings in Control Panel.
Windows 운영 체제에서 클라이언트 코드 페이지를 설정하려면 제어판의 국가별 설정 을 사용하세요. To set client code pages on the Windows operating system, use Regional Settings in Control Panel.
So consider carefully the right weather provider to use, and usually, it is not so easy to change the client code once is developed.
따라서 사용하기에 적합한 날씨 공급자를 신중하게 고려하며 일반적으로 클라이언트 코드가 개발되면 변경하기가 쉽지 않습니다.
You specify how accessible your types and their members are to client code by using the access modifierspublic, protected, internal, protected internal, and private.
형식 및 해당 멤버가 클라이언트 코드에 액세스하는 방법은 액세스 한정자 public, protected, internal, protected internal, private 및 private protected를 사용하여 지정합니다.
To use a matching UUID, hard-code the UUID string into your application, and then reference it from both the server and client code.
동일한 UUID를 사용하는 것은 UUID 문자열을 애플리케이션에 하드 코딩하여 서버 및 클라이언트 코드에서 참조하는 것입니다.
Whenever possible, client code that must extend an existing type should do so by creating a new type derived from the existing type.
가능하면 기존 형식을 확장해야 하는 클라이언트 코드는 기존 형식에서 파생된 새 형식을 만들어 이 작업을 수행해야 합니다. Whenever possible, client code that must extend an existing type should do so by creating a new type derived from the existing type.
Generics make it possible to design classes and methods that defer the specification of one or more types until the class or method is declared and instantiated by client code.
제네릭은. NET Framework에 클라이언트 코드에서 클래스 또는 메서드를 선언하고 인스턴스화할 때까지 하나 이상의 형식 사양을 따르는 클래스 및 메서드를 디자인할 수 있도록 만드는 형식 매개 변수 개념을 도입합니다.
The request includes transaction information(i.e. client code, transaction, and session), request header(i.e. information about the requesting source 602, and requested destination 604), and a body portion, as afore described.
요청은, 앞서 기재된 바와 같이, 트랜잭션 정보(즉, 클라이언트 코드, 트랜잭션, 및 세션), 요청 헤더(즉, 요청 출발지(602), 및 요청 도착지(604)에 대한 정보), 및 바디 부분을 포함한다.
If you are designing an API that is going to have hundreds or thousands of users, you have to thinkabout how you might change it in the future and whether your changes might break client code.
만약 여러분이 수 백에서 수 천의 사용자들이 사용할 API 를 설계한다면, 미래에 이것이 얼마나 바뀔 것인지,그리고 변경 사항이 클라이언트 코드를 손상시킬 수 있는지 여부를 고려해야 합니다.
The detailed protocol specificationis still in progress, and this document will be updated to include those details along with the publication of the client code in the Android Open Source Project later this year.
세부적인 프로토콜 사양은 아직 작업을 진행 중이며,올해 말에 Android Open Source Project에 클라이언트 코드를 게시하는 것과 때를 맞추어 상세 사양을 포함하도록 본 문서를 업데이트하겠습니다.
Some methods and properties are meant to be called or accessed from code outside your class or struct,known as client code.
일부 메서드 및 속성은 클라이언트 코드라고 하는 클래스 또는 구조체 외부의 코드에서 호출하거나 액세스할 수 있습니다. Some methods and properties are meant to be called or accessed from code outside your class or struct,known as client code.
A type can be declared with one or more type parameters that serve as a placeholder for the actual type(the concrete type) that client code will provide when it creates an instance of the type.
클라이언트 코드가 형식의 인스턴스를 만들 때 제공하는 실제 형식(구체적 형식)에 대한 자리 표시자로 사용되는 하나 이상의 형식 매개 변수를 사용하여 형식을 선언할 수 있습니다.A type can be declared with one or more type parameters that serve as a placeholder for the actual type (the concrete type) that client code will provide when it creates an instance of the type.
Because extension methods are called byusing instance method syntax, no special knowledge is required to use them from client code.
확장 메서드는 인스턴스 메서드 구문을 사용하여 호출되므로 특별한 지식이 없어도 클라이언트 코드에서 확장 메서드를 사용할 수 있습니다. Because extension methods are called by using instance method syntax,no special knowledge is required to use them from client code.
NET Framework the concept of type parameters, which make it possible to design classes and methods that defer the specification of one or more types until the class or method is declared and instantiated by client code.
NET Framework에 클라이언트 코드에서 클래스 또는 메서드를 선언하고 인스턴스화할 때까지 하나 이상의 형식 사양을 따르는 클래스 및 메서드를 디자인할 수 있도록 만드는 형식 매개 변수 개념을 도입합니다. Generics introduce to the.
Best of all, Eddystone-EID works transparently to beacon subscriptions created through the Google Play Services Nearby Messages API,allowing you to run combined networks of Eddystone-EID and Eddystone-UID transparently in your client code!
Eddystone-EID는 Google Play Services의 Nearby Messages API를 통한 비컨 구독 기능과 잘 동작하며,Eddystone-EID와 Eddystone-UID가 투명하게 결합된 기능을 클라이언트 코드에서 실행할 수 있습니다!
In client application code, the ADO.
클라이언트 응용 프로그램 코드에서 ADO.
MiG generates the client RPC code in the mach_hostUser.
C에서 확인할 수 있는 클라이언트 RPC 코드와 mach_hostServer.
However, before you can capture a single HTML element using client side code.
그러나 클라이언트코드를 사용하여 단일 HTML 요소를 캡처하기 전에.
You must update and maintain client application code to ensure it is connecting to the proper port.
응용 프로그램 코드를 업데이트하고 유지 관리하여 올바른 포트에 연결하도록 해야 합니다. You must update and maintain client application code to ensure it is connecting to the proper port.
You must update and maintain client application code to make sure it is connecting to the proper port.
응용 프로그램 코드를 업데이트하고 유지 관리하여 올바른 포트에 연결하도록 해야 합니다. You must update and maintain client application code to ensure it is connecting to the proper port.
This approach has the following problems: You must update and maintain client application code to ensure it is connecting to the proper port.
응용 프로그램 코드를 업데이트하고 유지 관리하여 올바른 포트에 연결하도록 해야 합니다. You must update and maintain client application code to ensure it is connecting to the proper port.
Results: 234, Time: 0.0401

How to use "client code" in an English sentence

The server and client code is below.
Compliance with the Client Code of Conduct.
The client code works with high-level abstractions.
Verify that the client code is correct.
Consequently, memory leaks in client code occurred.
Furthermore, although client code is more readable, the client code is also more verbose.
Client Code – The client code for the client that the job belongs to.
It’s different from client code which is accessible.
Client code can be updated automatically with gofix.
There is some example client code in /engine/lib/api.php.
Show more

How to use "클라이언트 코드는" in a Korean sentence

클라이언트 코드는 서버 코드보다 다소 간단하다.
두 방법 중 어떤 것을 채택하더라도 애플리케이션 코드나 클라이언트 코드는 피해를 입지 않는다.
하지만 이제 생성자가 private이 되었기때문에 기존 클라이언트 코드는 더 이상 컴파일이 안된다.
generics가 없으면 클라이언트 코드는 컬렉션에서 얻는 각 개체를 타입캐스트해야 한다.
한편 클라이언트 코드는 switch 에서 각 오류 형별 처리를 할 수 있다.
클라이언트 코드는 필요한 기능성만을 사용하면서 필요 없는 기능들을 걱정할 필요가 없어진다.
클라이언트 코드는 HTTP 500 오류로 수신되는 잠재적 예외를 처리하는 것을 담당합니다.
클라이언트 코드는 생성하려는 객체의 구체적인 타입이 무엇이든간에 알 필요가 없다.
더 많은 과일가게 들이 생겨도 클라이언트 코드는 변경되지 않습니다.
) 클라이언트 코드는 오직 추상적인 타입만을 다룰 뿐이다.

Word-for-word translation

Top dictionary queries

English - Korean