摘要: 1,安装 Web Deploy Projects2,在VS里右击Web项目, Add Web Deployment Project, 确定3,设置新添加的项目的属性. 其中的"Compilation"页中 Output Path即为要发布到的目录.4,在项目属性的Deployment页中,选中"Enable Web.config file section replacement",在下面输入"co...
阅读全文
摘要: TypeToString()ContainsGenericParametersGenericParameterAttributesGenericParameterPositionIsGenericType Dictionary<,> Dictionary`2[TKey,TValue] Y - - Y < Tkey Y None 0 N > Tvalue Y None 1 N...
阅读全文
摘要: 原始来源: RegexLib.com修改后加入了两个新功能:1,匹配类似 "lc <deerchao@xxx.com>" 这样的包含姓名的格式.2,添加了四个命名组: name, email, user, domain. 这样可以方便取出相应的信息.Code highlighting produced by Actipro CodeHighlighter (freeware)http:...
阅读全文