본문 바로가기

728x90

분류 전체보기

(238)
react (펌) 이미지 경로 www.freecodecamp.org/news/react-background-image-tutorial-how-to-set-backgroundimage-with-inline-css-style/ React Background Image Tutorial – How to Set backgroundImage with Inline CSS Style Let's look at how you can add background images to elements in React using the inline CSS method www.freecodecamp.org britny-no.tistory.com/21 react에서 이미지 경로 문제 Module not found: You attempted to import ../i..
빙가멜 블로그 새단장 뚝딱뚝딱 life나 개발 공부 흔적을 남기는게 주 목적이기에 개발 카테고리를 언어별로 좀 나눌까 하다가도.... 워낙 막무가내여서 일단 냅뒀다 나중에 다시 정리하는 거루
[React] 조건부 렌더링 / 특정 url일때 렌더링 / 참고 ko.reactjs.org/docs/conditional-rendering.html 조건부 렌더링 – React A JavaScript library for building user interfaces ko.reactjs.org
[javascript] 현재 url parameter 가져오기 / 맨 뒤에것 / 앞에거 / 일부분 가져오기 현재 url 가져오기 var url = document.location.href; console.log(url); url 일부분 가져오기 var para = document.location.href.split("?").reverse()[0]; // 맨 뒤 파라미터 가져오기 console.log(para); //일부분 가져오기 (https://test1/test2/test3 일때) var para = document.location.href.split("/").reverse()[1]; console.log(para); // test2
펌) 컴파일러 에러 모음 seongth.tistory.com/16 컴파일러 에러_꾸준히 업데이트중 맨날 뜨는 것들 모음. 나같이 멍청한 인간은 이거 다 저장해두고 또 뜨면 이거 읽고 수정해줘야함. warning: implicit declaration of function '~~~' 함수 선언을 아래에 해두고 가져다 쓸때. 위로 올리면 해 seongth.tistory.com
펌) 좋은 git commit 메시지를 위한 영어 사전 blog.ull.im/engineering/2019/03/10/logs-on-git.html ull.im 울려 퍼지다. 반향하다. 공명하다. blog.ull.im 'ㄱ'하자...
이화여자대학교 / 캠퍼스 / 풍경
Node.js + MySQL study 일지 1 생활코딩 강좌 이용 작업환경 세팅 github.com/web-n/node.js-mysql/releases/tag/1 Release 1 · web-n/node.js-mysql github.com 제공되는 기본 소스를 다운 후 학습한다. opentutorials라는 새로운 디비를 생성해 줌 (전 MySQL study에서 사용했던 firstDatabase도 보인다 🤭) 사실 들어가는 테이블이나 데이터는 같으나 다시 하는게 깔끔할거같아 처음부터 따라가기로 했다 . npm : node.jsd의 package manager 터미널에 npm install을 하면 package.json을 찾아가고 dependencies(사용하고있는 라이브러리 지정)를 확인해 필요한 것을 node_modulse파일에 자동으로 다운받아 ..

728x90