Data.DB.TDataSet.EofUp to Parent: TDataSetDelphiproperty Eof: Boolean read FEOF; {Upper case EOF conflicts with C++}C++__property bool Eof = {read=FEOF, nodefault};Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentpropertypublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionIndicates whether / a dataset / is positioned at the last record..
Data.DB.TDataSet.PriorUp to Parent: TDataSetDelphiprocedure Prior;C++void __fastcall Prior(void);PropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionMoves to the previous record / in the dataset.Call Prior / to move to the previous record / in the dataset, / making it the active record. Prior posts any changes / to the active record / an..
Data.DB.TDataSet.NextUp to Parent: TDataSetDelphiprocedure Next;C++void __fastcall Next(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionMoves to the next record / in the dataset.Call Next / to move to the next record / in the dataset, / making it the active rec..
개발자의 역할과 책임 상세 설계에 대한 책임구현 일정 산정에 대한 책임소프트웨어가 주어진 요구사항대로동작하도록 만들어야 하는 책임회사의 개발 표준을 따를 책임소프트웨어에 결함이 없도록 구현할 책임 갖춰야 할 기술스펙문서와 설계 산출물을 보고 구현할 수 있어야 한다.회사의 개발 프로세스를 알고 있어야 한다.회사의 기반시스템을 사용할 수 있어야 한다.회사의 개발 표준을 알고 있어야 한다.구현에 필요한 기술을 소유하고 있거나 습득할 능력이 있어야 한다. 출처: [책] 소프트웨어 개발의 모든 것
Data.DB.TDataSet.LastUp to Parent: TDataSetDelphiprocedure Last;C++void __fastcall Last(void);Contents [hide] 1 Properties2 Description2.1 See Also3 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionMoves to the last record / in the dataset.Call Last / to make the last record / in the dataset active. If the dataset / is no..
Data.DB.TDataSet.FirstUp to Parent: TDataSetDelphiprocedure First;C++void __fastcall First(void);Contents [hide] 1 Properties2 Description2.1 See Also2.2 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionMoves to the first record / in the dataset.Call First / to make the first record / in the dataset active. First posts an..
Data.Win.ADODB.TADOConnection.RollbackTransUp to Parent: TADOConnectionDelphiprocedure RollbackTrans;C++void __fastcall RollbackTrans(void);PropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.Win.ADODB.pasData.Win.ADODB.hppData.Win.ADODBTADOConnectionDescriptionRolls back / an active transaction.Call RollbackTrans / to cancel any changes / made during the current transaction / an..
Data.Win.ADODB.TADOConnection.CommitTransUp to Parent: TADOConnectionDelphiprocedure CommitTrans;C++void __fastcall CommitTrans(void);PropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.Win.ADODB.pasData.Win.ADODB.hppData.Win.ADODBTADOConnectionDescriptionCommits / an open transaction.Call CommitTrans / to save any changes / made during the current transaction / and to end the tr..
Data.Win.ADODB.TADOConnection.BeginTransUp to Parent: TADOConnectionDelphifunction BeginTrans: Integer;C++int __fastcall BeginTrans(void);PropertiesTypeVisibilitySourceUnitParentfunctionpublicData.Win.ADODB.pasData.Win.ADODB.hppData.Win.ADODBTADOConnectionDescriptionInitiates a new transaction / in the associated database.Call BeginTrans / to start a new transaction / in the data store / the ADO..
System.Classes.TStrings.ClearUp to Parent: TStringsDelphiprocedure Clear; virtual; abstract;C++virtual void __fastcall Clear(void) = 0 ;Contents [hide] 1 Properties2 Description2.1 See Also2.2 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicSystem.Classes.pasSystem.Classes.hppSystem.ClassesTStringsDescriptionIntroduces an abstract (Delphi) or pure virtual (C++) method..
Data.Win.ADODB.TADOQuery.ExecSQLUp to Parent: TADOQueryDelphifunction ExecSQL: Integer; {for TQuery compatibility}C++int __fastcall ExecSQL(void);PropertiesTypeVisibilitySourceUnitParentfunctionpublicData.Win.ADODB.pasData.Win.ADODB.hppData.Win.ADODBTADOQueryDescriptionExecutes the SQL statement / for the ADO query.Call ExecSQL / to execute / the SQL statement / currently assigned to the SQL pro..
Data.DB.TDataSet.CloseUp to Parent: TDataSetDelphiprocedure Close;C++void __fastcall Close(void);Contents [hide] 1 Properties2 Description2.1 See Also2.2 Code ExamplesPropertiesTypeVisibilitySourceUnitParentprocedurefunctionpublicData.DB.pasData.DB.hppData.DBTDataSetDescriptionCloses a dataset.Call Close / to set the Active property of a dataset / to false. When Active is false, / the dataset is..
Data.Win.ADODB.TADOConnection.OpenUp to Parent: TADOConnectionDelphiprocedure Open(const UserID: WideString; const Password: WideString); overload;C++HIDESBASE void __fastcall Open(const System::WideString UserID, const System::WideString Password)/* overload */; inline void __fastcall Open(void){ Data::Db::TCustomConnection::Open(); }PropertiesTypeVisibilitySourceUnitParentprocedurefunctionpubl..
정의 데이터베이스의 구조와 제약 조건에 관한 전반적인 명세를 기술한 메타데이터의 집합. 메타데이터 데이터를 위한 데이터. 다른 데이터를 설명해 주는 데이터. 대량의 정보 가운데에서 찾고 있는 정보를 효율적으로 찾아내서 이용하기 위해 일정한 규칙에 따라 콘텐츠에 대하여 부여되는 데이터. 구조화된 정보를 분석, 분류하고 부가적 정보를 추가하기 위해 그 데이터 뒤에 함께 따라가는 정보. 예) 파일 파일 이름, 파일 크기, 파일 형식(확장명), 위치(경로), 만든 날짜, 수정한 날짜 등등 데이터베이스를 구성하는 데이터 개체, 속성, 관계 및 데이터 조작 시 데이터 값들이 갖는 제약 조건 등에관해 전반적으로 정의. 개체 파일 처리 방식의 파일에서 레코드. 속성 파일 처리 방식의 파일에서 필드(항목)에 해당되는 것..
■ 개체 유형 체크 연산자개체의 실제 런타임 클래스를 확인하는데 사용 var Form1 : TForm; if Form1 is TForm then'Form1'이라는 오브젝트가 'TForm' 클래스나 그 자손 클래스의 인스턴스인 경우 'true'를 리턴. ■ 확인된 타입 캐스트 연산자procedure Button1Click(Sender : TObject); begin (Sender as TButton).Caption := 'ok'; end;'Sender'는 'TObject' 타입이므로 Caption 속성에 접근할 수 없으므로 as 연산자를 사용하여 형변환 후 Caption 속성에 접근.
[문제]위 그림은 {5,2,4,6,1,3} 이라는 배열을 소트하는 방법을 보여준다.배열의 두번째 인덱스부터 시작하여 시작한 인덱스(검정색 블록) 좌측의 항목 중 자신이 들어가야 할 위치를 판단(소트되도록)하여 이동 한다.좌측의 배열 요소들은 본인보다 좌측에 값이 삽입되어 들어올 경우 한칸씩 우측으로 이동한다. 단, 삽입되어 들어오는 요소(그림에서 검정색 블록)가 있던 인덱스(원래의 위치)까지만 이동한다.마지막 인덱스까지 위 과정을 반복한다.이와 같은 기능을 하는 소트 프로그램을 작성하시오.[소스]12345678910111213141516171819202122232425262728293031323334353637383940414243444546package InsertionSort; public class..
[문제]모든 짝수번째 숫자를 * 로 치환하시오.(홀수번째 숫자,또는 짝수번째 문자를 치환하면 안됩니다.) 로직을 이용하면 쉬운데 정규식으로는 어려울거 같아요.Example: a1b2cde3~g45hi6 → a*b*cde*~g4*hi6[소스]123456789101112131415161718192021222324252627package EveryOtherDigit; public class main_mh { public static void main(String[] args) { String inputTxt = "a1b2cde3~g45hi6"; String changeTxt = ""; changeTxt = inputTxt.charAt(0) + ""; for ( int i = 1; i 0 && inputTxt...
[문제]어떤 정수 n에서 시작해, n이 짝수면 2로 나누고, 홀수면 3을 곱한 다음 1을 더한다. 이렇게 해서 새로 만들어진 숫자를 n으로 놓고, n=1 이 될때까지 같은 작업을 계속 반복한다. 예를 들어, n=22이면 다음과 같은 수열이 만들어진다.22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1n이라는 값이 입력되었을때 1이 나올때까지 만들어진 수의 개수(1을 포함)를 n의 사이클 길이라고 한다. 위에 있는 수열을 예로 들면 22의 사이클 길이는 16이다. i와 j라는 두개의 수가 주어졌을때, i와 j사이의 모든 수(i, j포함)에 대해 최대 사이클 길이를 구하라.입력 예1 10 100 200 201 210 900 1000 출력 예1 10 20 100 200 125 201 ..
[문제]문자열을 입력받아서, 같은 문자가 연속적으로 반복되는 경우에 그 반복 횟수를 표시하여 문자열을 압축하기.입력 예시: aaabbcccccca출력 예시: a3b2c6a1 [소스]12345678910111213141516171819202122232425262728293031323334353637package compression; public class main_mh { public static void main(String[] args) { String inputTxt = "aaabbcccccca"; String resultTxt = ""; int count = 0; char charTmp = inputTxt.charAt(0); count++; for ( int i = 1; i
- Total
- Today
- Yesterday
- ADODB
- SysUtils
- 스택
- RA
- 정렬
- 일기
- Delphi
- SWT
- 대상
- 상황
- System
- 자료구조
- 교육센터
- VCL
- 영어
- 알고리즘
- Pte
- 계산기
- 왕초보 영어회화 100일의 기적
- java
- 말하기
- 여행영어 100일의 기적
- Reference
- wfd
- 설명
- 응용
- tdataset
- 독해
- 문법
- 작문
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |