예외 처리 oor Engels

예외 처리

Vertalings in die woordeboek Koreaans - Engels

exception handling

en
situation in computer programming
wikidata

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

Soortgelyke frases

예외 처리기
exception handler
처리되지 않은 예외
unhandled exception

voorbeelde

wedstryd
woorde
Advanced filtering
예외 처리 문법은 프로그래밍 언어 간에 다양하며 부분적으로는 시맨틱 차이를 두며 크게는 각 언어의 전반적인 문법 구조에 맞춘다.
Syntax for exception handling varies between programming languages, partly to cover semantic differences but largely to fit into each language's overall syntactic structure.WikiMatrix WikiMatrix
할당자 예외 처리 메모리 풀 포인터 (프로그래밍) Resource Acquisition Is Initialization (RAII) 스마트 포인터 Savitch, Walter (2013). 《Absolute C++》.
Allocator (C++) Exception handling Memory pool Pointer (computer programming) Resource Acquisition Is Initialization (RAII) Smart pointers Savitch, Walter (2013).WikiMatrix WikiMatrix
물론, 각자 환경과 기호에 따라 예외적으로 처리하고 우선 순위상의 순서를 엄격히 따르지 못할 때도 있을 것이다.
Naturally, there will be times when you may choose to make an exception and not handle a matter in strict priority order, according to your circumstances and preferences.jw2019 jw2019
68000은 트랩에 사용되는 버스 에러 예외를 준비해 놓았지만 운영체제에서 예외 사항을 처리하는 경우 잘못된 명령어를 다시 시작하기 위한 프로세서의 상태를 저장하지 않았다.
The 68000 does provide a bus error exception which can be used to trap, but it does not save enough processor state to resume the faulted instruction once the operating system has handled the exception.WikiMatrix WikiMatrix
단일 그룹을 처리하는 동안 예외가 발생했을 때 모든 그룹에 대한 프로세스를 건너뛰게 되는 문제를 해결했습니다.
Fixed an issue where GADS skips processing all groups whenever an exception occurred while processing any single group.support.google support.google
운영 체제 충돌은 처리될 수 없는 하드웨어 예외가 발생할 때 주로 발생한다.
An operating system crash commonly occurs when a hardware exception occurs that cannot be handled.WikiMatrix WikiMatrix
환불 처리: Google에서 승인되지 않은 청구 건과 관련해 Google Play 환불 정책에 따르거나 특정 상황을 예외로 인정하여 개발자 대신 환불을 처리할 수 있습니다.
Offer refunds: Google may issue refunds on your behalf for unauthorised charges, in accordance with Google Play’s refund policies, or as a courtesy in certain situations.support.google support.google
이는 예외 인정 환불 또는 법적 요구에 따라 처리된 환불이며, Google 개발자 배포 계약에 명시되어 있습니다.
These refunds are issued as a courtesy to your users or as required by law and are included as part of our Developer Distribution Agreement.support.google support.google
이는 예외 인정 환불 또는 법적 요구에 따라 처리된 환불로, Google 개발자 배포 계약에 명시되어 있습니다.
Refunds are issued as a courtesy to your users, or as required by law, and are included as part of our Developer Distribution Agreement.support.google support.google
이 질문 조사서에 기초하여, 그 다음에 그러한 언어를 처리하기 위한 도표, 연산 방법, 예외 목록의 올바른 조합을 개발한다. ···
Based on the questionnaire, it then develops the proper combination of tables, algorithms, and exception lists to cope with that language. . . .jw2019 jw2019
예외발생시 이곳에서 예외처리.
See below for the details.ParaCrawl Corpus ParaCrawl Corpus
예외 처리 : 프로그램이 달리는 때 일어나는 통제의 평균 흐름 이상으로 소프트웨어를 달릴 것을 요구하고 사건.
Exception handling : An event that occurs as a program runs and that requires software outside the normal flow of control to be run.ParaCrawl Corpus ParaCrawl Corpus
Java 자체에 많은 객체 지향 예외 처리기를 제공한다.
Java itself provides a number of object oriented exception handlers.ParaCrawl Corpus ParaCrawl Corpus
예외 처리에 대한 모든 변경 사항은 모든 이해 관계자와 협의하여 나중 단계에서 처리해 드리겠 복잡한 주제이다.
Any alterations to the processing of exceptions is a complex subject that will be addressed at a later stage in consultation with all stakeholders.ParaCrawl Corpus ParaCrawl Corpus
원하는 대로 ActionScript 메서드를 실행하는 새 메뉴 항목을 추가하고 기본 항목을 제거할 수 있습니다. 예외 처리
You can add new menu items that trigger ActionScript methods and remove default items as desired. Exception HandlingParaCrawl Corpus ParaCrawl Corpus
그는 현재 이 프로젝트의 가장 큰 약점인 명령행의 예외처리문제와 그래픽 사용자 인터페이스를 전혀 지원하지 못하고 있는 것에 주의를 기울이고 있습니다.
He currently sees the largest weakness of the project in its exclusive usage of the commandline, its not providing any graphical user interface.ParaCrawl Corpus ParaCrawl Corpus
오류 처리 개선 - GADS는 500 오류나 시간 초과와 같은 여러 예외사항을 다시 시도합니다.
Improved error handling - GADS performs retries on more exceptions (500s and timeout exceptions).support.google support.google
만일 ‘프로그램’을 작성하는 사람이 예외적인 경우와 모든 가능한 우발 사건들을 처리할 수 있을 만큼 포괄적인 지시를 만들지 않는다면 어떻게 되겠는가?
Now, if the designers of a computer program do not make the instructions comprehensive enough to cope with unusual occurrences and all possible eventualities, then what?jw2019 jw2019
경험에 근거한 규칙으로 말하자면 어떤 종류의 I/O나 무거운 연산(15ms이상 걸리는 어떤 것도)을 하는 몇몇 API는 비록 첫번째 구현이 동기라도 처음부터 비동기적으로 노출되야 한다. 예외처리
The rule of thumb is that any API that does any type of I/O or heavy processing (anything that can take longer than 15ms) should be exposed asynchronously from the start even if the first implementation is synchronous.ParaCrawl Corpus ParaCrawl Corpus
앱 추적 코드에서 예외를 지정하려면 앱에 대한 전문 지식이 필요한데, 개발자가 처리해야 합니다.
Defining exceptions in the app tracking code requires some technical knowledge of your app and should be completed by the developer.support.google support.google
AirPrint: 목록에서 AirPrint 예외처리 방법을 클릭합니다.
AirPrint: In the list, click how to handle the AirPrint exception.ParaCrawl Corpus ParaCrawl Corpus
음성 사서함: 목록에서 음성 사서함 예외처리 방법을 클릭합니다.
Voice Mail: In the list, click how to handle the voice mail exception.ParaCrawl Corpus ParaCrawl Corpus
Java에서, 널 참조에 대한 접근은 NullPointerException (NPE)을 초래하는데, 이것은 오류 처리 코드에 의해 잡힐 수 있지만 선호되는 것은 이러한 예외들이 절대 일어나지 않게 하는 것이다. .NET에서, 널 참조에 대한 접근은 NullReferenceException가 던져지는 결과를 초래한다.
In Java, access to a null reference triggers a NullPointerException (NPE), which can be caught by error handling code, but the preferred practice is to ensure that such exceptions never occur.WikiMatrix WikiMatrix
사용자는 병렬 작업, 루프, 조건, 의사 결정, 대기 시간, 예외 및 오류 처리 등의 조치와 관련된 맞춤형 로직을 정의할 수 있으므로 이전보다 훨씬 더 복잡한 오케스트레이션을 달성할 수 있습니다.
Users can define custom logic that involves actions like parallel tasks, loops, conditions, decisions, wait time, exception and error handling, thus achieving much more complex orchestrations than before.ParaCrawl Corpus ParaCrawl Corpus
어길 시 벌칙: 시도의 실격 처리(DNF). 예외: 만약 퍼즐에 어떠한 회전도 추가되지 않았다면 심판의 결정에 따라 2초 페널티가 대신 주어질 수 있다.
Penalty: disqualification of the attempt (DNF). Exception: If no moves have been applied, a time penalty (+2 seconds) may be assigned instead, at the discretion of the judge.ParaCrawl Corpus ParaCrawl Corpus
50 sinne gevind in 25 ms. Hulle kom uit baie bronne en word nie nagegaan nie.