목록location (5)
투케이2K
[개발 환경 설정] 개발 툴 : XCODE 개발 언어 : SWIFT [사전 설정] [소스 코드] import UIKit import Foundation import AVKit import AVFoundation // MARK: [import 선언 실시] import CoreLocation class A_Intro: UIViewController, CLLocationManagerDelegate { // MARK: - [전역 변수 선언 실시] let ACTIVITY_NAME = "A_Intro" var locationManager : CLLocationManager! // [위치 권한 사용 매니저] // MARK: - [뷰 로드 실시] override func viewDidLoad() { su..
[개발 환경 설정] 개발 툴 : Edit++ 개발 언어 : javascript [소스 코드] [결과 출력]
[개발 환경 설정] 개발 툴 : Edit++ 개발 언어 : javascript [소스 코드] // [html 최초 로드 및 이벤트 상시 대기 실시] window.onload = function() { console.log(""); console.log("[window onload] : [start]"); console.log(""); // [http 주소 지정 실시] var httpUrl = "https://dev.test.co.kr/html/testDate.html?name=twok&age=28" console.log(""); console.log("[httpUrl] : " + httpUrl); console.log(""); // [URL 에서 파라미터 값만 체크 실시] var paramData..
/* =========================== */ [ 개발 환경 설정 ] 개발 툴 : Edit++ 개발 언어 : javascript /* =========================== */ /* =========================== */ [소스 코드] /* =========================== */ /* =========================== */ [결과 출력] /* =========================== */ /* =========================== */ [요약 설명] /* [JS 요약 설명] 1. window.onload : 웹페이지 로드 완료 상태를 나타냅니다 2. sweetalert : 브라우저에서 커..
/* =========================== */ [ 개발 환경 설정 ] 개발 툴 : Edit++ 개발 언어 : html, css, js, jquery /* =========================== */ /* =========================== */ [소스 코드] /* =========================== */ /* =========================== */ [결과 출력] /* =========================== */