분류 전체보기
-
-
BCD(Boot Configuration Data) 저장소SysAdmin/규격 2014. 4. 6. 19:24
Bootmgr 부트 매니저의 부팅 환경 설정 파일 // 시스템 저장소c.f. Boot.ini 파일 BCD 파일 위치BIOS 시스템시스템 파티션의 \Boot 폴더 EFI 시스템EFI 시스템 파티션(ESP)의 \EFI\Microsoft\Boot 폴더 Bootmgr 부트 매니저와 BCD 저장소'BIOS[바이오스] 시스템'과 'MBR(master boot record; partition sector) 디스크'(파티션)의 조합으로 구성되는 전통적인 부팅 환경'(U)EFI[확장 펌웨어 인터페이스] 시스템'과 'GPT(GUID Partition Table) 디스크'의 조합으로 구성되는 새로운 부팅 환경 BCDEdit.exe, BCDBoot.exe, Bootsect.exec.f. EasyBCD, Bootice 참조 사..
-
통일 확장 펌웨어 인터페이스(Unified Extensible Firmware Interface, UEFI)SysAdmin/규격 2014. 4. 5. 15:55
운영 체제와 플랫폼 펌웨어 사이의 소프트웨어 인터페이스를 정의하는 규격IBM PC 호환기종에서 사용되는 바이오스 인터페이스를 대체할 목적으로 개발 유서깊은 MBR(Master Boot Record)를 사용하는 표준적인 PC 디스크 파티션 대신 GPT(GUID Partition Table)라는 새로운 파티션 기법을 제공해 파티션 숫자와 크기에 대한 제약을 풀어버렸다 참조 사이트:http://jhrogue.blogspot.kr/2013/03/b-uefi.htmlhttp://ko.wikipedia.org/wiki/%ED%86%B5%EC%9D%BC_%ED%99%95%EC%9E%A5_%ED%8E%8C%EC%9B%A8%EC%96%B4_%EC%9D%B8%ED%84%B0%ED%8E%98%EC%9D%B4%EC%8A%A4
-
Windows Automated Installation Kit(Windows AIK or WAIK)SysAdmin/기타 2014. 4. 4. 21:38
Windows System Image Manager(Windows SIM) SysPrep ImageX(Windows Imaging Utility)드라이브 이미징 프로그램c.f. 윈도우 설치 DVD(윈도우 PE)에 포함된 설치용 이미지 파일인 \sources\Install.wim 파일PE 이미지WinRE.wim 파일c.f. 시만텍 고스트, 노턴 고스트, 트루 이미지 Windows Preinstallation Environment(WinPE) v2.0윈도우 PE 참조 사이트:http://en.wikipedia.org/wiki/Windows_Automated_Installation_Kithttp://ko.wikipedia.org/wiki/%EC%9C%88%EB%8F%84_%EC%82%AC%EC%A0%84_%E..
-
CMD 배치 스크립트프로그래밍 언어/스크립트 언어 2014. 3. 10. 15:51
command shellthe command interpreter Cmd.exethe Windows Script Host, CScript.exe a .bat or .cmd file name extension * 도스 프롬프트에서 실행 가능한 모든 명령어들c.f. conditional processing symbols - the Windows NT command interpreterIn a batch file, the @ symbol is the same as ECHO OFF applied to the current line only. C:> VER C:> HELP C:> HELP set - Filter commandsmorefindgrep?findstrgrepsort - redirection operat..
-
레이아웃 - ASP.NETGUI/컨트롤 2014. 2. 17. 16:59
Master pagesto create consistence in appearance for your web site with minimum code effort(templates).Masterprevents the pages from being browsed by browsers directly ContentPlaceHolder content pages(WebForm)Content Page.Master 참조 사이트:http://www.codeproject.com/Articles/11353/Inside-Master-Pages?display=Print
-
C#(GDI+)GUI/GDI 2014. 2. 10. 00:40
GDI+가 GDI(BMP)에 비해 월등히 우수한 점은 압축 이미지를 다룰 수 있다는 점이다.JPG, GIF, PNG, TIFF System.Drawing.Pen System.Drawing.SolidBrush -> System.Drawing.Brush System.Drawing.Font System.Drawing.StringFormat System.Drawing.Drawing2D.GraphicsPath.AddLine().AddString() System.Windows.Forms.Control -> System.ComponentModel.ComponentOnPaintBackground .ClientRectangle.Font .SetStyle()ControlStyles.ResizeRedraw System.Wi..