호출한 영어 뜻 - 영어 번역

명사
calls
전화
호출
부른다
통화
불러
외침
불러라
부름
불러요
called
전화
호출
부른다
통화
불러
외침
불러라
부름
불러요
calling
전화
호출
부른다
통화
불러
외침
불러라
부름
불러요
call
전화
호출
부른다
통화
불러
외침
불러라
부름
불러요
the caller
호출자
발신자
caller
전화를 건 사람 이
콜러
호출한
발신

한국어에서 호출한 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
그것 때문에 호출한 거 아니에요.
That's not why I paged you.
Bind를 호출한 것과 같습니다.
This is equivalent to calling. bind.
밑의 코드는 여러분의 코드를 호출한 코드입니다.
The lines below are code that called your code.
F 함수가 g 함수를 호출한 후에는 더 이상 할 일이 없다.
After f calls g, it has nothing else to do.
이 함수를 호출한 결과는 다음과 같습니다. The result of invoking this function would be.
The result of calling this function should be that.
위 예시에서 alert를 호출한 이후에 초기화하는 것 같이 말이죠.
After alert calls in the example above.
여러분의 파일을 언급한 줄보다 위에 있는 줄들은 여러분의 코드가 호출한 코드입니다;
The lines above the lines mentioning your files are code that your code called;
함수는 그들을 호출한 코드에 값을 반환할 수 있습니다.
Functions can return values to the code that calls them.
이 메서드를 호출한 후에 발생 하는 예외는 트랜잭션에 영향을 주지 않을 수 있습니다.
Exceptions that occur after calling this method may not affect the transaction.
Return은 $sum의 값을 호출한 쪽에게 전달할 것입니다.
The return call will pass the value of$sum to the caller.
호출 함수 막대에는 선택한 함수를 호출한 함수가 표시됩니다.
Calling Functions- Shows the functions that called the selected function.
A_string // a_string 반환, 호출한 쪽으로 이동.
A_string// a_string is returned and moves out to the calling function.
호출한 프로세스는 세마포어 설정에 읽기 권한이 있어야한다. GETPID 세마포어 호출은 sempid 의 값을 반환한다.
GETVAL The system call returns the value of semval for the semnum-th semaphore of the set.
Some_string // some_string 반환, 호출한 쪽으로 이동.
A_string// a_string is returned and moves out to the calling function.
DX 국이 나를 호출한 경우, DX 국이 내 호출부호를 잘못 알아들었다고 생각하지 않는 한, 내 호출부호를 반복하지.
When the DX operator calls me, I will not repeat my callsign unless I think he has copied it incorrectly.
이제 우리는 "petclinic-node"가 "petclinic-spring" 레이어를 호출한 것을 볼 수 있습니다.
We can now see that"petclinic-node" called the"petclinic-spring" layer.
클라이언트가 "foo" WebRPC 메소드를 호출한 경우, 타겟 CloudScript 리비전에 이 함수를 가지고 있어야 합니다.
If client calls"foo" WebRPC method, you need to have this function in the target CloudScript revision.
정보 공개 수준을 제어하려면 setVisibility() 를 호출한 후 다음 값 중 하나를 지정합니다.
To control the visibility level, call setVisibility() and specify one of these values.
크론에서 호출한 HTTP 요청은 최대 60초 동안 실행될 수 있으며 다른 HTTP 요청과 동일한 제한사항이 적용됩니다.
An HTTP request invoked by cron can run for up to 60 minutes, but is subject to the same limits as other HTTP requests.
CSCvs41898 - 회의실 시리즈 장치에서 누군가를 호출한 후에는 '취소' 옵션을 사용할 수 없습니다.
CSCvs41898-'Cancel' option isn't available after calling someone from a Room Series device.
CATCH 블록의 범위를 벗어나 호출한 경우 ERROR_SEVERITY는 NULL을 반환합니다. ERROR_SEVERITY returns NULL if called outside the scope of a CATCH block.
ERROR_SEVERITY returns NULL if called outside the scope of a CATCH block.
그러면 3Dfx 칩셋이 구동이 되어 응용프로그램이 호출한 글라이드 함수들에 따라 렌더링을 수행하게 됩니다.
The 3Dfx then kicks in and begins to render according to the Glide functions called by the application.
호출한 합니다 AutomationPeer 시키려면는 AsyncContentLoadedEvent 이벤트입니다. Called by the AutomationPeer to raise the AsyncContentLoadedEvent event.
Called by the AutomationPeer to raise the AsyncContentLoadedEvent event.
우리는 첫번째 값을 무시하고 그 다음 값을 얻기 위해 우선 next 를 호출한 다음, 그 반환값으로 아무것도 하지 않았습니다.
We want to ignore that and get to the next value, so first we call next and do nothing with the return value.
만일 이 함수가 어떤 문제 없이 성공하면,함수를 호출한 코드는 String을 담은 값을 받을 것입니다 - 이 함수가 파일로부터 읽어들인 사용자 이름이겠지요.
If this functionsucceeds without any problems, the code that calls this function will receive an Ok value that holds a String- the username that this function read from the file.
오류가 발생하지 않았다면 Observable은 마지막 onNext를 호출한 후 이 메서드를 호출한다.
An Observable calls this method after it has called onNext for the final time, if it has not encountered any errors.
같은 IAsyncResult로 EndOperationName 메서드를 여러 번 호출한 데 따른 효과는 정의되어 있지 않습니다. The effect of calling the EndOperationName method multiple times with the same IAsyncResult is not defined.
The effect of calling the End method multiple times with the same IAsyncResult is not defined.
만약 function에서 error를 던지면 function은 즉시 반환하고 function을 호출한 코드가 error를 처리한다.
If you throw an error in a function, the function returns immediately and the code that called the function handles the error.
호출한 프로세스가 슈퍼유저이거나 또는 fsgid가 실제 그룹 ID나 유효 그룹 ID, 저장된(saved) 그룹 ID, 또는 fsgid의 현재값과 일치한다면 setfsgid는 성공할 것이다.
Setfsgid() will only succeed if the caller is the superuser or if fsgid matches either the real group ID, effective group ID, saved set-group-ID, or the current value of fsgid.
여러분의 파일을 언급한 줄보다 위에 있는 줄들은 여러분의 코드가 호출한 코드입니다; 밑의 코드는 여러분의 코드를 호출한 코드입니다.
The lines above the lines mentioning your files are code that your code called; the lines below are code that called your code.
결과: 46, 시각: 0.0516

한국어 문장에서 "호출한"를 사용하는 방법

사용자에게 보여지는 것은 호출한 URL뿐이다.
this는 현재 객체로 호출한 객체를 참조합니다.
가령 다음과 같이 메서드를 호출한 다음:.
letter에서 호출한 메서드에 파서를 인자로 전달했습니다.
샌더스 열풍을 호출한 월가 점령 시위.
그 영실을 호출한 제보자가 바로 호철이었다.
exit를 호출한 부분은 없는지 확인해야 합니다.
이때 당신이 호출한 함수가 흐름을 제어합니다.?
희망버스가 호출한 ‘우리가 꿈꾸는 세상’은 무엇이었을까.
이 함수의 효과는 호출한 스크립트에서만 적용됩니다.

영어 문장에서 "calling, calls, called"를 사용하는 방법

Calling all Alto Pass Piano Teachers!
Hurt calls for tears and anger.
Nanni calls his music “Ascetic Trance”.
Chinese officials have called for calm.
Calls between Dingtone users are free.
Paula calls for Safer Nail Salons?
Cabin phone: Room-to-Room calls are free.
And now they're calling our flight.
Eventually the calls started coming in.
Serious work calls for serious tools.
자세히보기

최고 사전 질의

한국어 - 영어