2005年10月17日

图片缩放

摘要: using System;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.Web.UI.WebControls;using System.Web.UI.HtmlControls;namespace Cry18{/// <summary>/// WebForm3 的摘要说明。/// </ 阅读全文

posted @ 2005-10-17 16:39 老代哥哥 阅读(135) 评论(0) 推荐(0) 编辑

取存储过程的信息

摘要: SELECT (case when a.colorder=1 then d.name else '' end) N'TabName',(case when a.colorder=1 then d.id else '' end) N'TabId', a.colorder N'keyno', a.name N'colname', b.name N'DbType', a.length N'Size', (case a.status when 72 then 'Out 阅读全文

posted @ 2005-10-17 11:28 老代哥哥 阅读(113) 评论(0) 推荐(0) 编辑

存储过程动态配置

摘要: using System;using System.Text.RegularExpressions;using System.Web;using System.Reflection;using System.Configuration;using System.Xml;using System.Xml.Serialization;using System.Xml.XPath;namespace WebApplication2{/// <summary>/// ProcedureConfig 的摘要说明。/// </summary>public class Procedu 阅读全文

posted @ 2005-10-17 11:25 老代哥哥 阅读(194) 评论(0) 推荐(0) 编辑

导航