02 2019 档案
摘要:转载链接:https://www.cnblogs.com/vveiliang/p/9049393.html 1、令牌桶算法 令牌桶算法是比较常见的限流算法之一,大概描述如下: 1)、所有的请求在处理之前都需要拿到一个可用的令牌才会被处理; 2)、根据限流大小,设置按照一定的速率往桶里添加令牌; 3)
阅读全文
摘要:mysql:select * from table_name limit 100,200;--取出从100到200的数据 获取时间:mysql:now() mysql tinyint(0,1) → bit float (decimal(19,4))→ moneytext → ntextvarchar
阅读全文
摘要:详情参考:https://www.cnblogs.com/morang/p/9741511.html github地址:https://github.com/yimogit/moxy.blogs/tree/af3ef01c1bc67b530f057e7c28ab798aaf14199a
阅读全文