09 2010 档案

摘要: 参考:http://msdn.microsoft.com/zh-cn/library/ms177410(v=SQL.100).aspx阅读全文
posted @ 2010-09-17 16:27 无尽思绪 阅读(42) | 评论 (0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/ms190690.aspx没有where条件(针对两表关联的条件),A表 10条记录。B表 17条记录。结果是170记录。当有where条件的时候, 则cross join 等于 inner join所有join的参考:(inner join, left join,right join,self join,cross ...阅读全文
posted @ 2010-09-17 16:01 无尽思绪 阅读(326) | 评论 (0) 编辑
摘要: Official site:http://www.imagemagick.org/script/index.phpCodePlex:http://imagemagick.codeplex.com/Books:Books About ImageMagickAn open source project backed by years of continual development, ImageMag...阅读全文
posted @ 2010-09-15 19:15 无尽思绪 阅读(293) | 评论 (0) 编辑
摘要: http://www.devasp.net/net/articles/display/438.html阅读全文
posted @ 2010-09-10 17:34 无尽思绪 阅读(175) | 评论 (0) 编辑
摘要: Helloi have tried many methods:1. normal way:this way doesn't work. actually ,the file was downloaded, but the current page wasn't displayed.2.using Thread.i got an error in method "DownloadFile", may...阅读全文
posted @ 2010-09-10 17:26 无尽思绪 阅读(727) | 评论 (1) 编辑
摘要: 两种方式,但其实还是一种方式:1.依托于DNN来创建,使用的是DNN自带的SharpZipLib.dll文件。其中的LiftEngineDocumentCollection 是一个文件集合。使用的是LLBLGen来做DAL层。参考代码:DotNetNuke.Entities.Modules.PaWriter.CreateZipFile()第二种方式:使用的是ICSharpCode.SharpZip...阅读全文
posted @ 2010-09-09 22:54 无尽思绪 阅读(317) | 评论 (2) 编辑
摘要: [代码]官方参考:http://www.iis.net/ConfigReference/system.applicationHost/sites/site/bindings阅读全文
posted @ 2010-09-06 15:14 无尽思绪 阅读(168) | 评论 (3) 编辑