일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- Mac
- lsof
- Windows
- Windows 10
- xargs
- 단축키
- Eclipse
- JavaScript
- GIT
- 네트워크
- find
- Quartz
- web.xml
- grep
- profile
- bash
- ssh
- maVen
- vscode
- port
- tomcat
- Source
- 줄바꿈 문자
- netsh
- import
- resource
- plugin
- context
- IntelliJ
- VirtualBox
- Today
- Total
목록2024/10/02 (3)
develog
document.querySelector('.next-button').getBoundingClientRect()// DOMRect {x: 0, y: 100, width: 767, height: 52, top: 100, …}
다음2 .next-button { position: fixed; left: 0; /* bottom: 0; */ top: 100px; width: 100vw; height: 52px; color: white; background-color: var(--primary); transform: translate(0px, 0px); /* pointer-events: none; */ /* opacity: 0; */ z-index: 999;} // element 가져오기document.querySelector('.next-button')// css 정보 가져오기, CSSStyleDeclarationwindow.getComputedStyle(docum..
쉘 스크립트# -i (Interactive)# -n (No Auto-login)# -v (Verbose)ftp -inv $FTP_HOST $FTP_PORT 콘솔 출력Connected to myserver.com.220 (vsFTPd 2.0.5)331 Please specify the password.230 Login successful.Local directory is /Volumes/mydata/project_src257 "/"221 Goodbye.