原创 Media Foundation Programming--Enumerate the video or audio device

Define a device parameter struct:   struct ChooseDeviceParam{    IMFActivate **ppDevices;    // Array of IMFActivate po

原创 Improve Scalability With New Thread Pool APIs

http://msdn.microsoft.com/en-us/magazine/cc163327.aspx Robert Saccone Code download available at: VistaThreadPools2007_

原创 單點登錄(SSO)的核心--kerberos身份認證協議技術參考(三)

http://chnking.cnblogs.com/archive/2006/03/12/348622.aspx 1.1.1        長期非對稱密鑰: Public Key 當前,在微軟的Kerberos身份驗證的實現,存儲在智能

原创 Ubuntu下安裝SSH,VNC和FTP服務

安裝配置SSH服務: sudo apt-get install openssh-server Ubuntu缺省安裝了openssh-client,所以在這裏就不安裝了,如果你的系統沒有安裝的話,再用apt-get安裝上即可.   然後

原创 如何在VMWare Workstation虛擬機中安裝Mac OS(整理)

   先下載好所需的各個軟件包 VMWare Workstation 7.1,下載一個trial版 http://www.vmware.com/products/workstation/ VMWare WorkStation 7註冊機 h

原创 Configuring Microsoft Reference Source Server for VS

Set Up the Symbols Path: a. Launch Visual Studio 2008.b. From the Tools menu, choose Options.c. In the Options dialog b

原创 Network Programming with IOCP and Thread Pool – Intro

http://www.youngwriting.net http://www.youngwriting.net/blog/?paged=14 These days, I’m playing with network programming

原创 Drill Into .NET Framework Internals to See How the CLR Creates Runtime Objects

Hanu Kommalapati and Tom Christian   This article discusses: SystemDomain, SharedDomain, and DefaultDomain Object lay

原创 單點登錄(SSO)的核心--kerberos身份認證協議技術參考(一)

http://www.cnblogs.com/chnking/archive/2006/03/07/344506.html   微軟Windows Server 2003操作系統實現Kerberos 版本5的身份認證協議。Windows

原创 Partitioned Tables and Indexes in SQL Server 2005

http://msdn.microsoft.com/en-us/library/ms345146.aspx   Kimberly L. TrippFounder, SQLskills.com January 2005 Applies to

原创 單點登錄(SSO)的核心--kerberos身份認證協議技術參考(二)

http://www.cnblogs.com/chnking/archive/2006/03/08/346054.html   二、        Kerberos V5身份驗證協議如何工作 Kerberos V5身份驗證協議(RFC 1

原创 Source Insight 教程

Source Insight實質上是一個支持多種開發語言(java,c ,c 等等)的編輯器,只不過由於其查找、定位、彩色顯示等功能的強大,常被我們當成源代碼閱讀工具使用。 作爲一個開放源代碼的操作系統,Linux附帶的源代碼庫使得廣大愛

原创 A Beginner's Guide to Creating a MMORPG

This article will focus on the first steps in building your own Massive Multiplayer Online Role Playing Games (MMORPG).

原创 Android x86 ISO tips

Alt+F1切換Console,Alt+F7切換到GUI,Console下有BusyBox工具包和開發工具. 關機和重啓:切換到Console, 關機:/sbin/poweroff -f,重啓:/sbin/reboot -f. 安裝到硬盤

原创 Media Foundation Programming--Image Stride

When a video image is stored in memory, the memory buffer might contain extra padding bytes after each row of pixels. T