출처 : Rednics Blog - 보안이 적용되지 않은 간단한 웹 어플리케이션 생성 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.DelegatingFilterProxy springSecurityFilterChain /* WEB-INF\iot-security.xml Controllerpackage com.iot.controller; import j..
pagination.js 파일 // 페이지 생성 함수 // 인자1 : JQuery 객체 - 페이지 정보를 출력될 객체 // 인자2 : 전체 페이지수 // 인자3 : 현재 페이지수 // 인자4 : 페이지 호출시 호출할 함수 function genPageNum(id_pagenum, totalPage, curPage, event) { // 블럭에 표시 페이지수 var block_size = 10; // 초기화 id_pagenum.empty(); // 현재 블럭 var block = Math.floor((curPage-1) / block_size); // 현재 블럭의 시작 페이지 var block_start_pagenum = 10 * block; // 현재 블럭에서 마지막 페이지 var loop_count = ..
Dialog close전에 Dialog 활성화 여부 확인 후 닫기 if ($('#popupHoList').is(':visible')) $("#popupHoList").dialog('close'); jQuery 사용 출처 : 제이쿼리(jQuery) 기본 :: 갱짱.study .ready() 메소드 출처 : jQuery ready와 load의 차이 - 오중호랑이의 비밀로그 .ready() 메소드 - 문서의 DOM이 모두 로드 되었을때 실행 $(document).ready(function(){ alert('Hello World !!!'); }); 셀렉터(Selector) 출처 : 박종명의 아름다운 개발 since 2010.06 - 자주 쓰는 JQUERY 기능 - 셀렉터(SELECTOR) 편 Category: ..
출처 : Lazarus on Raspberry Pi RaspberyPi rpi_hal Hardware Abstraction Library 라이브러리 다운로드 rudiratlos/rpi-hal 다운로드 rpi_hal 버그가 있어서 제가 수정했습니다. 압축된 소스 파일에 수정된 rpi_hal.pas 파일을 첨부했습니다. 빌드옵션 빌드 옵션으로 UseCThreads 추가가 필요합니다. 소스 unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, rpi_hal; type { TForm1 } TForm1 = class(TForm) ToggleBox1: ..
출처 : 자바에서 메일 보내는 방법 - Nothing New Under the Sun JavaMail 다운로드 다운로드 Servlet 소스 class mvc.servlet.MailServlet package mvc.servlet; import java.io.IOException; import java.io.PrintWriter; import java.util.Properties; import javax.mail.Authenticator; import javax.mail.Message; import javax.mail.PasswordAuthentication; import javax.mail.Session; import javax.mail.Transport; import javax.mail.internet..
출처 : JSTL의 이해 및 실습 - 12.구루비 Dev 스터디 JSTL 라이브러리 접두어 URI 식별자 기능 c http://java.sun.com/jsp/jstl/core 변수선언 fmt http://java.sun.com/jsp/jstl/fmt 숫자,날짜,시간을 포맷팅 하는 기능과 국제화, 다국어 지원 기능을 제공 fn http://java.sun.com/jsp/jstl/functions 문자열을 처리하는 함수를 제공 sql http://java.sun.com/jsp/jstl/sql 데이터베이스의 데이터를 입력/수정/삭제/조회하는 기능을 제공 x http://java.sun.com/jsp/jstl/xml XML 문서를 처리할 때 필요한 기능을 제공 form http://www.springframew..
출처 : 개발하는 씽매려기 :: MyBatis] 쿼리에서 특정 문자 제거 (if 사용시) MyBatis – MyBatis 3 | 동적 SQL Domain 객체 com.iot.domain.DepartmentsDomain 클래스 package com.iot.domain; import net.sf.json.JSONObject; public class DepartmentsDomain { // pk private int department_id; private String department_name; private int manager_id; private int location_id; private String delete_flag = "N"; public void setDepartment_id(int dep..
- Total
- Today
- Yesterday
- flex
- 전예희
- android
- Delphi Tip
- Linux
- sas2009
- Delphi
- ubuntu
- 레이싱모델 익스트림 포토 페스티벌
- 송주경
- Java
- BPI-M4
- 동경
- 튜닝쇼 2008
- KOBA
- NDK
- Mac
- 서울오토살롱
- Xcode
- SAS
- 일본여행
- Spring MVC
- Spring
- ffmpeg
- ble
- MySQL
- JavaScript
- oracle
- koba2010
- 지스타2007
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |