Homoacademycus

  • Installation
  • TechOpinion
  • TroubleShooting
  • Develop Scripts

create react app reinstall node modules

March 24, 2021

Symtom

  1. installed create-react-app as global module
    npm install -g create-react-app
    
Continue reading

textarea with db br

March 12, 2021

DB 데이터를 불러와서 노출하거나 textarea로 부터 입력받은 데이터를 DB에 저장하려 할 때

var str = document.getElementById("textarea").value;
str = str.replace(/(?:\r\n|\r|\n)/g, '<br />');
document.getElementById("result").value = str;
Continue reading

UnicodeDecodeError

March 12, 2021

Symtoms

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc6 in position 4: invalid continuation byte
Continue reading

jekyll

March 11, 2021

깃페이지 생성

repo name = username.github.io

Continue reading

vscode IBUS

March 10, 2021

symtoms

한영 전환키가 vscode 에서만 동작 안함
Continue reading
Prev Next

Copyright with Homoacademycus