11 2009 档案
The Open Source Definition
摘要:The Open Source DefinitionIntroductionOpen source doesn't just mean access to the source code. The distribution terms of open-source software must comply with the following criteria:1. Free Redistribu...
阅读全文
(ZT).NET设计模式:单件模式(Singleton Pattern)
摘要:.NET设计模式:单件模式(Singleton Pattern) 概述 Singleton模式要求一个类有且仅有一个实例,并且提供了一个全局的访问点。这就提出了一个问题:如何绕过常规的构造器,提供一种机制来保证一个类只有一个实例?客户程序在调用某一个类时,它是不会考虑这个类是否只能有一个实例等问题的,所以,这应该是类设计者的责任,而不是类使用者的责任。 从另一个角度来说,Singleton模...
阅读全文
Remote Desktop增强:Terminal Services注册表设置
摘要:Remote Desktop of MS的颜色只有24bit,并且字体是有锯齿的。可以在注册表中修改两个值,来增强设置。24-bit color:[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]"fDenyTSConnections"=dword:00000000"UserAuthentica...
阅读全文
浙公网安备 33010602011771号