摘要: var page = 1; var PageSidex = 8; var minys = 1; var rowCount = 0;//总页数 Load(); function chaxun() { page = 1; Load(); } function Load() { var likeVehic 阅读全文
posted @ 2018-05-09 14:36 贾丁楠 阅读(162) 评论(0) 推荐(0)

摘要: --分页显示 --存储过程分页sqlalter proc PageFruit@where nvarchar(max)=null,@wherename nvarchar(max),@pageindex int,@pagesize int,@pagecount int output,@tablename 阅读全文
posted @ 2018-04-28 16:37 贾丁楠 阅读(282) 评论(0) 推荐(0)

2018年8月13日

摘要: 阅读全文
posted @ 2018-08-13 11:10 贾丁楠 阅读(79) 评论(0) 推荐(0)

2018年4月26日

摘要: string sql=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX SqlParameter[] parameters = { new SqlParameter("@XXX",XXX), new SqlParameter("@XX",XX) }; 阅读全文
posted @ 2018-04-26 13:49 贾丁楠 阅读(112) 评论(0) 推荐(0)

2018年4月24日

摘要: select ontime,offtime,OnlineTime,a.exlane,car1count,car1toll,car2count,car2toll,car3count,car3toll,car4count,car4toll,car5count,car5toll from ( select 阅读全文
posted @ 2018-04-24 16:40 贾丁楠 阅读(3219) 评论(0) 推荐(0)

2018年4月19日

摘要: //根据Columns 条件 进行排序 this.dataGridView1.Sort(this.dataGridView1.Columns["FirstName"], ListSortDirection.Ascending); 待补充.... 阅读全文
posted @ 2018-04-19 11:12 贾丁楠 阅读(66) 评论(0) 推荐(0)

导航