하루하나
close
프로필 배경
프로필 로고

하루하나

  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록
STS로 Spring Batch Admin 환경 구축 하기

STS로 Spring Batch Admin 환경 구축 하기

- GoalSTS를 이용하여 Spring Batch Admin 환경을 구축한다. - Time10min - Enviromentjava 1.8, STS3.7 - TutorialSTS > New > Spring Legacy ProjectProject name 입력 > Template에서 Batch > Spring Batch Admin Webapp 선택Next > Finish프로젝트에 Maven 표시가 없다면 > 프로젝트 우클릭 > Configure > Convert legacy Maven Projects... 선택Yes 선택웹서버 구동하여 spring batch admin 화면 확인 - ConclusionSTS를 이용하여 빠르게 Spring Batch Admin 프로젝트를 구현할수 있다. Jobs에 Examp..

  • format_list_bulleted Programming/Spring
  • · 2016. 7. 28.
  • textsms
localStorage 사용법

localStorage 사용법

브라우져상에서 정보를 간단히 저장해서 사용해야할 떄 유용하게 사용할 수 있는 localStorage(ex: 필드 목록 저장이라던가, 창이 닫히기 전에 데이터를 저장해야한다거나 할때..) 사용법12345678// 사용법 var storage = localStorage; storage.setItem('item','value'); storage.getItem('item'); // value storage.item; // valuecs 지원브라우져 목록 아래는 실제로 선언하고 삭제하는 샘플 예제JS Bin on jsbin.com

  • format_list_bulleted Programming/Javascript
  • · 2016. 7. 9.
  • textsms

[MacOS] xcode 없이 git 사용하기

맥을 새로 설치하고 git을 설치했더니 실행할때 xcode가 필요하다는 메세지가 나옴. xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools. 이럴 경우 아래와 같이 path를 추가해주면 해결 완료 echo "PATH=/usr/local/git/bin:\$PATH" >> ~/.bash_profile 터미널을 새로 실행시키고 git --version을 실행해보면 beansui-MacBook-Air:~ beans$ git --version git ve..

  • format_list_bulleted Programming/Mac
  • · 2016. 7. 8.
  • textsms

[jQuery] table data를 excel로 export하기

jquery를 이용하여 table내용을 excel로 export 하기. 12345678910111213141516171819202122232425262728293031323334 Column One Column Two Column Three row1 Col1 row1 Col2 row1 Col3 row2 Col1 row2 Col2 row2 Col3 row3 Col1 row3 Col2 http://www.jquery2dotnet.com/ $("#btnExport").click(function (e) { window.open('data:application/vnd.ms-excel,' + $('#dvData').html()); e.preventDefault();});Colored by Color Scripter..

  • format_list_bulleted Programming/jQuery
  • · 2016. 7. 7.
  • textsms
[Oracle/Sql] 통계테이블에 유용하게 쓰이는 pivot,rollup

[Oracle/Sql] 통계테이블에 유용하게 쓰이는 pivot,rollup

front 작업만 해서 쿼리 만질일이 없다가 오랜만에 다시 쿼리를 해본다. 통계데이터를 만드는 일인데, 확실히 쿼리로 처리하면 java로 처리하는것 보다 편하다. 123456789with data as (select '2016-06-11' dt, 'typeA' type, 'itemA' item, '10000' amount from dual union allselect '2016-06-11' dt, 'typeA' type, 'itemB' item, '20000' amount from dual union allselect '2016-06-11' dt, 'typeB' type, 'itemB' item, '20000' amount from dual union allselect '2016-06-11' dt, 't..

  • format_list_bulleted Programming/Sql
  • · 2016. 7. 6.
  • textsms

[AngularJS] form validation / 폼 유효성 체크

AngularJS form validation / 폼 유효성 체크 https://docs.angularjs.org/guide/forms 위 사이트에 가면 잘 정리되어 있지만서도 하나 예제를 만들어 보았다. 간단히 제목치고 입력하면 리스트로 들어가는 UI, 입력버튼은 유효성 조건에 맞아야 활성화 된다. ng-require, ng-minlenght, ng-maxlength 를 이용하여 간단히 체크 가능 See the Pen AngularJS 1.5 form validation by homin ahn (@beans9) on CodePen.

  • format_list_bulleted Programming/AngularJS
  • · 2016. 6. 21.
  • textsms
  • navigate_before
  • 1
  • ···
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • navigate_next
반응형
공지사항
전체 카테고리
  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
최근 글
인기 글
최근 댓글
태그
  • #error
  • #Vue
  • #AngularJS
  • #MySQL
  • #GIT
  • #springboot
  • #sts
  • #css
  • #JPA
  • #javascript
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바