Results for develop and execute application fa... translation from English to Korean

English

Translate

develop and execute application farmsight strategy

Translate

Korean

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

English

Korean

Info

English

reconfigure the lilo.conf file and execute lilo

Korean

lilo.conf 파일을 재구성하고 lilo 실행

Last Update: 1970-01-01
Usage Frequency: 1
Quality:

English

and execute the great task of apportioning (rainfall):

Korean

하나님의 명령에 따라 축복을분배하여 주는 천사로써 맹세하 노니

Last Update: 2014-07-03
Usage Frequency: 1
Quality:

English

it will parse and execute a statement, then fetch the first result row.

Korean

this function is quick combination of ora_parse(), ora_exec() and ora_fetch(). it will parse and execute a statement, then fetch the first result row.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

if you wish to use one for this test script, you must ensure that you save the file as plain text or php will not be able to read and execute the script.

Korean

a note on word processors: word processors such as staroffice writer, microsoft word and abiword are not good choices for editing php files. if you wish to use one for this test script, you must ensure that you save the file as plain text or php will not be able to read and execute the script.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

through this solution, publishers and content providers will be able to develop and submit their creations to américa móvil's widget catalogue.

Korean

이 솔루션을 통해 퍼블리셔 및 컨텐츠 공급업체가 컨텐츠를 개발하고 américa móvil 위젯 카탈로그에 등록할 수 있습니다.

Last Update: 2011-03-23
Usage Frequency: 1
Quality:

English

the agreement allows protv to develop and sell flo-compliant modulators, providing greater choice in flo transmitters and test equipment available to the mobile broadcast industry.

Korean

이번 계약을 통해 flo 호환 변조기를 개발 및 판매할 수 있게 된 protv는 모바일 방송 산업에서 사용할 수 있는 다양한 flo 트랜스미터와 테스트 장비를 제공하게 됩니다.

Last Update: 2011-03-23
Usage Frequency: 1
Quality:

English

despite several valid reservations that i discussed in detail previously, leaders to varying degrees are ready to invest in blockchain experiments, prototypes, pilots, and even develop and deploy production solutions.

Korean

앞서 자세히 논의한 몇 가지 유효한 예약에도 불구하고, 다양한 수준의 리더들은 블록체인 실험, 프로토타입, 파일럿에 투자할 준비가 되어 있으며, 프로덕션 솔루션을 개발 및 배포할 준비가 되어 있습니다.

Last Update: 2023-01-01
Usage Frequency: 1
Quality:

Reference: Anonymous

English

in many occasions, you may want to compare the same variable (or expression) with many different values, and execute a different piece of code depending on which value it equals to.

Korean

switch 문은 내용상 동일한 표현식의 if문을 나열한 것과 비슷하다. 많은 경우에 한 변수를 여러 다른 값과 비교하여, 두개의 값이 같는냐에 따라 서로 다른 코드들이 수행되기를 원하는 때가 있다. 바로 이런 경우에 switch 문이 사용된다.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Anonymous

English

i will bear the indignation of the lord, because i have sinned against him, until he plead my cause, and execute judgment for me: he will bring me forth to the light, and i shall behold his righteousness.

Korean

내 가 여 호 와 께 범 죄 하 였 으 니 주 께 서 나 를 위 하 여 심 판 하 사 신 원 하 시 기 까 지 는 그 의 노 를 당 하 려 니 와 주 께 서 나 를 인 도 하 사 광 명 에 이 르 게 하 시 리 니 내 가 그 의 의 를 보 리 로

Last Update: 2012-05-05
Usage Frequency: 1
Quality:

Reference: Anonymous

English

if you like to sort and group, open the report builder view, then open the sorting and grouping dialog. select to show a group header for the fields that you want to group, and select to hide the group header for the fields that you want to be sorted. close the sorting and grouping window and execute the report.

Korean

정렬 및 그룹화 하려면 보고서 디자인 보기를 연 다음 정렬 및 그룹화 대화 상자를 엽니다. 그룹화할 필드에 대한 그룹 머리글을 표시하도록 선택하고 정렬할 필드에 대한 그룹 머리글을 숨기도록 선택합니다. 정렬 및 그룹화 창을 닫고 보고서를 실행합니다.

Last Update: 2016-10-12
Usage Frequency: 1
Quality:

Reference: Translated.com

English

the \<emph\>if...then\</emph\> statement executes program blocks depending on given conditions. when $[officename] basic encounters an \<emph\>if\</emph\> statement, the condition is tested. if the condition is true, all subsequent statements up to the next \<emph\>else\</emph\> or \<emph\>elseif\</emph\> statement are executed. if the condition is false, and an \<emph\>elseif\</emph\> statement follows, $[officename] basic tests the next condition and executes the following statements if the condition is true. if false, the program continues either with the next \<emph\>elseif\</emph\> or \<emph\>else\</emph\> statement. statements following \<emph\>else\</emph\> are executed only if none of the previously tested conditions were true. after all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following \<emph\>endif\</emph\>.

Korean

\<emph\>if...then\</emph\> 문은 지정한 조건에 따라 프로그램 블록을 실행합니다. $[officename] basic은 \<emph\>if\</emph\> 문을 만날 경우 조건을 테스트합니다. 조건이 true이면 다음 \<emph\>else\</emph\> 또는 \<emph\>elseif\</emph\> 문까지의 모든 후속 문이 실행됩니다. 조건이 false이고 \<emph\>elseif\</emph\> 문이 뒤에 올 경우 $[officename] basic은 다음 조건을 테스트하여 해당 조건이 true이면 후속 문을 실행합니다. 해당 조건이 false일 경우에는 다음 \<emph\>elseif\</emph\> 또는 \<emph\>else\</emph\> 문에서 프로그램이 계속됩니다. \<emph\>else\</emph\> 뒤에 오는 문은 이전에 테스트한 모든 조건이 true가 아닌 경우에만 실행됩니다. 모든 조건이 평가되고 해당 문이 실행된 후 \<emph\>endif\</emph\> 뒤에 오는 문에서 프로그램이 계속됩니다.

Last Update: 2017-01-20
Usage Frequency: 1
Quality:

Reference: Translated.com
Warning: Contains invisible HTML formatting

Some human translations with low relevance have been hidden.
Show low-relevance results.

Get a better translation with
8,705,321,435 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK