zc's blogs

易讯DIGG网 - 与您的朋友一起阅读与分享
随笔 - 205, 文章 - 36, 评论 - 556, 引用 - 22
数据加载中……

ASP.NET

学习ASP.NET的一些总结
浅谈易讯网架构
     摘要: 关于易讯网的架构介绍,包括如何使用缓存,如何分布式任务分配以及图像的略缩图模块以及易讯网使用的部分开源项目组件  阅读全文

posted @ 2009-06-07 02:32 小春 阅读(5857) | 评论 (41)  编辑

window.createPopup定位无法超出IE浏览器

posted @ 2007-09-12 23:05 小春 阅读(509) | 评论 (0)  编辑

Multi-ListBox ASP.NET控件
     摘要: 写这款控件纯粹是为了学习如何开发数据绑定控件。目前只完成基本的数据绑定,多选,移动等功能。目前还是称它为Multi-ListBox吧  阅读全文

posted @ 2007-06-13 17:38 小春 阅读(2451) | 评论 (12)  编辑

IIRF(Ionic's Isapi Rewrite Filt er)入门,在IIS上重写Url
     摘要: IIRF是一款开源的重写URL过滤器,类似于Apache的URL重写,基于VC8.0(可以用Visual Studio2005或Visual C++ 2005 Express)开发。它可以运行在IIS5.0+,支持ASP,ASP.NET,PHP等许多格式。相对比ASP.NET2.0自带的URL重写,具有更好的性能和许多我们所需要特性,重要的一点在于:它可以支持无扩展名的URL。  阅读全文

posted @ 2007-03-02 21:33 小春 阅读(5997) | 评论 (33)  编辑

How To: Hosting a WCF Service in IIS

posted @ 2006-12-03 01:20 小春 阅读(360) | 评论 (0)  编辑

Tip/Trick:app_offline.htm

posted @ 2006-12-01 11:27 小春 阅读(121) | 评论 (0)  编辑

Combine Web and Windows Services to Run Your ASP.NET Code at Scheduled Intervals(转载)
     摘要: 描述了通过Windows Service时时调用Web Service的任务。想法比较有意思
至于为什么不在ASP.NET中的Application_Start执行Timer事件,文章也进行了描述
Unfortunately, this solution is not robust through application domain, process, or system restarts because a request must be made to the application to start the timer. ASP.NET is a passive programming paradigm that only responds to HTTP requests, so a process or user input must call the code for it to run  阅读全文

posted @ 2006-06-27 15:47 小春 阅读(241) | 评论 (0)  编辑

HTTP Response Headers

posted @ 2006-06-01 09:21 小春 阅读(798) | 评论 (0)  编辑

在ASP.NET2.0通过SMTP的验证发送EMAIL

posted @ 2006-05-31 21:50 小春 阅读(583) | 评论 (0)  编辑

自定义WebPart个性化配置数据存储

posted @ 2006-05-26 17:26 小春 阅读(604) | 评论 (2)  编辑

ASP.NET2.0 WebRource,开发微调按钮控件

posted @ 2006-04-22 17:07 小春 阅读(1666) | 评论 (5)  编辑

一些关于SQL2005+ASP.NET2.0的问题

posted @ 2006-04-06 22:12 小春 阅读(513) | 评论 (1)  编辑

在ASP.NET页面中如何利用JAVASCRIPT脚本向IFRAMES和POPUP传值

posted @ 2006-04-03 19:35 小春 阅读(687) | 评论 (4)  编辑

ASP.NET RSS Toolkit(RSS工具)

posted @ 2006-03-26 21:40 小春 阅读(2934) | 评论 (5)  编辑

SharpWebMail介绍和安装

posted @ 2006-03-23 23:42 小春 阅读(988) | 评论 (0)  编辑

Full ASP.NET Archive