본문 바로가기
반응형

SB 리치 패밀리5300

[IT/개발] [프로젝트 관리 툴] TortoiseSVN 사용하기 - 버전 관리 시스템 출처: http://blog.naver.com/youngspa/50005897174 1. TortoiseSVN(TortoiseSVN-1.3.5.6804-svn-1.3.2.msi)을 설치한다. TortoiseSVN은 http://tortoisesvn.tigris.org/에서 구할 수 있다. 2. 저장소(Repository)로 사용할 폴더를 하나 만든다. 나는 "D:\SVN\Repository\Test"라는 폴더를 만들었다. 3. 그 폴더로 들어가서 마우스 오른쪽 버튼을 눌러 팝업 메뉴에서 "Create repository here...."를 선택한다. 4. 그럼 아래와 같은 창이 하나 뜨는데 FSFS로 선택하고 OK 버튼을 누른다. 저장소 저장 방식을 버클리 DB 방식이 아니라 파일 시스템 방식으로 설정하.. 2010. 9. 29.
[IT/개발] [프로젝트관리툴] Tortoise CVS를 이용한 버전관리 내가 직접 정리한 건 나중에 글 올리자. Tortoise CVS를 이용한 버전관리 1 작성일 : 2005년 1월 4일 참고문서 : 1. CVSNT2.X 사용법 (손권남 kwon37xi@yahoo.co.kr, 박종영 gpfm2000@lycos.co.kr) 2. 실용주의 프로그래머를 위한 버전관리 using CVS (인사이트) WinCVS : http:://ww.wincvs.org Tortoise CVS : http:://www.tortoisecvs.org CVSNT : http://www.cvsnt.com/cvspro/ 1. 인스톨 클라이언트 : 위 사이트에서 다운로드 받아 설치한다. 프로그래머의 컴퓨터에 설치한다. 서버 : http://www.cvsnt.com/cvspro/ 에서 기본적인 내용 몇가지를 .. 2010. 9. 29.
[VC++] Search Provider Extensibility in Internet Explorer IE 검색공급자 확장성 Search Provider Extensibility in Internet Explorer Starting with Windows Internet Explorer 7, the Instant Search box provides an AutoComplete feature so users can search for similar search terms used in previous searches. Internet Explorer 7 also enables users to add multiple search providers. Search improvements in Internet Explorer 8 focus on helping users search by significantly .. 2010. 9. 28.
[VC++] Installing a Search Provider and Setting the Default IE에서 검색공급자 설치하기 Installing a Search Provider and Setting the Default Windows Internet Explorer 8 extends a rich searching experience by offering users the option to install multiple search providers. As a user installs search providers, each provider has a chance to set itself as the default provider. Internet Explorer 8 has a new mandatory Search Provider Default user experience that keeps the .. 2010. 9. 28.
[VC++] Toolbar Button Style Guide Toolbar Button Style Guide This guide will help you design icons for toolbar buttons that you add to the Windows Internet Explorer user interface. Sizes Colors Design Tips Placing Icons Related Topics Overview Tutorial Sizes The Internet Explorer toolbar requires two sizes for all toolbar icons: 20x20 pixel and 16x16 pixel. The following table shows the difference between the two icons. Dimensio.. 2010. 9. 28.
[VC++] Adding Toolbar Buttons Adding Toolbar Buttons This tutorial explains how to add a toolbar button to the Windows Internet Explorer user interface. The toolbar button can either run a Microsoft Win32 application, run a script, or open an Explorer Bar. If you also want to create a menu item for the Win32 application or script, see the Adding Menu Items tutorial. Requirements and Dependencies General Steps Adding the Deta.. 2010. 9. 28.
반응형