검색어: develop and execute application farmsight strategy (영어 - 한국어)

영어

번역기

develop and execute application farmsight strategy

번역기

한국어

번역기
번역기

Lara로 텍스트, 문서 및 음성을 즉시 번역

지금 번역하기

인적 기여

전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.

번역 추가

영어

한국어

정보

영어

reconfigure the lilo.conf file and execute lilo

한국어

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

마지막 업데이트: 1970-01-01
사용 빈도: 1
품질:

영어

and execute the great task of apportioning (rainfall):

한국어

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

마지막 업데이트: 2014-07-03
사용 빈도: 1
품질:

영어

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

한국어

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.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

영어

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.

한국어

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.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

영어

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

한국어

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

마지막 업데이트: 2011-03-23
사용 빈도: 1
품질:

영어

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.

한국어

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

마지막 업데이트: 2011-03-23
사용 빈도: 1
품질:

영어

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.

한국어

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

마지막 업데이트: 2023-01-01
사용 빈도: 1
품질:

추천인: 익명

영어

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.

한국어

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

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: 익명

영어

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.

한국어

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

마지막 업데이트: 2012-05-05
사용 빈도: 1
품질:

추천인: 익명

영어

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.

한국어

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

마지막 업데이트: 2016-10-12
사용 빈도: 1
품질:

추천인: Translated.com

영어

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\>.

한국어

\<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\> 뒤에 오는 문에서 프로그램이 계속됩니다.

마지막 업데이트: 2017-01-20
사용 빈도: 1
품질:

추천인: Translated.com
경고: 보이지 않는 HTML 형식이 포함되어 있습니다

연관성이 낮은 일부 인적 번역은 숨겨져 있습니다.
연관성이 낮은 결과 표시.

인적 기여로
8,903,723,380 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인