随笔分类 - C#
摘要:genimage.ashx genimage.ashx.cs // Copyright (C) 2003 by Greg Ennis// (mailto:greg@ennis.net)//// The contents of this file are subject to the Artistic License (the "License").// You may not use this...
阅读全文
摘要:WebForm1 >" oncli...
阅读全文
摘要:Regex 类包含若干静态方法,使您无需显式创建 Regex 对象即可使用正则表达式。使用静态方法等效于构造 Regex 对象,使用该对象一次然后将其销毁。 Regex 类是不可变(只读)的,并且具有固有的线程安全性。可以在任何线程上创建 Regex 对象,并在线程间共享。 方法:Escape:通过替换为转义码来转义最小的元字符集(\、*、+、?、|、{、[、(、)、^、$、.、# 和空白)。Ge...
阅读全文
摘要:download.aspx download download.cs using System;using System.IO;using System.Web;using System.Web.UI;namespace ZKSTAT.Common{ ...
阅读全文
摘要:在包含多个 DataTable 对象的 DataSet 中,可以使用 DataRelation 对象来使一个表与另一个表相关,在多个表之间导航,以及从相关表中返回子行或父行。下面是一个主表和子表关系的示例:Demo.aspx Demo ...
阅读全文
摘要:显示效果:Directory.aspx Directory Directory.aspx.cs //******************************************************...
阅读全文
摘要:数据库脚本: CREATE TABLE [dbo].[Pictures] ( [kFileName] [bigint] IDENTITY (1, 1) NOT NULL , [Picture] [image] NULL , [FileName] [varchar] (250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ) ON [PRIM...
阅读全文
摘要:1、由dataset生成public void CreateExcel(DataSet ds,string typeid,string FileName){HttpResponse resp;resp = Page.Response;resp.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312");resp.AppendHeader...
阅读全文

浙公网安备 33010602011771号