上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
  2011年1月19日
摘要: 代码 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 阅读全文
posted @ 2011-01-19 10:48 雨季 阅读(375) 评论(0) 推荐(0) 编辑
  2011年1月5日
摘要: 主表: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; 阅读全文
posted @ 2011-01-05 15:46 雨季 阅读(272) 评论(0) 推荐(0) 编辑
  2010年12月13日
摘要: 参考:http://www.cnblogs.com/cloudgamer/archive/2010/10/11/AlertBox.html 阅读全文
posted @ 2010-12-13 09:34 雨季 阅读(371) 评论(0) 推荐(0) 编辑
  2010年12月3日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!--/**本日历选择控件由“丁伟峰”(ddwwff@gmail.com)于2008.11.14,根据梅花雨日期控件,和前人经验完善而得。*修改的源码来源于“... 阅读全文
posted @ 2010-12-03 09:32 雨季 阅读(768) 评论(1) 推荐(0) 编辑
  2010年11月29日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--varexampleClass=function(){this.counter;this.sum=function(num1,num2){varresult=num1+num2;//计算结果resul... 阅读全文
posted @ 2010-11-29 09:21 雨季 阅读(393) 评论(0) 推荐(0) 编辑
  2010年11月16日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--varexampleClass=function(){this.counter;this.event1=function(){this.counter++;};this.event2=function... 阅读全文
posted @ 2010-11-16 16:15 雨季 阅读(291) 评论(0) 推荐(0) 编辑
  2010年9月12日
摘要: 转:http://www.cnblogs.com/rchen/archive/2006/10/29/csharp_and_flash.html(木野狐 2006-10-29)由于之前一阵公司一个项目提出的需求,自己也想进行这方面的尝试,我对如何使用 Flash 来做 WinForm 程序的界面产生了兴趣,于是学习了一些资料,摘要于此。下图是我做的一个 demo 程序的界面:要在 WinForm 中... 阅读全文
posted @ 2010-09-12 16:17 雨季 阅读(374) 评论(0) 推荐(0) 编辑
  2010年9月6日
摘要: 转:http://blog.csdn.net/fuyajun001/archive/2010/05/06/5563567.aspx软件环境: Windows 7 旗舰版 Microsoft Visual Studio 2008 Microsoft SQL Server 2008-------------------------------------------------------------... 阅读全文
posted @ 2010-09-06 20:14 雨季 阅读(343) 评论(0) 推荐(0) 编辑
  2010年8月18日
摘要: 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... 阅读全文
posted @ 2010-08-18 09:39 雨季 阅读(159) 评论(0) 推荐(0) 编辑
  2010年8月10日
摘要: 页面滚动到指定控件obj.scrollIntoView(); 阅读全文
posted @ 2010-08-10 11:42 雨季 阅读(200) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页