ubuntu 명령어 less than 1 minute read sudo su 사용자 높은 권한 설정 ls ls -al 파일 탐색(자세히) cd .. cd 폴더명 경로 이동 pwd 현재 경로 rm 파일명 rm -rf 폴더명 파일이나 폴더 제거 Share on Twitter Facebook LinkedIn Previous Next
리액트 뒤로가기 이벤트 less than 1 minute read 부모 컴포넌트 const Parent = () => { const [closeSession, setCloseSession] = useState(false); const closeQuickView = () => { setCloseSession(...