본문 바로가기

분류 전체보기331

자바스크립트 바벨 이용 es6 → es5 Babel · The compiler for next generation JavaScript The compiler for next generation JavaScript babeljs.io 바벨을 쓰는 이유는 최신 버전의 자바 스크립트가 실행되지 않는 구버전의 브라우저들에서 실행시키기 위해 자바 스크립트를 바벨을 이용해서 변환을 해준다. 역시 nodejs를 설치 해야 한다. 초기화 terminal -> npm init -y -y는 자동으로 yes package.json 파일을 만들어줌 babel-cli 설치 npm install --save-dev babel-cli npm install -g babel-cli -g 옵션으로 글로벌 설치 ( 매번 바벨을 설치할 필요 없이 공용으로 사용함 ) --save-.. 2021. 6. 10.
리액트 설치와 세팅 먼저 node js와 visual studio code가 설치되어 있어야 한다. Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.. 2021. 6. 9.
파비콘 만들어주는 사이트 https://www.favicon-generator.org/ Favicon & App Icon Generator Upload an image (PNG to ICO, JPG to ICO, GIF to ICO) and convert it to a Windows favicon (.ico) and App Icons. Learn more about favicons. www.favicon-generator.org 파일 선택 클릭 후 추가 하고 다운로드를 하면 된다. html에서 파비콘 사용하기 2021. 6. 6.
이클립스 utf-8 설정 window 에서 preference 으로 가면 아래로 내리면 WEB 에서 HTML, CSS , JSP 를 엔코딩에서 EUC-KR 을 UTF-8로 apply 하면 된다. 2021. 5. 18.
cvc-id.3: A field of identity constraint 'web-app-filter-name-uniqueness' matched element 'web-app', but this element does not have a simple type. 에러 cvc-id.3: A field of identity constraint 'web-app-filter-name-uniqueness' matched element 'web-app', but this element does not have a simple type. web.xml에서 java.sun.com 이부분에서 java를 대문자로 바꿔주면 해결된다. 2021. 5. 17.
에러 400, 404, 500 400 : request 요청 실패 404 : 에러 : url 주소가 틀렸을 확률이 높다 500 : Internet Server Error 예외적인 또는 예측하지 못한 에러 서버 통신 시간 지연 오류 서버 트래픽 과부하 서버 언어의 구문 오류 2021. 5. 17.
로그인 폼 See the Pen RwpNOeV by CodingCitron (@codingcitron) on CodePen. 2021. 5. 8.
회원가입 폼 See the Pen VwpYNBm by CodingCitron (@codingcitron) on CodePen. 회원가입 폼을 만들어 봤다. 만들때마다 느끼지만 상당히 어렵다고 느껴지는.. 2021. 5. 8.
svg 이미지 얻는 사이트 unDraw undraw.co/ unDraw - Open source illustrations for any idea The design project with open-source illustrations for any idea you can imagine and create. Create beautiful websites, products and applications with your color, for free. undraw.co svg 이미지를 얻을 수 있는 사이트 무료인지는 모르겠다. browse now 클릭하면 svg 이미지들이 보인다. 원하는 것을 못찾았을 때는 상단의 검색을 이용해보자. 2021. 5. 8.
근황 56이 되어버린 나.. 56이 되었어요 짝짝... 2021. 5. 7.