摘要: 使用sql语句实现简单的分页功能 阅读全文
posted @ 2011-01-11 16:27 狼之神 阅读(603) 评论(2) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;namespace GanggangApplication{ class Program { static void Main(string[] args) { SortedNumbers(); } /// summary /// 该方法获得需要排序的数组,表调用排序方法进行排序 /// /summary public static void SortedNumbers() { int numberCount; int[] numbers; Console.W 阅读全文
posted @ 2010-12-24 16:40 狼之神 阅读(12957) 评论(6) 推荐(1)