摘要: html代码: 测试demo 浏览 View Codeashx代码using System;using System.Drawing;using Syste... 阅读全文
posted @ 2015-11-09 23:48 objnet 阅读(1951) 评论(2) 推荐(0)
摘要: 原文地址:几种常见SQL分页方式效率比较分页很重要,面试会遇到。不妨再回顾总结一下。1.创建测试环境,(插入100万条数据大概耗时5分钟)。create database DBTestuse DBTest--创建测试表create table pagetest(id int identity(1,1... 阅读全文
posted @ 2015-11-09 00:14 objnet 阅读(300) 评论(0) 推荐(0)