摘要:
代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->CSharpCodeProviderCSharp=newCSharpCodeProvider();String[]dll={"System.dll","System.Windows.Forms.dll"};CompilerParameters编译参数=newCompilerParameters(dll);编译参数.GenerateExecutable 阅读全文
摘要:
主表:ProductsID ProductName1上衣2短裤3 帽子外键表:ProdutImageID ProductID ProductImage11上衣图片一21 上衣图片二3 2 短裤图片一4 2 短裤图片二SELECT *FROM [SELECT Products.*, (select max(ID) from productImage where ProductID = Products.ID) AS MaxImageIDFROM Products]. AS TA, ProductImageWHERE ProductImage.ID=TA.MaxImageID; 阅读全文
摘要:
参考:http://www.cnblogs.com/cloudgamer/archive/2010/10/11/AlertBox.html 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!--/**本日历选择控件由“丁伟峰”(ddwwff@gmail.com)于2008.11.14,根据梅花雨日期控件,和前人经验完善而得。*修改的源码来源于“... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--varexampleClass=function(){this.counter;this.sum=function(num1,num2){varresult=num1+num2;//计算结果resul... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--varexampleClass=function(){this.counter;this.event1=function(){this.counter++;};this.event2=function... 阅读全文
摘要:
转:http://www.cnblogs.com/rchen/archive/2006/10/29/csharp_and_flash.html(木野狐 2006-10-29)由于之前一阵公司一个项目提出的需求,自己也想进行这方面的尝试,我对如何使用 Flash 来做 WinForm 程序的界面产生了兴趣,于是学习了一些资料,摘要于此。下图是我做的一个 demo 程序的界面:要在 WinForm 中... 阅读全文
摘要:
转:http://blog.csdn.net/fuyajun001/archive/2010/05/06/5563567.aspx软件环境: Windows 7 旗舰版 Microsoft Visual Studio 2008 Microsoft SQL Server 2008-------------------------------------------------------------... 阅读全文
摘要:
1.Yahoo高效的WEB应用建议http://developer.yahoo.com/performance/rules.htmlhttp://www.docin.com/p-1490425.html2.ASP.NET服务端GZIP压缩模块的作用及工作原理http://www.docin.com/p-50414998.html3.ASP.NET AJAX缓存http://dotnet.china... 阅读全文