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

[billboard.js] point 마우스오버시 확대 끄기

billboard.js mouserover expand disable 마우스 오버시 확대되는걸 막을때 사용 point: { focus: { expand: { enabled: false } } }

  • format_list_bulleted Programming/Javascript
  • · 2023. 1. 20.
  • textsms

[javascript] 그달의 최대주차 구하기

해당 달이 몇주가 있는지 확인할 때 function maxWeeksInMonth(year, month) { var firstOfMonth = new Date(year, month-1, 1); var lastOfMonth = new Date(year, month, 0); var used = firstOfMonth.getDay() + lastOfMonth.getDate(); return Math.ceil( used / 7); }

  • format_list_bulleted Programming/Javascript
  • · 2023. 1. 20.
  • textsms

react > tailwindcss 적용하기

리액트 프로젝트 생성 > npx create-next-app@latest --typescript 생성된 프로젝트에서 아래 명령어 실행 > npm install -D tailwindcss postcss autoprefixer > npx tailwindcss init

  • format_list_bulleted Programming/Front-End
  • · 2022. 7. 7.
  • textsms

Node.js Sass version 7.0.0 is incompatible with ^4.0.0 || ^5.0.0 || ^6.0.0

First remove node-sass: yarn remove node-sass If you use npm: npm uninstall node-sass Then install sass instead of node-sass: yarn add -D sass or npm i -D sass Finally your SCSS and Sass files will be correctly compiled! https://stackoverflow.com/questions/70281346/node-js-sass-version-7-0-0-is-incompatible-with-4-0-0-5-0-0-6-0-0

  • format_list_bulleted Programming/Vue-tip
  • · 2022. 1. 20.
  • textsms
[Typescript/3Day] 함수 (1)

[Typescript/3Day] 함수 (1)

2021/02/19 - [Typescript] - [Typescript/1Day] 실습준비 2021/02/22 - [Typescript] - [Typescript/2Day] Types javascript에서 함수는 일급(first-class) 객체이다. 1. 함수선언방법 // 이름을 붙인 함수 function getName(name: string) { return 'hello ' + name } // 함수표현식 let getName2 = function (name: string) { return 'hello' + name } // 화살표 함수 표현식 let getName3 = (name: string) => { return 'hello' + name } // 단축형 화살표 함수 표현식 let getNam..

  • format_list_bulleted Programming/Typescript
  • · 2021. 2. 23.
  • textsms
[Typescript/2Day] Types

[Typescript/2Day] Types

2021/02/23 - [ALL] - [Typescript/3Day] 함수 (1) 2021/02/22 - [Typescript] - [Typescript/2Day] Types 2021/02/19 - [Typescript] - [Typescript/1Day] 실습준비 타입스크립트인만큼 타입을 배워보자 1. any 타입들의 대부분으로 뭐든지 할수 있지만 꼭 필요한 상황이 아니면 쓰지마라 (하지만, 실무에서 어쩔수 없이 쓰게되는것들이 있음..) 2. unknown any를 쓸일이 있다면 any대신 unknown을 사용하자. any처럼 모든값을 사용할수 있지만 타입을 검사하기 전까지는 값을 사용할수 없게 강제한다. let a : unknown = 30 // unknown let c = a + 10 // erro..

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

티스토리툴바