출처 : Chapter 19. Quartz 혹은 Timer 를 사용한 스케쥴링 DongHoReportBatch.java package com.blueX.batch; import java.text.SimpleDateFormat; import java.util.Date; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.scheduling...
출처 : 리눅스 종류 확인, 리눅스 버전 확인 MySQL: "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)"리눅스버전확인 [root@testserver init.d]# cat /etc/issue CentOS release 5.9 (Final) Kernel \r on an \m로컬 PC에서 접속이 되지 않을때ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)MySQL 서비스 종료[root@testserver init.d]# service mysqld stop mysqld 를 정지 중: [ OK ]권한 테이블 없..
DigestUtils package bluexmas.utils; import java.io.FileNotFoundException; import java.io.RandomAccessFile; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; public class DigestUtils { public static String extractStringHashSHA256(String str){ String SHA = ""; try{ MessageDigest sh = MessageDigest.getInstance("SHA-256"); sh.update(str.getBytes()); byte byteData[] =..
Delphi - Http POST call procedure TForm1.Button1Click(Sender: TObject); var sl : TStringList; ResponseStream: TMemoryStream; resultBytes: TBytes; begin sl := TStringList.Create; ResponseStream := TStringStream.Create; try IdHTTP1.Request.ContentType := 'application/x-www-form-urlencoded'; sl.Add('id=' + Edit2.Text); IdHTTP1.Post(Edit1.Text, sl, ResponseStream); ResponseStream.Position := 0; SetL..
출처 : [ORACLE] 11g XE 버전 설치 후에 샘플 사용자/DB 설정하기 Oracle 서버 실행oradim -startup -sid xe Oracle 서버 종료oradim -shutdown -sid xe 접속확인tnsping xe sqlplus 접속하기sqlplus system/pass@xe Demo Database(scott) 만들기CREATE USER scott IDENTIFIED BY tiger DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp; @C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\scott.sql 오라클 scott 계정 활성화 하기alter user scott identified b..
selectfield{ xtype : 'selectfield', name : 'role', id : 'role', label : '담당업무', useClearIcon : true, options : [ { text : '현장소장', value : '02' }, { text : '디자이너', value : '03' }, { text : '컨설턴트', value : '04' } ] } selectfield - json 이용 job_type.json{"d":[{ "text": "초중고등학생", "value": "초중고등학생" }, { "text": "대학(원)생", "value": "대학(원)생" }, { "text": "사무직", "value": "사무직" }, { "text": "연구/개발직", "valu..
출처 : Firemonkey Styles - Felix John COLIBRI. Working with Native and Custom FireMonkey Styles Step 3 - Add Style-Resources as RCDATA (Delphi) 동영상 - FireMonkey - Style lookup& costom listbox item style object TLayout StyleName = 'Layout1' DesignVisible = False Height = 32.000000000000000000 Position.X = 499.000000000000000000 Position.Y = 196.000000000000000000 Width = 155.000000000000000000 obje..
- Total
- Today
- Yesterday
- JavaScript
- ubuntu
- SAS
- 서울오토살롱
- 송주경
- KOBA
- Spring
- 레이싱모델 익스트림 포토 페스티벌
- ble
- Delphi
- 동경
- Spring MVC
- sas2009
- BPI-M4
- Xcode
- android
- oracle
- 지스타2007
- Java
- MySQL
- flex
- Linux
- Mac
- 전예희
- 튜닝쇼 2008
- ffmpeg
- 일본여행
- Delphi Tip
- koba2010
- NDK
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |