일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- guide
- JavaScript
- 야생의숨결
- poe2
- docker
- window10
- 뱀파이어서바이벌
- 취미
- 페오엑
- 공략
- PostgreSQL
- 어드벤스
- 다이빙
- 씨홀스
- 엘든링
- hybride
- psql
- window
- 오픈워터
- ubuntu
- Front-end
- 개발툴
- 스쿠버다이빙
- JS
- 게임
- 젤다의전설
- 세부
- 여행
- Linux
- WebView
- Today
- Total
목록Develop (118)
Rianshin
http://1000.chromeexperiments.com/ 웹으로 못하는게 없는 듯한 기술들.. 대단하다 정말..
AngularJS Controllers have recently gone under some changes (version 1.2 to be precise). What this means for scopes, Controllers and Angular development is some very subtle but powerful changes. One of those changes I believe is improved architecture, clearer scoping and smarter Controllers. For live AngularJS help on AirPair Controllers as we know them are class-like Objects that drive Model an..
https://www.evernote.com/l/AQh7EvQdOsxCgqCAPP0qV_FROlEipPztPag
개념하이브리드 앱이란?HTML5, CSS3, JavaScript 와 같은 웹기술을 사용하여 네이티브 앱을 제작하는 모바일 프레임워크phoneGap, Orchestra, Appspresso, etc모바일웹의 제작및 유지보수의 용이성과 네이티브앱의 단말 고유기능(카메라, 위치정보 등)을 이용하기 위해서 사용.환경설정node JS 설치 (npm 사용)https://nodejs.org/en/ 에서 다운로드 및 설치코드로바 설치$ sudo npm install -g cordovax-code 설치appStore 를 이용한 설치첨부파일 키체인 등록(더블클릭!!)android studio 설치https://developer.android.com/studio/index.html 에서 다운로드 후 설치기본 프로젝트 생성 ..
RESTful 이란?정의 REST는 ROA를 따르는 웹 서비스 디자인 표준이다. -ROA : Resource Oriented Architecture 주요특징무분별한 파라미터의 남발이 아니라, 오브젝트 맴버변수만을 따라가는 듯한 URI를 가진다. - 기존 : http://www.iamcorean.net/finduser.jsp?user=mk&age=32 - Rest : http://www.iamcorean.net/user/mk/age/32 RESTful방식의 웹서비스는 세션을 쓰지 않는다. - 기존 서비스 개발에서는 세션을 이요하여 인증정보 및 파라미터를 가지고 다녀 요청처리가 무거워지는 단점이 있음. - 또한, 요청간의 전후 관련성이 생기기 때문에 한 세션의 일련의 요청은 무조건 하나의 서버가 처리해야 함..
- Angular Style Guide @ John_papa - 번역전 : https://github.com/johnpapa/angular-styleguide 다음의 스타일가이드는 Angular, presentations, Pluralsighi training courses(http://www.pluralsight.com/author/john-papa) 와 팀에서 일했던 개발경험으로 만들었습니다.. 이가이드에 흥미가 있다면 Angular Patterns:Clean Code과정(http://www.pluralsight.com/courses/angularjs-patterns-clean-code)을 숙지하기 바랍니다. 커뮤니티의 놀라움과 신용당신은 결코 혼자서 아닙니다! Angular 커뮤니티는 자신의 경험을..