기본 Form 데이터 전달 기본 Form 데이터 전달 JSP - /sample/form1.jsp 기본 Form 데이터 전달 Controller @Controller public class FormController { @RequestMapping(value = "/form/form1.do", method = RequestMethod.GET) public String form1( @RequestParam("user_id") String user_id, @RequestParam("password") String password, ModelMap modelMap) throws Exception { System.out.println("user_id = " + user_id + "/" + password); re..
ExcelUtils package com.intel4.poi; import java.io.IOException; import java.io.InputStream; import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.xssf.usermodel.XSSFWorkbook; public class ExcelUtils { // 엑셀로드 public static Workbook loalDocument(String fi..
Spring - Drag & Drop 파일 업로드 출처 : Husk's repository :: 드래그 앤 드롭 파일 업로드 스프링 예제 관련 라이브러리 추가 commons-io-2.4.jar commons-fileupload-1.3.jar WebContent\WEB-INF\iot-servlet.xml 업로드 jsp (WebContent\WEB-INF\jsp\dragdrop\fileUpload.jsp) Drag & Drop Files Here Controller package com.iot.controller; import java.io.File; import java.util.Iterator; import org.springframework.stereotype.Controller; import org...
Message Queue 출처 : 소프트웨어 개발자가 바라보는 세상 :: spring에서 ActiveMQ 접근 방법 메시지 객체 package com.iot.mq; public class MQMessage { private String name; private String value; public void setName(String name) { this.name = name; } public String getName() { return name; } public void setValue(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { ret..
댓글 테이블 생성 CREATE TABLE `main_board_reply` ( `seq` int(11) NOT NULL AUTO_INCREMENT, `main_seq` int(11), `title` varchar(11) DEFAULT NULL, `name` varchar(11) DEFAULT NULL, `date` date DEFAULT NULL, `count` int(11) DEFAULT NULL, `content` varchar(200) DEFAULT NULL, PRIMARY KEY (`seq`) ) MainBoardReply 클래스 생성 package com.iot.db.domain; import java.sql.Date; import bluexmas.util.DateUtils; import net..
출처 : IT 조각 모음: [java] spring3 + tiles3 설정 하기 iot-servlet.xml 내용추가(WebContent\WEB-INF\iot-servlet.xmll) /WEB-INF/tiles/tiles-layout.xml 타일즈 환경설정 파일 생성(WebContent\WEB-INF\tiles\tiles-layout.xmll) 레이아웃(web_layout.jsp) 파일 생성(WebContent\WEB-INF\tiles\web_layout.jsp) 상당 페이지(web_header.jsp) 파일 생성(WebContent\WEB-INF\tiles\web_header.jsp) 로그인사용자 : 로그아웃 회원 가입 하단 페이지(web_footer.jsp) 파일 생성(WebContent\WEB-IN..
Spring Security 출처 : 사랑이 고픈 프로그래머.. - 흔히 보게되는 절대 써먹을 수 없는 Spring Security의 초간단 셋팅 jjeong :: Spring Security login/logout 관련 글 web.xml 내용추가(WebContent\WEB-INF\web.xml) contextConfigLocation /WEB-INF/iot-datasource.xml /WEB-INF/iot-mybatis.xml /WEB-INF/iot-security.xml org.springframework.web.context.ContextLoaderListener springSecurityFilterChain org.springframework.web.filter.DelegatingFilterPro..
- Total
- Today
- Yesterday
- 전예희
- Delphi
- android
- 튜닝쇼 2008
- 서울오토살롱
- ubuntu
- 지스타2007
- ble
- Delphi Tip
- Spring
- 송주경
- ffmpeg
- Spring MVC
- Mac
- JavaScript
- 일본여행
- 레이싱모델 익스트림 포토 페스티벌
- Java
- oracle
- Linux
- SAS
- Xcode
- koba2010
- sas2009
- MySQL
- flex
- NDK
- BPI-M4
- KOBA
- 동경
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |