06 2021 档案
摘要:phpredis防止超卖的方法 $redis = \RedisClient::getInstance(); if ($redis->get(self::TABLEPRE . '_red') >= 100) { echo '红包没有了'; exit(); } else { $yijingred = $
阅读全文
摘要:javascript H5跳转小程序的方法 <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> 引用的要1.6最新的哦 才支持 这个非常重要!!! <wx-open
阅读全文
摘要:mysql in后面语句多的处理方法 直接分批
阅读全文
摘要:css滚动条占空间的解决方法 overflow-y: overlay; 滚动条应该是悬浮在上面了
阅读全文
摘要:javascript 生成blob url的方法 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Blob Url</title> </head> <body> <video id="video" width
阅读全文