- Autoconfigure Scripts for Proxy Settings - Apr. 22, 2004April 22, 2004:Added more complex examples t...
- quot;,
"G2S_wageredPromoAmt",
"G2S_wageredNonCashAmt",
"G2S_egmPaidGameWonAmt",
"G2S_egmPaidProgWonAmt",
- DataContractSerializerserializer=newDataContractSerializer(typeof(Dictionary<MeterSetTypeEnum,MeterS...
- 今天偶然看见《C# in depth》的第一章谈到这个问题,作者称我的这个需求叫做“参数类型的协变性/逆变性”,并且,作者和我一样,其实很希望C#的类型系统能有这样的能力 ^_^
- 自己动手查看数据库中的不同粒度锁,从而理解事务的不同隔离级别的真正意义。
- 写成英文的是因为组里有外国的同事,绝非ZB,事实上楼主的英文不好。大家觉得不合适我就从首页撤掉,工具的用法本身我觉得还是有价值的。
- 使用VS自带的perfmance tools来输出程序实际执行路径,用执行代码着色来帮助程序调试的简单方法
- 根据接口的定义,自动生成符合这个接口的mock class。classProgram{privatestaticstringassemblyFullName;privatestaticstringin...
- WITH XMLNAMESPACES (
'http://www.gamingstandards.com/g2s/schemas/v1.0.3' AS g2s)
select options from dvm.Options
where cast(options as xml).exist('/g2s:g2sMessage/g2s:g2sBody/g2s:optionConfig/g2s:optionList/g2s:deviceOptions[@g2s:deviceClass="G2S_player"]') =1 - The quickest way to import the result of a sql procedure into a temp table.
select * into #temp from OPENROWSET(
'SQLOLEDB',
'SERVER=servername;uid=sa;pwd=***;Database=dbname',
'exec sp_lock') as a - 项目组其他成员写的code,即将被删掉,贴在这儿纪念一下使用AutosetEvent来进行同步的方法。SyncSignalCollection.cs代码Code highlighting produc...
- http://support.microsoft.com/kb/816042配置 Windows 时间服务以使用内部硬件时钟警告:如果使用注册表编辑器或其他方法错误地修改了注册表,则可能会出现严重问题...
- 1.aspnet_regiis -i -enable2.sc config sysplant start= disabled
- 批量把所有名字满足某正则表达式的windows service的password改成一个新值:Get-Service | where-object {$_.Name -match "^IGT.*"} ...
- 典型门户网站和 Web CM 系统整合结构图 Web CM 的角色 Web CM 完成所需要的内容创建。内容创建可以大致分为以下不同的部分: 编写 -- 构成内容块的正文 编辑 --提炼内容以便它与...
- 今天第一次尝试用xpath去搜索xml字符串,把自己写的sql帖在下面,以后参考[代码]
- 以前真的不清楚,对于别人写好的一个exe,即使人家没有通过manifest file来进行配置,你也自己写一个config文件,来进行自己想要得配置,比如更改这个可执行文件依赖的库:类似:<?x...
- The unshelve operation supported by tf.exe does not allowshelved changes and local changes to be mer...
- Title Relative Resource Link 云计算:从概念、方案到实践 • Windows Azure官方网站: http://www.azure.com •...
- 下面这段代码编译是不通过的,但是从OO的角度,大家觉得它应该编译通过吗?借人气问一下,得到答案就从首页候选上拿下来。[代码]
- 写了一个demo来说明delegate和Delegate的区别。










