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

ie11 window.scrollY undefined 문제

window.scrollY 대신..window.pageYOffset 을 사용하자 당연히 window.scrollX 는 window.pageXOffset

  • format_list_bulleted Programming/Javascript
  • · 2019. 11. 27.
  • textsms

vue-cli ie11 적용

babel-polyfill 설치 (ex: npm install babel-polyfill , yarn add babel-polyfill ) main.js 제일 상단에 import 'babel-polyfill'

  • format_list_bulleted Programming/Vue-tip
  • · 2019. 11. 19.
  • textsms

[CentOS] tomcat 설치

1. tomcat download# curl -O https://tomcat.apache.org/download-90.cgi 2. tomcat 압축해제 후 /opt 폴더로 이동# tar xvzpf apache-tomcat-9.0.13.tar.gz# mv apache-tomcat-9.0.13 /opt# cd /opt; mv apache-tomcat-9.0.13 tomcat 3. tomcat 유저/group 생성 및 소유권 변경# useradd tomcat# groupadd tomcat# cd /opt# chown -R tomcat:tomcat tomcat 4. systemd 등록>> vi /etc/systemd/system/tomcat.service# cat /etc/systemd/system/tomcat..

  • format_list_bulleted Programming/CentOS
  • · 2019. 6. 28.
  • textsms

SSH Key CentOS 비밀번호 없이 로그인

키 생성>> ssh-keygen -t rsa passphrase는 빈값으로 입력해야 자동로그인이 편함 scp로 remote 서버에 key.pub 파일 전송>> scp -P pot [key.pub] [root@IP:key.pub] remote 서버에서 authorized_keys에 key.pub 내용추가>> cat ./key.pub >> ~/.ssh/authorized_keys client에서 접속>> ssh -i ~/.ssh/key -p [PORT] root@[IP]

  • format_list_bulleted Programming/CentOS
  • · 2019. 6. 28.
  • textsms

Mission controll, app expose 안될때

언제부터인가 갑자기 app expose나 mission controll 진입이 안됨. 아래와 같이 명령어 입력한 후 dock 재시작하니까 정상동작 defaults write com.apple.dock mcx-expose-disabled -bool FALSE killall Dock

  • format_list_bulleted Programming/Mac
  • · 2019. 4. 21.
  • textsms

[centos7] node 최신버전 설치..

아무리 설치해도 npm은 3.xxx, node는 6.xxx버전까지만 설치가 된다. 아래와 같이 nvm을 설치하여 node를 인스톨하면 최신버전으로 설치 가능 아래 명령어로 nvm 설치curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash nvm 설치후에는 재로그해야 적용nvm install node # "node" is an alias for the latest version 특정버전을 설치하려면nvm install 6.14.4 # or 10.10.0, 8.9.1, etc

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

티스토리툴바