The holSystems vLab Platform is a dynamic virtual machine provisioning engine built on Hyper-V Server 2008 R2, System Center, SQL Server, and .NET 3.5. All labs are stored in template form until a user requests a lab. Once requested, the collection
When the Microsoft Firewall service starts, it exposes the IFWXFirewall interface, which provides access to Firewall service functions. An application filter must include a COM object that implements the IFWXFilter interface. This object is called
What Is an RODC?Read-only domain controllers (RODCs) are anew feature of Active Directory Domain Services (AD DS) in WindowsServer 2008. RODCs are additional domain controllers for a domain thathost complete, read-only copies of the partitions of
MinGw編譯Boost(金慶的專欄)在MinGw Shell中運行bootstrap.sh失敗Jinq@jinqing-pc /d/src/boost_1_52_0$ bootstrap.sh toolset=gccBuilding Boost.Build engine with toolset gcc...Failed to build Boost.Build build engineConsult 'bootstrap.log' for more
使用cppcheck檢查代碼(金慶的專欄)Cppcheck is an static analysis tool for C/C++ code. cppcheck首頁:http://cppcheck.sourceforge.net/使用說明見:http://cppcheck.sourceforge.net/manual.html下載安裝cppcheck後, 可以如下測試:d:\temp\cppcheck --enable=all --template=vs d:\Code\Server
自從發了上篇文章以後,看到很多網友評論,很多人產生共鳴表示贊同,也有人覺得並不同意,沒關係,在開始續篇三之前,先分享一些真實案例,也許對理解文章的主題能有協助。其一:曾經面試一個軟體開發人員,自己講:我想做大項目,不太喜歡做小項目,體現不了我的價值。問:什麼樣的大項目呢? 答曰:怎麼也得上百萬的那種項目吧。然而,當問到技術問題,group by 和 order by
CMake添加gcov代碼覆蓋測試支援(金慶的專欄)在根CMakeList.txt中添加ENABLE_GCOV選項:OPTION(ENABLE_GCOV "Enable gcov (debug, Linux builds only)" OFF)IF (ENABLE_GCOV AND NOT WIN32 AND NOT APPLE) SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fprofile-arcs