snippet 예문
- Class that is a snippet of this view.
QR코드는 꽤 긴 문장도 넣을 수 있는 모양입니다. - For example, this snippet retrieves data for the profile:
예를 들어, 이 스니펫은 프로필에 대한 데이터를 검색합니다. - The first snippet retrieves contact data from the UI.
첫 번째 스니펫은 UI에서 연락처 데이터를 검색합니다. - LoaderCursor - a complete version of the snippet shown above.
LoaderCursor — 위에 표시된 스니펫의 완전한 버전입니다. - The following snippet continues the code from the previous snippet.
다음 스니펫은 이전 스니펫의 코드에서 계속된 것입니다. - The following snippet continues the code from the previous snippet.
다음 스니펫은 이전 스니펫의 코드에서 계속된 것입니다. - This snippet is taken from the "detail" activity:
이 스니펫은 "세부" 액티비티에서 가져온 것입니다. - Bill: This is just a little snippet here.
BR: 이것은 단지 작은 조각입니다. - Step 2: Copy and paste the code snippet into your webpage
2단계: 코드를 복사하여 웹페이지에 붙여넣습니다. - Android Studio inserts the code snippet associated with the template into your code.
그러면 템플릿과 연결된 코드 스니펫이 코드에 자동 삽입됩니다. - To add a snippet of code you have to "fence" it in backticks.
백틱으로 된 "Fence" 안에 코드 조각을 넣는다. - For example, the following snippet sets lib-proguard-rules.txt as the library's ProGuard configuration file:
예를 들어, 다음 스니펫에서는 라이브러리의 ProGuard 구성 파일로 lib-proguard-rules.txt 를 설정합니다. - The snippet doesn't add the _ID column, because this column is maintained automatically.
이 스니펫은 _ID 열을 추가하지 않습니다. 이 열은 자동으로 유지관리되기 때문입니다. - For example, this snippet:
예를 들면, 이 코드 조각은: - In this snippet, the lines of the file are being read into a string:
이 스니펫에서 파일의 줄이 문자열로 읽히고 있습니다. - This snippet shows how to insert a new word into the User Dictionary Provider:
이 스니펫은 사용자 사전 제공자에 새 단어를 삽입하는 방법을 보여줍니다. - The following snippet shows how to limit your language resources to just English and French:
다음 스니펫은 언어 리소스를 영어와 프랑스어로만 제한하는 방법을 보여줍니다. - The manifest snippet below is extracted from the intent filter element within a broadcast receiver.
아래 매니페스트 스니펫은 브로드캐스트 수신기 내의 인텐트 필터 요소에서 추출되었습니다. - The description of the ContactsContract.RawContacts contract class includes a code snippet that demonstrates batch insertion.
ContactsContract.RawContacts 계약 클래스의 설명에 일괄 삽입을 설명하는 스니펫이 포함되어 있습니다. - The following HTML and CSS snippet is everything that was used to implement the demo:
다음 HTML과 CSS 코드 조각은 데모를 구현하기 위해 사용된 모든 것입니다.