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 = ..
/etc/rc.local 파일 #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. # Print the IP address _IP=$(hostname -I) || true if [ "$_IP" ]; then printf "My IP..
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: ..
출처 : Download & Install - WiringPi 라즈베리파이 GPIO 강좌 : 04. Output 테스트 (LED 출력, C언어)라즈베리파이 업데이트, 업그레이드 $ sudo apt-get update $ sudo apt-get upgrade 소스관리툴 git 다운로드 $ sudo apt-get install git-core wiringPi 소스 다운로드 git clone git://git.drogon.net/wiringPi wiringPi 컴파일 $ ./build wiringPi 설치확인 $ gpio -v gpio readall gpio version: 2.32 Copyright (c) 2012-2015 Gordon Henderson This is free software with ABS..
출처 : 자바에서 메일 보내는 방법 - 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..
- Total
- Today
- Yesterday
- 동경
- JavaScript
- 전예희
- Xcode
- android
- 지스타2007
- 서울오토살롱
- koba2010
- Delphi
- Mac
- Spring MVC
- 튜닝쇼 2008
- Spring
- Java
- oracle
- sas2009
- KOBA
- ffmpeg
- NDK
- 레이싱모델 익스트림 포토 페스티벌
- ble
- 일본여행
- SAS
- MySQL
- Delphi Tip
- Linux
- flex
- 송주경
- ubuntu
- BPI-M4
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |