본문 바로가기

ETC26

윈도우에서 버전 컨트롤(subversion 사용하기) 카페 > ObjectProgrammi.. | 숏다리 http://cafe.naver.com/objectprogramming/162 Subversion windows 서버에서 해줄 것. 목적 : 버전 컨트롤 시스템을 윈도우NT 서버에 설치하고, tcp/ip를 통해서 소스를 관리할 수 있도록 한다. 1. Subversion을 server에 설치 2. reposiotory 폴더 생성하기 - D:\repos 폴더를 만든다. - D:>svnadmin create –fs-type fsfs d:\repos ;repos폴더를 파일시스템으로 만든다. 3. 사용자 인증을 한다. (TortoiseSVN 도움말 항목 SettingUp A Server/Svnserve Based Server 항목중 Authentication w.. 2008. 8. 22.
SEED 암호화 모듈 SEED 암호화 모듈 입니다. 국내에서 개발된 SEED 암호화 모듈로 국제적으로 인정 받고 있죠 참고 사이트 http://www.kisa.or.kr/seed/index.html http://cnscenter.future.co.kr/std-algorithm/block.html 2008. 8. 22.
Character Sets Character Sets charset= Some Basic Ones charset=big5 Chinese Traditional (Big5) charset=euc-kr Korean (EUC) charset=iso-8859-1 Western Alphabet charset=iso-8859-2 Central European Alphabet (ISO) charset=iso-8859-3 Latin 3 Alphabet (ISO) charset=iso-8859-4 Baltic Alphabet (ISO) charset=iso-8859-5 Cyrillic Alphabet (ISO) charset=iso-8859-6 Arabic Alphabet (ISO) charset=iso-8859-7 Greek Alphabet (I.. 2008. 8. 22.
ADO::DataTypeEnum ADO::DataTypeEnum Specifies the data type of a Field, or Property. Constant Value Description adBoolean 11 Indicates a boolean value. adBSTR 8 Indicates a null-terminated character string (Unicode). adChar 129 Indicates a string value. adCurrency 6 Indicates a currency value. Currency is a fixed-point number with four digits to the right of the decimal point. It is stored in an eight-byte signed.. 2008. 8. 22.