会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
De南北
博客园
首页
新随笔
联系
订阅
管理
2020年7月9日
js定时跳转页面
摘要: <!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)
2020年6月30日
抢红包(Redis及队列)
摘要: 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)
2020年6月9日
C#分页存储过程及调用
摘要: 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)
C#分页(关于优惠券)(无存储过程)
摘要: //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)
公告