![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/oAGG1/btqxuS3cGzR/tOoBqbJsKSWIQ9KFTqKJMk/img.gif)
현재 편집중입니다. 내용은 계속 업데이트 되며 수정될 수 있습니다. Update : 2019년 8월14일 Weather : 겁나 덥습니다. 서울최고 35 좀더 정확한 최신 자료는 https://www.sqlite.org를 참고하기 바란다. 무엇보다 self-contained, serverless 데이터베이스이다. 대부분의 다른 데이터베이스와 달리 SQLite에는 별도의 서버 프로세스가 없다. 온전하게 하나의 파일로 존재 하며 Embeded 데이터베이트로 적합. (SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is c..
window.location 개체. location 개체는 현재 URL 에 대한 정보를 포함하고 있다. Location Object Properties Property Description hash URL 경로 중 해쉬(#) 부분을 반환 host URL 경로 중 hostname 과 port 번호를 반환 hostname URL 경로 중 hostname 을 반환 href URL 전체 경로를 반환 origin URL 경로 중 hostname 과 port 번호 및 protocol 을 반환 pathname URL 경로 중 path name 을 반환 protocol URL 경로 중 protocol 을 반환 search URL 경로 중 querystring 을 반환 Location Object Methods Meth..