호출될 - 영어로 번역

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
기본 인수는 호출 시에 평가됩니다, 그래서 가령 Python에서와는 달리, 새로운 객체는 함수가 호출될 때마다 생성됩니다.
The default argument gets evaluated at call time, so unlike e.g. in Python, a new object is created each time the function is called.
마지막으로, 모든 지역 변수는 함수가 호출될 때마다 빈 채로 시작합니다.
Finally, all local variables start off blank each time the function is called.
이런 이유로 myFunc가 호출될 때 변수 name은 사용할 수 있는 상태로 남게 되고 "Mozilla" 가 alert 에 전달된다.
For this reason, when myFunc is invoked, the variable name remains available for use and"Mozilla" is passed to alert.
네트워크 인터페이스의 주소가 변경될 때 호출될 하나 이상의 메서드를 참조합니다. References one or more methods to be called when the address of a network interface changes.
References one or more methods to be called when the address of a network interface changes.
컴포넌트는 또한 분산될 수 있는데(즉 다른 기계에서 호출될 수 있는데), 이는 이전에는 DCOM에서만 가능했었다.
Components could also be distributed(called from another machine) as was previously only possible with DCOM.
자유 변수는 함수 블록에서 호출될 때 locals()에서 반환되지만 클래스 블록에서는 반환되지 않습니다.
Free variables are returned by locals() when it is called in function blocks, but not in class blocks.
DoOnSuccess Single onSuccess 메서드가 호출될 때 전달한 메서드를 실행하는 Single을 리턴한다.
DoOnSuccess Single returns a Single that also calls a method you specify when it calls onSuccess.
(객체가 eval() 또는 attach()에 호출될 때와 같이 데이터베이스로서 사용될 때, 요소명은 객체의 이름이 됩니다).
(When an object is used as a database, as in a call to eval() or attach(), the element names become object names.).
따라서 wait() 와 동일한 규칙이 적용됩니다: 호출될 때 잠금을 유지해야 하며 반환 시 다시 획득해야 합니다.
Therefore, the same rules apply as with wait(): The lock must be held when called and is re-aquired on return.
John Appleseed is being initialized"라는 메시지가 Person 클래스의 이니셜라이져가 호출될 때 출력된다는 점에 주의합니다.
Note that the message"John Appleseed is being initialized" is printed at the point that you call the Person class's initializer.
비결정적 함수는 액세스하는 데이터베이스의 상태가 동일하게 유지되더라도 특정 입력 값 집합으로 호출될 때마다 다른 결과를 반환할 수 있습니다.
Nondeterministic programs may return different results each time they're called, even with the same specific set of input values and initial state.
필터는 호출되고, 작업을 시작하고, 체인의 마지막 필터가 호출될 때까지 다음 필터를 호출한다.
A filter gets called, starts working, and calls the next filter until the final filter in the chain is called..
예를 들어, NewGuid 메서드는 호출될 때마다 다른 값을 반환합니다.
For example, the NewGuid method returns a different value each time it is called.
etc. UDT 메소드 및 연산자는 이 유형의 인스턴스에 대한 T-SQL로 호출될 수 있다.
of the managed languages-C, VB. NET, etc. UDT methods and operators can be invoked in T-SQL against an instance of that type.
제발 __del__을 직접적으로 호출하지 마세요 -- __del__은 close()를 호출해야만 하고 close()는 자신이 같은 객체에 대하여 한 번 이상 호출될 수 있도록 확인하여야만 합니다.
Don't call__del__() directly-__del__() should call close() and close() should make sure that it can be called more than once for the same object.
이 플래그를 사용할 외부 항목에 의해 호출될 수 있는 활동이 있다면 사용자가 활동이 시작된 작업으로 돌아갈 수 있는 독자적인 방법이 있어야 합니다.
If you have an activity that can be invoked by an external entity that might use this flag, take care that the user has a independent way to get back to the task that's started.
만일 요청된 것이 아닌 다소 제한적인 잠금으로 이미 로드되어 있는 객체에 대해 load()가 호출될 경우, Hibernate는 그 객체에 대해 lock()을 호출한다.
If load() is called for an object that is already loaded with a less restrictive lock than the one requested, Hibernate calls lock() for that object.
예를 들어, 아래의 코드는 ::Penny와 함께 메소드가 호출될 때마다 “Lucky penny!
For example, the following code would print out“Lucky penny!” every time the method was called with a Coin:: Penny
비결정적 함수는 액세스하는 데이터베이스의 상태가 동일하게 유지되더라도 특정 입력 값 집합으로 호출될 때마다 다른 결과를 반환할 수 있습니다. Nondeterministic functions may return different results each time they are called with a specific set of input values even if the database state that they access remains the same.
Nondeterministic functions may return different results each time they are called with a specific set of input values even if the database state that they access remains the same.
Rs 이라는 파일을 만들어서 그 안에 아래와 같이 setup이라는 이름의 함수를 위치시키고, 여기에 여러 테스트 파일들 내의 여러 테스트 함수로부터 호출될 수 있기를 원하는 어떤 코드를 집어넣는다면.
Rs and place a function named setup in it, we can add some code to setup that we want to call from multiple test functions in multiple test files.
결과: 54, 시각: 0.0176

최고 사전 질의

한국어 - 영어