Thereafter you can paste the PHP code snippet into the section of the page where you want the AdSense for mobile ads to appear. 그런 다음 모바일 검색용 애드센스 광고를 표시하려는 페이지 섹션에 PHP 코드를 붙여 넣습니다.
For example, you can query all paired devices and get the name and MAC address of each device, as the following code snippet demonstrates: 예를 들어, 모든 페어링된 기기를 쿼리한 다음 ArrayAdapter를 사용하여 각 기기의 이름을 사용자에게 표시할 수 있습니다.
The following code snippet is an example of how to register a BroadcastReceiver as encryption aware, and add an intent filter for ACTION_LOCKED_BOOT_COMPLETED , in the app manifest: 다음 코드 조각은 BroadcastReceiver 를 암호화 인식으로 등록하고 ACTION_LOCKED_BOOT_COMPLETED 의 인텐트 필터를 앱 매니페스트에 추가하는 예시입니다.
Note that the html name in the code snippet above shouldn't really be compared to a real global variable as in C or other imperative languages. html 이름은 C 또는 다른 명령형 언어에서와 같이 실제 전역 변수와 비교해서는 안됩니다. html 포인터를 저장하기 위해 할당된 공간은 없습니다.
For example, this code snippet shows how to respond to a long press on a ImageView by creating a ClipData object that contains the tag or label of an ImageView. 예를 들어, 다음 코드 스니펫은 ImageView의 태그 또는 레이블을 포함하는 ClipData 객체를 생성함으로써 ImageView를 길게 누르는 동작에 응답하는 방법을 보여줍니다.
Copy and paste the code snippet into your webpage to embed a survey on your site or have the survey or a survey invitation appear when people visit a specific page. 사이트에 설문조사를 삽입하거나 사람들이 특정 페이지를 방문할 때 설문조사 또는 설문조사 초대장을 표시하려면 코드 스니펫을 복사하여 웹페이지에 붙여넣습니다.
The browser determines that it needs to send this based on the request parameters that the JavaScript code snippet above was using, so that the server can respond whether it is acceptable to send the request with the actual request parameters. Firefox 3.1은 위 자바스크립트 코드 조각이 사용하고 있었던 요청 파라메터에 근거하여 요청을 전송할 필요가 있다고 결정하기에, 서버는 실제 요청 파라메터를 이용한 요청 전송을 받아들일 수 있는지 여부에 대해 응답할 수 있습니다.
The Android plugin for Gradle allows you to configure certain lint options, such as which checks to run or ignore, using the lintOptions {} block in your module-level build.gradle file. The following code snippet shows you some of the properties you can configure: Gradle용 Android 플러그인을 사용하면 모듈 수준의 build.gradle 파일에서 lintOptions {} 블록을 사용하여 검사 실행 또는 무시 등과 같은 특정 Lint 옵션을 구성할 수 있습니다. 다음 코드 스니펫은 구성 가능한 속성 몇 가지를 보여줍니다.