06 2020 档案

摘要:static void Main(string[] args) { double totalAmount = 100; int num = 10; double minAmount = 0.01; RedisClient client = new RedisClient("127.0.0.1", 6 阅读全文
posted @ 2020-06-30 20:56 De南北 阅读(289) 评论(0) 推荐(0)
摘要:create proc Proc_Page( @name varchar(20), @pageIndex int, @pageSize int, @pageCount int out)asbegin set nocount on --开启不计受影响行数 select top(@pageSize) * 阅读全文
posted @ 2020-06-09 21:01 De南北 阅读(111) 评论(0) 推荐(0)
摘要://api public pageModel Get(int pageSize = 3, int currentPage = 1, string yhfs = "", string hxzt = "", string mc = "") { //修正传入的页数<1的情况 if(currentPage 阅读全文
posted @ 2020-06-09 15:15 De南北 阅读(74) 评论(0) 推荐(0)