11 2009 档案

摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->delegateintAdditionDelegate(intx,inty);classDelegateLambda{//委托publicintAddVer1(intx,inty){AdditionDelegateaddDelegate=newAdditionDelegate(Addition);returnaddDelegate(x,y);}privateintAddition(intx, 阅读全文
posted @ 2009-11-29 12:18 Clotho_Lee 阅读(230) 评论(0) 推荐(0)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->///<summary>///压缩///</summary>///<paramname="srcFile"></param>///<paramname="zipFile"></param>publicstaticvoidCompress(stringsrcFile,stringzi 阅读全文
posted @ 2009-11-29 12:04 Clotho_Lee 阅读(291) 评论(0) 推荐(0)
摘要:The .NET Framework includes a mechanism called the Code Document Object Model (CodeDOM) that enables developers of programs that emit source code to generate source code in multiple programming languages at run time, based on a single model that represents the code to render.To represent source code 阅读全文
posted @ 2009-11-29 10:49 Clotho_Lee 阅读(541) 评论(0) 推荐(0)
摘要:错误提示:Project 'xxx' could not be opened because the Microsoft Visual C# 2008 compiler could not be created.QueryService for '{74946829-37A0-11D2-A273-00C04F8EF4FF}' failed.解决方法:开始 -> 运行 -> devenv.exe /ResetSkipPkgsps: 有时是提示'{7D960B16-7AF8-11D0-8E5E-00A0C911005As}' 阅读全文
posted @ 2009-11-28 22:27 Clotho_Lee 阅读(593) 评论(1) 推荐(0)