프로그래밍79 jsp 파일 다운로드 jsp자체 객체 out=pageContext.pushBody(); //out--> jsp자체 객체 outStream = response.getOutputStream(); outStream.write(byteStream); }catch(Exception e) { System.out.println(e); }finally { if(fileStream != null) fileStream.close(); if(outStream != null) outStream.close(); } %> 2012. 9. 18. div y축으로 스크롤 만들기 style="OVERFLOW-Y:auto" style="OVERFLOW-Y:scroll" 2012. 9. 18. 테이블 텍스트가 넓이를 넘지 않게 하기 break 관련 style="word-wrap: break-word;" style=" word-break:break-all; " 상위의 태그의 width 값을 넣어 주어야 한다. 위와 같이 스타일을 먹이면 된다. 2012. 9. 18. 톰캣 오라클 연동 오라클 설치 폴더 lib 에서 classes12.jar 복사후 톰캣 설치 lib 에 붙여넣기 하면된다. 2012. 9. 18. 이전 1 ··· 10 11 12 13 14 15 16 ··· 20 다음