2008年10月12日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1protected void Page_Load(object sender, EventArgs e) 2 { 3 DataSet ds = new Da... 阅读全文

posted @ 2008-10-12 19:29 Yruigood 阅读(2065) 评论(1) 推荐(0) 编辑


2008年8月28日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> string strRegex = @""; Regex regex; MatchCollection matchColl... 阅读全文

posted @ 2008-08-28 16:13 Yruigood 阅读(927) 评论(2) 推荐(0) 编辑


2008年8月27日

摘要: 只是一个获取页面源文件的方法 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// 获取http页面源文件 /// /// 网络地址 /// ... 阅读全文

posted @ 2008-08-27 15:22 Yruigood 阅读(919) 评论(0) 推荐(0) 编辑


2008年8月26日

摘要: 新人开博,先来个存储过程。 set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER PROCEDURE [YR_DataPaging] @sql NVARCHAR(4000), --查询字符串 @currentpage INT = 1, --当前页 @pagesize INT = 10, --每页行数 @pagecount I... 阅读全文

posted @ 2008-08-26 18:01 Yruigood 阅读(272) 评论(0) 推荐(0) 编辑


Copyright © 2024 Yruigood
Powered by .NET 9.0 on Kubernetes