하루하나
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)
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

[Css] Dropbox css로 구현하기.

See the Pen only css dropdown-up position by homin ahn (@beans9) on CodePen.

  • format_list_bulleted Programming/Css
  • · 2017. 7. 11.
  • textsms

ng-file-upload multiple file upload / spring controller

ng-file-upload 라이브러리를 이용해서 파일을 여러개와 다른 컨텐츠들을 보내고 싶을때, 1cs html에 ngf-select를 선언해서 파일을 특정 변수에 담는다. 12345var vm = this; vm.onFileSelect2 = function($files){ vm.file = $files;}Colored by Color Scriptercs ajax 부분에서 arrayKey에 '' 값을 선언해 준다. 12345678910111213 vm.dataFrm = { name:'test', age:10 } Upload.upload({ url: 'fileupload url', fields: vm.dataFrm, // send variable file: vm.file, arrayKey: '' //

  • format_list_bulleted Programming/AngularJS
  • · 2017. 7. 3.
  • textsms

[JPA/error] Could not write JSON: No default constructor for entity:

Problem Entity 데이터 조회 중 아래와 같은 오류 발생 Could not write JSON: No default constructor for entity: Solution 말그대로 생성자가 없어서 생기는 오류. 해당 Entity에 기본 생성자를 생성해준다.

  • format_list_bulleted Programming/JPA
  • · 2017. 6. 15.
  • textsms

[JPA/error] org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing:

Problem. JPA @ManyToMany Entity에 Save 처리 중 아래와 같은 오류 발생 org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: Solution 맵핑 어노테이션에 cascade=CascadeType.ALL 추가 @ManyToMany(cascade=CascadeType.ALL) cascade 참고 CascadeType의 종류에는 다음과 같은 것들이 있다. CascadeType.RESIST – 엔티티를 생성하고, 연관 엔티티를 추가하였을 때 persist() 를 수행하면 연관 엔티티도 함께 pers..

  • format_list_bulleted Programming/JPA
  • · 2017. 6. 15.
  • textsms
[springboot] springboot + spring security + jpa + thymeleaf

[springboot] springboot + spring security + jpa + thymeleaf

Springboot에 Spring security를 이용하여 인증처리를 해보도록 하겠습니다. 사용된 기술은 아래와 같습니다. 1. Springboot 1.5.3 2. Spring 4.3.9 3. Spring Security 4.2.3 4. Thymeleaf 2.1.5 5. Tyhmeleaf Extras Spring Security4 6. Embed tomcat 7. Maven 8. Java 8 1. Project Directroy 2. Project Dependencies pom.xml 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566..

  • format_list_bulleted Programming/Springboot
  • · 2017. 6. 15.
  • textsms
Lab.c 맥북프로 레니타 15인치 케이스

Lab.c 맥북프로 레니타 15인치 케이스

포장은 깔금하게 뒷면에 로고가 있다 케이스 장착후 살짝 불투명해서 더 고급지다 전면은 모두 커버 후면은 오픈되어있다. 후방낙하 주의 옆면은 포트 부분 오픈 사과가 조금 번저보임ㅎ 2만원 안하는 가격(싸다고 해야하나 애플제품 엑세사리들은 워낙비싸니) 케이스 장착함으로써 찍힘이나 스크래치로 부터 어느정도 자유로워짐 무게가 조금 증가하는데 원래 워낙 무거우니 ㅎㅎ 아무튼 굳

  • format_list_bulleted Programming/Daily
  • · 2017. 5. 31.
  • textsms
  • navigate_before
  • 1
  • ···
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • ···
  • 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)
최근 글
인기 글
최근 댓글
태그
  • #sts
  • #Vue
  • #springboot
  • #GIT
  • #error
  • #AngularJS
  • #css
  • #javascript
  • #MySQL
  • #JPA
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바