Loading

上一页 1 ··· 35 36 37 38 39
摘要: ASP.Net 2中的登录组件 实现自己的Membership Provider(继承自MembershipProvider类) MembershipProvider类(详细内容见MSDN中关于MembershipProvider类的说明) ... 阅读全文
posted @ 2008-01-04 13:19 .net's 阅读(704) 评论(0) 推荐(0)
摘要: ASP.NET Technical Articles Managing ASP.NET Precompiled Output for Deployment Using the aspnet_merge.exe Command Microsoft Corporation November 2005 Introduction In ASP.NET 2.0, you can precompile ... 阅读全文
posted @ 2008-01-04 13:16 .net's 阅读(2552) 评论(0) 推荐(0)
摘要: ASP.NET Technical Articles Using Web Deployment Projects with Visual Studio 2005 Microsoft Corporation November 2005 Abstract Visual Studio 2005 provides deployment support through its Copy Web Si... 阅读全文
posted @ 2008-01-04 13:12 .net's 阅读(1192) 评论(0) 推荐(0)
摘要: Update: This shiped a few days ago. More details here: http://weblogs.asp.net/scottgu/archive/2005/11/10/430283.aspx Later this week Microsoft is shipping on the web a new free add-on to Visual Studi... 阅读全文
posted @ 2008-01-04 13:08 .net's 阅读(838) 评论(0) 推荐(0)
摘要: 1 Response.Clear(); 2 Response.Buffer = true; 3 Response.Charset = "GB2312"; 4 Response.AppendHeader("Content-Disposition", "attachment;filename=FileName.xls"); 5 ... 阅读全文
posted @ 2007-10-24 09:59 .net's 阅读(404) 评论(1) 推荐(0)
摘要: C#没有提供播放MP3等音频文件的类,要编写播放MP3等音频文件程序,必须使用第三方控件或类。本文使用API函数mciSendString,编写一个播放MP3等音频文件的类。 具体源码如下: 一、使用API函数mciSendString构成的媒体播放类。 程序代码 using System; using System.Runtime.InteropServices; using Sy... 阅读全文
posted @ 2007-10-15 16:53 .net's 阅读(1102) 评论(0) 推荐(0)
摘要: 如何连接oracle数据库及故障解决办法 如何配置才能使客户端连到数据库: 要使一个客户端机器能连接oracle数据库,需要在客户端机器上安装oracle的客户端软件,唯一的例外就是java连接数据库的时候,可以用jdbc thin模式,不用装oracle的客户端软件。加入你在机器上装了oracle数据库,就不需要在单独在该机器上安装oracle客户端了,因为装oracle数据库的时候会自动安... 阅读全文
posted @ 2007-10-15 09:42 .net's 阅读(580) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39