반응형 분류 전체보기377 [Java] Apache Common Compress java에서 제공하는 java.util.zip으로 압축하면 한글이 깨진다. Apache Common Compress 라이브러리는 http://commons.apache.org/compress/ 에서 받을수 있다. 1 2 3 4 5 6 7 org.apache.commons commons-compress 1.8.1 Colored by Color Scripter cs 2018. 4. 18. (스크랩)JSTL: functions http://noritersand.tistory.com/260 기능: 문자열, 컬렉션 처리directive: 목차containsstartsWith, endsWithescapeXmlindexOfsplit, joinlengthreplacesubstringtoLowerCase, toUpperCasetrim JSTL functions은 문자열이나 컬렉션의 가공/변환/분석을 위해 사용하는 함수다. 단독으로는 쓸 수 없고 반드시 EL 표현식과 조합해야 한다.containsboolean contains( String sting, String substring ): string이 substring을 포함하면 true값을 반환한다.boolean containsIgnoreCase( String string, String .. 2018. 4. 13. tomcat server JDK 버전 확인 2018. 4. 12. 주석으로 if문 /*/ 12345678910111213141516171819202122232425262728293031323334353637383940 /*/ } else if ("LGHT_RADT_STD_MAX".equalsIgnoreCase(infoColumn.getColumnName())) { // 빛방사허용기준 - 최대/평균 if(cell == null) { otdpotVO.setLghtRadtStdMax(null); otdpotVO.setLghtRadtStdAvg(null); }else{ if (cell.getCellType() == Cell.CELL_TYPE_STRING) { strVal = cell.getStringCellValue(); // 최대/평균이 같은 셀에 포함된 경우, 분리하여 각각 입력 if (strV.. 2018. 4. 11. [스프링/전자정부] 전자정부 프레임워크 / 파일 업로드 용량 설정 /egovframework/spring/com/context-common.xml 에서 설정 maxUploadSize 부분 확인. 100MB에서 200MB으로 수정 후, 빛공해 엑셀파일 업로드 실행 2018. 4. 10. 이전 1 ··· 57 58 59 60 61 62 63 ··· 76 다음 반응형