
ASP
文章平均质量分 83
calven1003
这个作者很懒,什么都没留下…
展开
-
ASP实现文件直接下载
在IE进行文档链接时,如果遇到OLE支持的文档,IE会自动调用相应程序打开它,有时候这种功能并不是我们所需的,虽然我们可以提醒用户用鼠标右键-->"目标另存为...."命令来下载文档,但这样毕竟不太友好,本文描述了利用FSO及Stream方法实现IE直接下载文档.Filename must be inputif Request("Filename")="" then response.write原创 2005-08-25 10:10:00 · 1212 阅读 · 2 评论 -
Learning ADSI - Part 1: Adding Users To W2K
Introduction <!--OAS_AD(flex);//--> As the desire and need for the Internet grew, Microsoft created new products and modified its old ones. Windows OS required features that gave devel原创 2005-05-21 08:39:00 · 928 阅读 · 1 评论 -
Learning ADSI - Part 2: Editing Users and Administering Groups
Introduction When I started ASP, I tried reading a couple of phone directory-sized $50 books. Each of them was filled with samples that didnt make sense to me. I then found a Web site with simple ASP原创 2005-05-23 16:44:00 · 1935 阅读 · 0 评论 -
转发---追MM与设计模式的有趣见解
创建型模式 1、FACTORY —追MM少不了请吃饭了,麦当劳的鸡翅和肯德基的鸡翅都是MM爱吃的东西,虽然口味有所不同,但不管你带MM去麦当劳或肯德基,只管向服务员说“来四个鸡翅”就行了。麦当劳和肯德基就是生产鸡翅的Factory 工厂模式:客户类和工厂类分开。消费者任何时候需要某种产品,只需向工厂请求即可。消费者无须修改就可以接纳新产品。缺点是当产品修改时,工厂类也要做相应的修改。如:如何创建及原创 2005-12-22 15:40:00 · 633 阅读 · 0 评论