自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(23)
  • 收藏
  • 关注

转载 Script Callbacks in ASP.NET

  Script Callbacks in ASP.NET   Dino Esposito Download the code for this article: CuttingEdge0408.exe (127KB) I f youre involved in Web development you may have faced a problem

2004-07-24 14:18:00 1384

原创 怎么用ASPX页面生成缩略图

using System;using System.IO;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System

2004-07-19 18:42:00 1151 1

原创 ASP.NET页面是怎样生成的

using System; namespace WebApp3{ using System.IO; using System.Web; using System.Web.UI; using System.Collections; using System.Collections.Specialized;  class MyPage : System.Web.UI.TemplateControl,

2004-07-19 18:23:00 850

转载 ASP.NET中提示客户端下载文件

Response.ContentType="application/msword";Response.AppendHeader("Content-Disposition","attachment;filename=test.txt");Response.Write("asdf");Response.End(); ContentType可以从Server 2003的IIS管理器属性中查看

2004-07-19 17:36:00 626

转载 .net工具

.NET Tools Here are listed some of the existing companion tools for .NET development.Although quite comprehensive, this list is not exhaustive. You can submit new tools or report a dead link by

2004-07-19 17:33:00 1597

转载 The VS7 Debugger doesn’t work. What can I do?

The VS7 Debugger doesn’t work. What can I do? By Min Kwan Park( mkpark@microsoft.com / Visual C# Debugger QA team) Introduction   During the last several months, I have dealt with many users from both

2004-07-19 17:31:00 2221

转载 How do I authenticate to send an email

System.Web.Mail FAQ Complete FAQ Listing 3 Advanced Programming Samples 3.1 How do I send non US-ASCII emails? 3.2 How do I send a web page? 3.3 How do I embed images in an email? 3.4 How do I e

2004-07-19 17:29:00 1078

转载 ASP.NET 数据库缓存依赖

ASP.NET 数据库缓存依赖 By Peter A. Bromberg, Ph.D.     在ASP.NET中,Cache类最酷的特点是它能根据各种依赖来良好的控制自己的行为。以文件为基础的依赖是最有用的,文件依赖项是通过使用 Cache.Insert 并提供引用文件的 CacheDependency 对象添加的   Cache.Insert("MyData", Source, new Cac

2004-07-19 17:27:00 726

转载 Serving Images from .NET Assemblies

Serving Images from .NET Assemblies Morgan SkinnerMicrosoft Developer Services June 2003 Summary: Most if not all Web sites require images for their user interface, and these are usually stored on

2004-07-19 17:26:00 1214

转载 关于p4机器上安装oracle8i的问题

关于p4机器上安装oracle8i的问题(转载) http://www.chinaunix.net 作者:dingquanbin  发表于:2003-07-09 17:09:02 一、系统环境及准备工作 硬件: ? Intel P4的处理器  ? 256M的内存  ? 硬盘有三个分区C、D、E,光驱为F  软件: ? 操作系统WINDOWS 2000 SERVER、WINDOWS

2004-07-19 17:21:00 836

转载 Using Windows Forms Controls in Internet Explorer

This document describes how to successfully execute Windows Forms controls within Internet Explorer (IE). Windows Forms controls within IE are activated without user prompt, require no registration an

2004-07-19 17:11:00 1030

转载 如何重画Windows控件

如何重画Windows控件 本文内容: 概述 平台需求 例1:改变控件属性 例2:重画简单控件 概述: 当你在全新体验Windows XP令人赏心悦目的界面的时候,你一定在想"如果我的程序界面也都能这么漂亮,那该多好啊"。那就让我们来看看到底应该如何通过.NET类库来重画Windows标准控件。 本文通过两个例子来阐述如何通过程序编码来有效的改变Windows标准控件外观。 平台需求:

2004-07-19 17:04:00 1103

转载 Playing with DataGrid Control

The article ?Playing with DATAGRID? presented above gives a user the overview to show the importance and versatility of the DATAGRID control. Introduction   Accessing data has become a major program

2004-07-19 17:03:00 858

转载 充分利用 .NET 框架的 PropertyGrid 控件

充分利用 .NET 框架的 PropertyGrid 控件 Mark RideoutMicrosoft Corporation 摘要:本文旨在帮助您了解 Microsoft .NET 框架中的 PropertyGrid 控件,以及如何针对您的应用程序自定义该控件。 适用于:   Microsoft? .NET? 框架   Microsoft? Visual Studio? .NET 目录

2004-07-19 17:03:00 1065

转载 C#创建一个文件的快捷方式

C#创建一个文件的快捷方式www.wenhui.org  11/5/2002  CSharp vs Java 您可以使用Interope,在您的项目中引入"Windows Script Host Object Model" COM library。 然后运行下面的代码: using System;using System.Runtime.InteropServices;using IWshRu

2004-07-19 17:02:00 1200

转载 VSS的口令破解算法的思路

发信人:flashsky(闪空),信区:网络安全精华区标题:VSS的口令破解算法的思路 发信站:安全焦点(2002-09-20 19:41:07) 今天一个同事来找我,说VSS的ADMIN口令给忘记了。项目组的源代码管理不了。我拿VSS的程序反汇编一看,天啊,VSS的认证过程真是老土,当然对于具有本地管理员权限的人只需要覆盖掉date/um.dat文件就可以更改口令。而且VSS本身是靠文件共享的

2004-07-19 17:02:00 1549

转载 在安装期间将应用程序重定向到不同的 XML Web services

在安装期间将应用程序重定向到不同的 XML Web services Steve HoagVisual Studio TeamMicrosoft Corporation 2001 年 11 月 摘要:本文介绍了如何在 Visual Basic? .NET 中创建一个 Web 应用程序,通过使用 URL Behavior 属性、Installer 类和 Web 安装程序项目将该应用程序重定向到不同

2004-07-19 17:01:00 866

转载 在 Microsoft SQL Server 2000 数据仓库中使用分区

在 Microsoft SQL Server 2000 数据仓库中使用分区 摘要:本文介绍如何使用分区来改善 SQL Server 2000 Enterprise Edition 中数据仓库的可管理性、查询性能和加载速度,并讨论关系型数据库和分析服务多维数据集中的矢量架构的水平分区。 目录 概述在 SQL Server 2000 关系型数据仓库中使用分区在 SQL Server 2000 分析服

2004-07-19 17:01:00 1684

转载 ASP.NET应用中用C#实现基于表单的认证

  如何:在您的ASP.NET应用中用C#实现基于表单的认证(Q301240) 本文讨论的内容属于: 微软ASP.NET (包括.NET框架) 微软Visual C# .NET (2002) 微软SQL Server 2000 (所有版本) 微软SQL Server 版本7.0 如果您需要查阅本文的Microsoft Visual Basic .NET版本,请参见Q308157。 本文引用

2004-07-19 17:00:00 1143

转载 Visual Basic .NET 和 Visual C# .NET 程序员需要解决的安全问题

Visual Basic .NET 和 Visual C# .NET 程序员需要解决的安全问题 Robin Reynolds-HaertleVisual Studio TeamMicrosoft Corporation 2002 年 1 月 摘要:本文着重讨论了 Visual Basic .NET 和 Visual C# .NET 开发人员在开始使用 .NET 框架时需要解决的主要安全问题。此概

2004-07-19 17:00:00 2048

转载 Microsoft .NET Remoting:技术概述

Microsoft .NET Remoting:技术概述 摘要 本文提供了 Microsoft .NET Remoting 框架的技术概述,其中包括了使用 TCP 通道或 HTTP 通道的示例。 目录 简介 远程对象 代理对象 通道 激活 对象的租用生存期 总结 附录 A:使用 TCP 通道进行远程处理的示例 附录 B:使用 HTTP 通道进行远程处理的示例 简介

2004-07-19 16:59:00 615

转载 设计模式:利用C#的Delegate来改进Observer模式

  设计模式:利用C#的Delegate来改进Observer模式 摘要 Observer模式是我们应用得非常多的一个模式,因为它定义了单数据源多视图结构的消息传递基本机制和对象设计,所以在几乎所有的将表示层与数据逻辑层分开的多层应用软件上都能套用上Observer模式。本文将分析C#语言来实现该模式的代码,并且针对该模式存在的一些缺点,利用C#的一个新特性Delegate来尝试对该模式进行了

2004-07-19 16:58:00 716

转载 Managing Unhandled Exceptions in .NET

Introduction One of the things that impressed me when I first started learning .NET was its enhanced exception-handling functionality. By this I mean such features as easy access to the type of except

2004-07-19 16:57:00 800

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除