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

[Error] Could not resolve org.nodejs:node:12.16.1.

gradle build 중 node 관련 에러 node { download = false version = '12.16.1' } build.gradle 에 node option 중 donwload를 false로 변경하면 정상 동작한다.

  • format_list_bulleted Programming/Java
  • · 2020. 5. 4.
  • textsms

[error] Could not find a declaration file for module 'vuetify/lib'

vuecli로 프로젝트 생성후 vue add vuetify 로 vuetify를 추가한후 실행했을때 아래와 같은 에러가 나왔을때 Could not find a declaration file for module 'vuetify/lib' Try `npm install @types/vuetify` if it exists or add a new declaration (.d.ts) file containing `declare module 'vuetify/lib';` typescript를 쓰고있는데 위와같이 에러가 나올경우 tsconfig.js >types 에 "veutify"를 추가하면 된다. "types": [ "webpack-env", "mocha", "chai", "vuetify" ],

  • format_list_bulleted Programming/Vue-tip
  • · 2020. 3. 28.
  • textsms

[intellij] intellij unable to evaluate the expression cannot find source class for java.util.list

intellij debuging 할때 collect 변수를 확인한다거나 할때 아래와 같은 메시지가 뜬다면,,, intellij unable to evaluate the expression cannot find source class for java.util.list jdk 버전이 제대로 설정이 되어있는지를 확인한다. 프로젝트셋팅 cmd + ; -> SDKs 를 확인하자

  • format_list_bulleted Programming/Tool
  • · 2020. 3. 27.
  • textsms

[springboot] junit4 + controller test [mockMvc]

gradle 기본셋팅 후 webcontroller 생성@RestController public class WebController { @GetMapping public String test() { return "hello"; } } test code 작성import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.context.SpringBootTest; import org.s..

  • format_list_bulleted Programming/Springboot
  • · 2020. 3. 27.
  • textsms

[javascript] 한글 자음 모음 검사 (정규식)

var pattern = /([^가-힣\x20])/i; var target = '' if (pattern.test(target)) { alert("자음, 모음 validation."); } https://codepen.io/beans9/pen/yLNgNGo See the Pen 한글 자음 모음 테스트 by homin ahn (@beans9) on CodePen.

  • format_list_bulleted Programming/Javascript
  • · 2020. 2. 24.
  • textsms

dropzone.js upload cancel

$("#mydropzone").dropzone({ init: function() { var $this = this; $("button#clear-dropzone").click(function() { $this.removeAllFiles(true); }); } }); dropzone 안에 파일을 모두 삭제한다. how to cancel to upload in dropzone.js

  • format_list_bulleted Programming/Javascript
  • · 2020. 2. 19.
  • textsms
  • navigate_before
  • 1
  • ···
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • ···
  • 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)
최근 글
인기 글
최근 댓글
태그
  • #springboot
  • #MySQL
  • #GIT
  • #javascript
  • #AngularJS
  • #sts
  • #error
  • #Vue
  • #JPA
  • #css
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바