일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- JavaScript
- ssh
- tomcat
- 줄바꿈 문자
- web.xml
- port
- grep
- Quartz
- import
- 네트워크
- profile
- Windows 10
- VirtualBox
- find
- resource
- Mac
- xargs
- 단축키
- GIT
- Eclipse
- netsh
- Windows
- vscode
- bash
- Source
- maVen
- lsof
- context
- plugin
- IntelliJ
- Today
- Total
목록OS & Shell/Mac (39)
develog
H2 다운로드 https://www.h2database.com/html/download-archive.html H2 실행 다운로드한 파일 압축을 풀고 h2를 실행한다 $ cd ~/Downloads/h2/bin $ chmod +x h2.sh $ ./h2.sh database 파일 생성 (H2 Console) 파일 모드로 연결해서 database 파일을 먼저 만든다 jdbc:h2:~/test database 파일이 생성되었는지 확인한다 $ ll ~/test.mv.db tcp 모드로 변경해서 다시 접속한다 jdbc:h2:tcp://localhost/~/test database 연결 # password 는 없음 driverClassName=org.h2.Driver url=jdbc:h2:tcp://localhos..
Preference > Keymap > Editor Actions preference cmd + , project structure cmd + ; search everywhere double shift find Class cmd + O find File cmd + shift + O Page Up ctrl + ↑ Page Down ctrl + ↓ Home ctrl + cmd + ← End ctrl + cmd + → 라인 복제 cmd + D 라인 삭제 cmd + delete 라인 상하이동 opt + shift + ↑↓ 현재 블럭 fold, unfold cmd + (- or +) 전체 블럭 fold, unfold cmd + shift + (- or +) 선택 영역 폴딩 cmd + . 라인 주석 cmd + / ..
SQL Developer 실행시Unable to create an instance of the Java Virtual Machine Located at path ... jvm.dll sqldeveloper.conf 파일 편집파일경로 : Oracle SQL Developer/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf추가내용 : AddVMOption -Xmx256M