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

mysql 8 계정생성

> CREATE DATABASE home CHARACTER SET utf8 COLLATE utf8_bin; > CREATE USER 'home'@'localhost' IDENTIFIED BY 'home' PASSWORD EXPIRE NEVER; -- 이것만 하면 아래 오류 발생 Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found > ALTER USER 'home'@'localhost' IDENTIFIED WITH mysql_native_password BY 'home'; GRANT ALL PRIVIL..

  • format_list_bulleted 카테고리 없음
  • · 2018. 12. 21.
  • textsms

vue prodcution으로 build시 sourcemap 삭제하기

vue 프로덕션으로 빌드시에 소스맵 삭제하기 vue.config.js 파일에 productionSourceMap: false 내용추가

  • format_list_bulleted Programming/Vue-tip
  • · 2018. 12. 18.
  • textsms

vue drag and drop example

뷰 드래그앤 드랍 좋은 예제 See the Pen Vue.Draggable animation option by homin ahn (@beans9) on CodePen.

  • format_list_bulleted Programming/Vue-tip
  • · 2018. 12. 13.
  • textsms

vue-router 정규식 분기 (RESTful)

웹서비스에서 사용자 정보를 RESTful규칙에 맞게 추가한다고 할때 path를 아래와 같이 한다 GET: /member/add 그런데 id가 x인 사용자의 정보를 조회한다고 했을때는 아래와 같이 한다 GET: /member/:id vue router에서 아래와 같이 설정하였을 경우에 id가 add일때와 1,2,3,4,5와 같이 숫자일때 구분할수가 없는데 정규식을 이용하면 간단히 해결된다{ path: '/member/:id', .. component: .. } 정규식 예 { path: '/member/add', component: memberAdd }, { path: '/member/:id(\\d+)', props: true, component: memberInfo }

  • format_list_bulleted Programming/Vue-tip
  • · 2018. 11. 30.
  • textsms

[VueCli3] Invalid Host header

vue cli3로 만든 프로젝트에서 host를 변경해야 할 경우 vue.config.js 파일에서 빨간부분을 추가한다.'use strict' module.exports = { configureWebpack: { devServer: { host: '원하는도메인', port: '8080' } }}

  • format_list_bulleted Programming/Vue-tip
  • · 2018. 11. 30.
  • textsms

[vuejs] Uncaught SyntaxError: Unexpected token <

vuecli3을 이용해서 프론트를 개발중인데 router 특정주소를 redirect하거나 하면 제목과 같은 오류가 발생열심히 구글링 한 결과 index.html 의 header에 아래 코드를 넣으라고.. 뭐야 이거하면서 넣어봤는데 진짜로 된다...웹팩 버그인듯? 출처: https://github.com/vuejs-templates/pwa/issues/165

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

티스토리툴바