摘要: SELECT ID = newid(), 字段名= convert(varchar(100), a.name), 表名= convert(varchar(50), d.name ), 库名= 'WEPM_OA', 字段说明=convert(varchar(50), isnull(g.[value],'')), 字段说明=convert(varchar(50), isnull(g.[value],'')) FROM dbo.syscolumns a left join dbo.systypes b on a.xusertype=b.xusertyp 阅读全文
posted @ 2012-06-01 17:32 (二少)在南极 阅读(708) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ComponentModel;using System.Globalization;using System.Collections;using System.Collections.Specialized;using System.Reflection;namespace enumkey{ class Program { static void Main(string[] args) { Type enu 阅读全文
posted @ 2012-06-01 17:31 (二少)在南极 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 客户端请求页面 预初始化(OnPreInit) 初始化(OnInit) 完成初始化(OnInitComplete) 载入ViewState(LoadViewState) 处理回送数据(IPostBackDataHandler) Page_OnPreLoad—》Page_OnLoad 回发更改通知(RaisePostDataChangedEvent) 处理回发事件(RaisePostBackEvent) Page_OnLoadComplete 预呈现(OnPreRender) 完成预呈现(OnPreRenderComplete) 保存ControlState(SaveControlState) 阅读全文
posted @ 2012-06-01 16:08 (二少)在南极 阅读(144) 评论(0) 推荐(0) 编辑