일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Spring
- 보조정렬
- GIT
- 공정능력
- vaadin
- tomcat
- table
- Express
- react
- Android
- NPM
- JavaScript
- Kotlin
- window
- Eclipse
- R
- mybatis
- Java
- mapreduce
- plugin
- Sqoop
- Python
- SQL
- SPC
- MSSQL
- IntelliJ
- hadoop
- SSL
- es6
- xPlatform
- Today
- Total
목록2021/04 (12)
DBILITY
developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB Using IndexedDB - Web APIs | MDN Using IndexedDB IndexedDB is a way for you to persistently store data inside a user's browser. Because it lets you create web applications with rich query abilities regardless of network availability, your applications can work both online and offline. developer.mozilla.org //삭제시 IDBOpenDBRequ..
상위 element가 모두 100%여야 가능한가? html, body { margin: 0; height: 100%; overflow: hidden; } /* container-fluid */ .container-fluid { height: 100%; } .row { height: 100%; min-height: 100%; } .col { height: 100%; min-height: 100%; } .main { height: 100%; min-height: 100%; background-color: #eeeeee; overflow: hidden; }

공유기 환경에서 bridge adapter사용시 공유기가 gateway가 되서 virtualbox에 설치된 pi에 ssh로 접속할 수 있다.

작업표시줄의 패널속성 고급에서 설정 가능하다.
javafx로 작성된 u i실행 프로그램을 자동으로 시작하려 할 때~ pi@raspberry:~ $ sudo vi /etc/xdg/lxsession/LXDE-pi/autostart 터미널 열리고 실행 @lxterminal --command=/home/pi/javafx.sh GUI용 실행 @/usr/bin/java --module-path=/usr/share/openjfx/lib --add-modules=javafx.base,javafx.controls,javafx.web -jar /home/pi/javafx.jar