08 2007 档案

摘要://创建一个程序集实例System.Reflection.Assembly a= System.Reflection.Assembly.LoadFrom(Server.MapPath("../Public/bin/Debug/Public.dll"));//定义一个类型数组并从程序集实例中获得Type[] t = a.GetTypes(); //循环输出类型数组中的类的名称 for(int i = 0 ; i<t.Length;i++){ Response.Write(t[i].Name+"<br>");}//定义一个方法信息实例 并从 阅读全文
posted @ 2007-08-23 15:45 ZetaChow晓代码 阅读(151) 评论(0) 推荐(0)
摘要:ALTER PROCEDURE PR_ArticleList @index int, --页索引 @pagesize int, --页大小 @condition nvarchar(1000) --查询条件字符串 ASdeclare @starID varchar(20) --起始IDdeclare @rowcount int --要查询记录数declare @count int --记录总数declare @maxpages int --总页数declare @Tem nvarchar(2000) --字查询模板 SET NOCOUNT ON --当存在查询条件,在查询条件前加AND... 阅读全文
posted @ 2007-08-07 17:18 ZetaChow晓代码 阅读(492) 评论(0) 推荐(0)
摘要:<div id="link" style="OVERFLOW: hidden; HEIGHT: 30"><div id="link1"><a href="http://www.163.com" target="_blank">网易</a><br><a href="http://www.163.com" target="_blank">网易</a><br>< 阅读全文
posted @ 2007-08-04 04:42 ZetaChow晓代码 阅读(117) 评论(0) 推荐(0)