What is the translation of " MODULE NAME " in Korean?

['mɒdjuːl neim]
['mɒdjuːl neim]
모듈 이름
module name

Examples of using Module name in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Module name cannot be found.
Module name을 찾을 수 없습니다.
It only enters the module name fibo there.
오직 모듈 이름 fibo 만 들어갈 뿐입니다.
The module name must start with a capital letter.
모듈 이름은 반드시 대문자로 시작해야 합니다.
Dependency map(Module name: Module ID).
의존성 맵(모듈 이름: 모듈 ID).
Module Name: 30watt Monocrystalline PV Module..
모듈 이름: 30watt Monocrystalline PV 단위.
It is accessible using the browser_history module name.
Browser_history 모듈 이름을 사용하여 액세스 할 수 있습니다.
Modify the module name if desired, and click Next.
원하는 경우 모듈 이름을 수정하고 Next 를 클릭합니다.
It is accessible using the whatsapp_messages module name.
Whatsapp_messages 모듈 이름을 사용하여 액세스 할 수 있습니다.
If the module name is not specified, displays all modules loaded by each task.
모듈 이름을 지정하지 않으면 각 작업에서 로드한 모든 모듈을 표시합니다.
When you create a new project, the default module name is"app".
새 프로젝트를 생성할 때 기본 모듈 이름은 "app"으로 지정됩니다.
A module name A:: B::C maps to the file A/B/C. pm somewhere in the directories listed in@INC.
C라는 이름모듈은 @INC에 나열된 디렉토리들 중 어딘가에 있는 A/B/C. pm 파일에 대응됩니다.
We can then use the variable without using the module name.
그러면 우리는 모듈이름을 사용하지 않고도 그 변수를 사용할 수 있다.
It's often useful to prepend django- to your module name when creating a package to distribute.
배포할 패키지를 생성할 때, 모듈 이름 앞에 django- 를 앞에 붙이는 것이 좋습니다.
OCaml always capitalizes the first letter of the file name to get the module name.
OCaml은 항상 파일 이름의 첫 글자를 대문자로 만들어서 모듈 이름으로 사용합니다.
Even if the module name has gone out of scope, the module is probably available in sys. modules..
모듈 이름이 스코프를 벗어난 경우에도, 모듈은 아마도 sys. modules에 있을 겁니다.
If it isn't, you will get an error telling"No module named django".
만약 설치가 제대로 되지 않았다면, "No module named django" 과 같은 에러가 발생합니다.
Even if the module name has gone out of scope, the module is probably available in sys. modules..
모듈 이름이 영역 밖으로 나갔을 지라도, 그 모듈은 sys. modules에서 사용가능합니다.
This does not enter the names of the functions defined in fibo directly in the current symbol table;it only enters the module name fibo there.
이렇게 한다고 fibo 에 정의된 함수들의 이름이 현재 심볼 테이블에 직접 들어가지는 않습니다;오직 모듈 이름 fibo 만 들어갈 뿐입니다.
There is a new server API module named pycerebro, which replaces py_cerebro and py_cerebro2.
Pycerebro라는 이름의 새 서버 API 모듈이 있는데, 이 모듈이 py_cerebro 및 py_cerebro2를 대체합니다.
For instance, two different modules may both define a function“maximize” without confusion- users of the modules must prefix it with the module name.
예를 들어, 두 개의 서로 다른 모듈들은 모두 혼동 없이 함수 maximize 를 정의할 수 있습니다 --- 모듈의 사용자들은 모듈 이름을 앞에 붙여야 합니다.
This does not introduce the module name from which the imports are taken in the local symbol table(so in the example, fibo is not defined).
이것은 지역 심볼 테이블에 임포트되는 모듈이름을 만들지 않습니다 (그래서 이 예에서는, fibo 가 정의되지 않습니다).
The important thing to knowabout namespaces is that there is absolutely no relation between names in different namespaces; for instance, two different modules may both define a function“maximize” without confusion- users of the modules must prefix it with the module name.
이름 공간에 대해 알아야 할 중요한 것은 서로 다른 이름 공간들의 이름 간에는 아무런 관계가 없다는 것입니다; 예를 들어,두 개의 서로 다른 모듈들은 모두 혼동 없이 함수 maximize 를 정의할 수 있습니다 --- 모듈의 사용자들은 모듈 이름을 앞에 붙여야 합니다.
Since we have given our application a module name we will need to set this as the name in our layout file which we do by setting a value on the ng-app attribute.
어플리케이션에서 모듈이름을 지정했기 때문에 ng-app 속성에 값을 할당하는 방법으로 레이아웃 파일에서 이 모듈의 이름을 지정할 필요가 있습니다.
He commented on twelve such reports. They cover perl module naming, postscript file requirements, adding the GNU Free Documentation License to the list of free licenses, the menu policy and others.
그는 이러한 12개의 보고에 대해서 언급을 했는데 여기 에는 펄 모듈 이름짓기 와 포스트스크립트 파일 요구, 자유 라이선스 목록에 GNU FDL(Free Documentation License) 추가 와 메뉴 정책 과 다른 것들을 다루고 있다.
Example(save as module_using_name. py).
예제 (module_using_name. py 로 저장하세요).
P12mm Pixel Module Team Name LED Horsepolo Scoreboard with Digits in Yellow Color.
노란 색깔에 있는 손가락을 가진 P12mm 화소 단위이름 LED Horsepolo 득점판.
They fail when the 2nd module wants to grab a name out of the first(“from module import name”) and the import is at the top level.
두 번째 모듈이 첫 번째 모듈의 이름(name)을 붙잡으려고 하고 (《from module import name》) 임포트가 최상위 수준에 있으면 실패합니다.
Results: 27, Time: 0.042

How to use "module name" in an English sentence

Find the module name and go on searching.
A module name and an optional interface digest.
The application module name which causes the failure.
For example, your module name might be example.com/myproject.
Otherwise, only the module name will be printed.
Module name figure – You module be better.
Associative array mapping module name to class name.
Change the module name from MyModule to Employee.
Activates the module name for the tested database.
Module name to build ahead of this module.
Show more

How to use "모듈 이름" in a Korean sentence

모듈 이름 : 모듈 이름은 반드시 작성해야 합니다.
모듈 이름 인수 및 프로시저 이름 인수를 지정 하 여 이벤트 프로시저를 열려면이 매크로 함수를 사용할 수 있습니다.
모듈 이름 변경과 개발자 변경에서 더 자세한 정보를 얻을수 있습니다.
예를 들어 폼 주문에 청구서 인쇄 단추의 Click 이벤트 프로시저를 열려면 모듈 이름 인수 Form.
스크립트 또는 모듈 이름 - 스크립트의 경우.

Word-for-word translation

Top dictionary queries

English - Korean