摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>Insert title here</title> <script type="text/javascript"> window.onload = function () { var 阅读全文
posted @ 2020-07-09 16:00 De南北 阅读(393) 评论(0) 推荐(0)
摘要: 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南北 阅读(269) 评论(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南北 阅读(69) 评论(0) 推荐(0)