文章分类 - C# Common class
摘要:/// <summary> /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// </summ
阅读全文
摘要:public class Handler2 : IHttpHandler, IRequiresSessionState { public void ProcessRequest(HttpContext context) { //取得处事类型 string action = DTRequest.Get
阅读全文
摘要:<%@ WebHandler Language="C#" Class="Handler" %> using System; using System.Web; using System.Drawing; using System.IO; using System.Drawing.Imaging; u
阅读全文
浙公网安备 33010602011771号