목록program/java (6)
yoursyun
* -1 : A B SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMddHHmmss"); Date dateA = formatter.parse(a); Date dateB = formatter.parse(b); return dateA.compareTo(dateB);
int listPage = 10; if (arrayList.size() > listPage){ for(int idx = 0; idx
for (Object rev: myList) {System.out.println(((데이터형)rev));}
[ 한글 설정 ]한글이 깨지는 경우 아래와 같이 변경 한다.Windows - Preferences - General - Workspace Text File Encoding 항목의 설정을 Other 선택 UTF-8 로 선택.적용 클릭 [ 배경색 및 폰트 ]배경색, 번호, 탭 간격 :Windows - Preferences - General - TextEditors폰트 :Windows - Preferences - General - Appearance - Colors and FontsBasic 항목의 Text Font [ CTRL_TAB 기능 추가 ]Windows - Preferences - General - Keys에서 검색어 tab 를 치면 Next Editor 에 대해 키 매핑 처리 ( default ct..
유일한 파일명으로 변경 처리 while (uploadFile.exists()) {nmFile = nmFile.substring(0, nmFile.indexOf(".")) + "(" + i + ")" + nmFile.substring(nmFile.indexOf("."), nmFile.length());uploadFile.renameTo(new File(uploadRepository + nmFile));i++;}