일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- react
- Express
- window
- JavaScript
- hadoop
- xPlatform
- 공정능력
- Sqoop
- Spring
- SSL
- GIT
- vaadin
- plugin
- Android
- MSSQL
- Java
- Eclipse
- SPC
- NPM
- tomcat
- es6
- mapreduce
- 보조정렬
- mybatis
- Kotlin
- Python
- IntelliJ
- SQL
- table
- R
- Today
- Total
목록java/basic (29)
DBILITY
export CATALINA_OPTS="$CATALINA_OPTS -Djava.awt.headless=true"윈도우환경에서 개발하고 시험할때는 잘 돌아갔으나 리눅스 배포 후 아무런 일도 일어나지 않는 현상이 있었다.awt 모드는 기본적(윈도우모드)으로 api를 사용하여 창이나 프레임, 대화상자를 사용하는 경우다.헤드리스모드는 이미지 등을 표시하지 않고 작성/조작하는 경우에 사용하면 된다.JFreeChart를 서버에서 사용할 경우에도 포함되겠다.
public class DataStore { private final String TAG = DataStore.class.getSimpleName(); private DataStore() { Log.e(TAG, "Init"); } public static DataStore getInstance() { return LazyDataStore.instance; } private static class LazyDataStore { private static final DataStore instance = new DataStore(); } }
다음 [그림1] 과 같이 다운로드용 엑셀서식에 입력 유효성 검사가 필요해서 가이드를 참고하여 작성해 봤다. 몇해 전에 해 봤던 것 같은데, 기억이 나면 이상한 일이 된 나이가 되어버렸다. 마지막에 소스 다운로드가 있다. https://poi.apache.org/components/spreadsheet/quick-guide.html Busy Developers' Guide to HSSF and XSSF Features Busy Developers' Guide to HSSF and XSSF Features Busy Developers' Guide to Features Want to use HSSF and XSSF read and write spreadsheets in a hurry? This guide is..
보고용으로 커밋로그를 옮길 일이 있는데 너무 많은 경우 답이 없다. 쉽게 되던게 있었던 것으로 기억이 나는데 intellij IDEA에서 못찾겠다ㅎㅎ 친절하게도 svnkit에서 다음을 찾았다. https://wiki.svnkit.com/Printing_Out_Repository_History Printing_Out_Repository_History - SVNKit Wiki Main Getting A Repository History In this example we'll demonstarte how you may get the history of changes made to a repository (i.e perform a log operation) starting with the very first r..
https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/ Index of /dist/maven/maven-3/3.2.5/binaries archive.apache.org java 6 버전이 기준이 프로젝트를 로드하려다 보니 이게 없다.ㅎㅎ