posts - 7, comments - 29, trackbacks - 0, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

12 2008 档案

摘要: using System;using System.Collections;using System.Collections.Specialized;namespace test{ class myTest { static void Main() { string[] arrInt = new string[] { "1", "1", "2", "3", "4", "33", "4", "66"...阅读全文

posted @ 2008-12-14 20:02 艾新 阅读(388) | 评论 (1) 编辑 |

摘要: SQL分页存储过程///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CREATE PROCEDURE [dbo].[sp_PageIndex](-- Add the parameters for the stor...阅读全文

posted @ 2008-12-14 19:56 艾新 阅读(132) | 评论 (0) 编辑 |