출처 : http://delphi.about.com/od/beginners/l/blrtldatetime.htm http://wwwi.tistory.com/category/델파이 http://www.zetblog.net/Zcontent_list.php?category_idx=61 CompareDate uses DateUtils; //# 같으면 0 출력 ShowMessage(IntToStr(CompareDate(StrToDate('2007-04-01'), StrToDate('2007-04-01')))); //# 오른쪽이 더 크면 -1 출력 ShowMessage(IntToStr(CompareDate(StrToDate('2007-04-01'), StrToDate('2007-04-02')))); //# 왼쪽이 더..
String databaseURL = "jdbc:firebirdsql:local:C:/Firebird/data/BIZ.FDB?sql_dialect=1"; String user = "bizuser"; String password = "bizpw"; try { Class.forName ("org.firebirdsql.jdbc.FBDriver"); Connection conn = DriverManager.getConnection (databaseURL, user, password); System.out.println(conn); } catch (Exception e) { e.printStackTrace(); }
출처 : http://www.java2go.net/blog/tag/Regular%20Expression 1. 링크 정보 추출하기 public String getTagA_href_Value(String html) { Pattern p = Pattern.compile("([ ]+href[ ]*=\")([^\"]+)\""); Matcher m = p.matcher(html); if (m.find()) { System.out.println(m.group(0)); System.out.println(m.group(1)); System.out.println(m.group(2)); System.out.println("----------------"); return m.group(2); } return ""; } 2. ..
1. 루비 설치 하기 a. Download (1.8.6-26 Final Release) 아래 사이트에서 최신 버전을 받을 수 있습니다. http://rubyforge.org/frs/?group_id=167 b. install ruby186-26.exe 실행 2. MySQL 설치 하기 a. Downoad (mysql-essential-5.0.51b-win32.msi) http://mysql.com/downloads/mysql/5.0.html b. install mysql-essential-5.0.51b-win32.msi 실행 3. Flex 3.0 설치 하기 a. install \Windows\FlexBuilder_Standalone.exe 실행
출처 : http://www.swissdelphicenter.ch/torry/showcode.php?id=147 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormCreate(Sender: TObject); procedure FormDestroy(Sender: TObject); private { Private declarations } id1 : Integer; procedure WMHotKey(var Msg: TWMHotKey); message WM_HOTKEY; public { Pu..
- Total
- Today
- Yesterday
- 동경
- Linux
- KOBA
- Delphi Tip
- 서울오토살롱
- 튜닝쇼 2008
- Spring MVC
- Spring
- MySQL
- android
- Delphi
- Mac
- JavaScript
- oracle
- koba2010
- NDK
- 레이싱모델 익스트림 포토 페스티벌
- Java
- ffmpeg
- Xcode
- sas2009
- flex
- 송주경
- SAS
- ubuntu
- ble
- 일본여행
- 전예희
- BPI-M4
- 지스타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 |