Angular Spring MVC http://stackoverflow.com/questions/13067607/angularjs-client-mvc-pattern http://www.devcken.io/on-my-angular2-angular2neun-mvc-paeteoningayo/ springmvc app lifecycle //https://justforchangesake.wordpress.com/2014/05/07/spring-mvc-request-life-cycle/ ANgularJS 2.0+ 2016.10.07
[Bitbucket] Webstorm Bitbucket Pull Error bitbucket authentication failed for ~ 한국장학재단 홈페이지 들어갈 떄 필요한 프로그램 때문에 생긴 문제 CrossWebEx.. CrossWeb Ex 관련http://ontheinfo.com/1331 오류관리 2016.10.06
DB자격증 / SQLP http://blog.naver.com/PostView.nhn?blogId=oracledo&logNo=220411803837http://www.dbguide.net/da.db?cmd=snb5_1http://cafe.naver.com/sqlpd/4929 기타내용 2016.10.04
[AngualrJS 2.0] Angular 2.0 Release Angular Github Change Log Document https://github.com/angular/angular/blob/master/CHANGELOG.md RC5 Bug Fixescore: support components without a selectorhttp: convert objects passed to requests into a string RC5 Code Refactoringcore: change bootstrap of modules and names of platformscore: deprecate coreBootstrap, PLATFORM_PIPES/DIRECTIVES providers and ComponentResolver RC5 Featurescore: introduce.. ANgularJS 2.0+ 2016.10.04
[ANgular 2.0] Tutorial rc.5 migration AngularJS Tutorial 2.0 RC4 to RC5 Migration Migration Step !!! Node V5.x.x / npm 3.x.x 이상 필요 !!! 1. quick-start의 json 파일 Copy&Pastehttps://angular.io/docs/ts/latest/quickstart.html 2. 프로젝트의 node_modules 제거 3. npn installnpm install @angular/{core,common,compiler,platform-browser,platform-browser-dynamic} –save Peer Dependency 오류 발생시 직접 설치 해야함 4. npm start start error 발생할 경우 -> package.json 변경"st.. ANgularJS 2.0+ 2016.09.29
attr() VS prop() 체크박스의 checked의 값을 확인합니다. 1var $checkbox = $('#private');2alert($checkbox.attr('checked')); // checked속성의 값을 표시3alert($checkbox.prop('checked')); // checked프로파티값을 표시 자 무엇이 표시될까요? .attr() → "checked".prop() → true .attr()과 .prop()사용법은 어떻게 판단하면 좋을까? 음...감이네요... JavaScript에 익숙해지면 큰문제가 되지않을거라고 생각합니다.간단하게 말해서 HTML에 쓴 속성의 값을 취급하고 싶을경우는 .attr()을 이외의 JavaScript의것을 할경우는 .prop()을 사용하면 어떨까요? http://javascri.. javascript & jQuery 2016.09.29
[angularJS 2.0] @ViewChild,Dependency Injection @ViewChild VS DIhttp://stackoverflow.com/questions/38689814/angular2-dependency-injection-vs-viewchild Inject해서 보여지기 까지의 과정(provider, viewProviders,@Host)http://blog.thoughtram.io/angular/2015/08/20/host-and-visibility-in-angular-2-dependency-injection.html 한국말로된 @ViewChild,@ViewChildrenhttp://www.devcken.io/viewchildren-and-contentchildren-in-angular2/ 정리할 것 value 속성에 대해 ngModel처럼 양방향 바인딩을 주기 위.. ANgularJS 2.0+ 2016.09.21
CSS Selector http://flukeout.github.io/게임하면서 정리하는 것 http://cssreference.io/ Level 4Descendant Selector (자식 선택자)A B Selector an element inside another element Selects all B insite of A. Here B is the descendant element, meaning an element that is inside of another element. p string will select all that are descendants of any #fancy span will select any that is a descendant of any element with id="fancy" A > B.. javascript & jQuery 2016.09.20
CSS Cheat Sheet http://www.pxleyes.com/blog/wp-content/uploads/2010/03/css-cheatsheet.pdf CSS selector 게임으로 배우기http://flukeout.github.io/ javascript & jQuery 2016.09.20
[AngularJS 2.0] AngularJS 2.0 Tutorial4_http Angular.io 에서 제공하는 튜토리얼을 정리한 것입니다. 사진 클릭시 튜토리얼로 이동!! RC4기준 !!7. Http 1. Providing HTTP Services 이번 장에서는 원격 서버의 웹 API에 대응하는 HTTP 호출을 하는 응용 프로그램을 만들것이다. HTTP는 core Angular module이 아니다. npm package를 통해서 @angular/http 라는 add-on module로 제공된다. 튜토리얼을 따라왔다면 우리는 systemjs.config에서 필요한 라이브러리들을 이미 다운 받았다. HTTP를 어디에서나 엑세스하기 위하여 main.ts 의 bootstrap에 등록한다. HTTP_PROVIDERS를 bootstrap의 2번째 파라미터로 등록하는 것은 @Componen.. ANgularJS 2.0+ 2016.09.19