需求背景: 查看前top N的用户 查看自己的排名 用户积分变更后,排名及时更新 1:保留排行榜2倍大小的缓存 2:对比排行榜中最小的数值,比它大,插入排行榜中 参考:http://www.cocoachina.com/articles/13638 ...
分类:
编程语言 时间:
2021-07-15 19:00:52
阅读次数:
0
https://www.cnblogs.com/shizuchengxuyuan/p/15008799.html ...
分类:
编程语言 时间:
2021-07-15 18:59:26
阅读次数:
0
下载稳定版 官方地址:https://zookeeper.apache.org/releases.html 选择合适的版本,我的选择 wget https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.6.2/apache-zookeep ...
分类:
其他好文 时间:
2021-07-14 18:45:29
阅读次数:
0
1.打开https://www.ipaddress.com/,输入gist.github.com获取IP地址 2.ping 此ip地址,可以访问 3.将IP地址写入Hosts文件,140.82.113.3 gist.github.com MAC: /etc/hosts Windows: c/Wind ...
分类:
其他好文 时间:
2021-07-13 17:44:20
阅读次数:
0
有网站源码,需要的私聊,有些私人敏感信息,暂时不放GitHub了。 https://www.quewaner.com/ ...
分类:
Web程序 时间:
2021-07-13 17:43:33
阅读次数:
0
本文参考内容: https://www.mindspore.cn/doc/programming_guide/zh-CN/r1.2/advanced_usage_of_checkpoint.html?highlight=save_checkpoint 有官方文档内容可知,我们对网络参数的保存不仅可以 ...
分类:
其他好文 时间:
2021-07-12 18:27:04
阅读次数:
0
1.http协议详解 http://blog.csdn.net/gueter/archive/2007/03/08/1524447.aspx 2.https协议详解 https://www.cnblogs.com/zxj015/p/6530766.html ...
分类:
Web程序 时间:
2021-07-12 18:26:43
阅读次数:
0
https://www.cnblogs.com/better-farther-world2099/p/9290966.html undolog实现事务原子性,redolog实现事务的持久性。 为了避免脏数据刷回磁盘过程中,掉电或系统故障带来的数据丢失问题,InnoDB采用事务日志(redo log) ...
分类:
数据库 时间:
2021-07-12 18:26:14
阅读次数:
0
一、Linux上安装scrapyd 1. linux下安装python3 可参考我之前博文:https://www.cnblogs.com/Liu928011/p/14864190.html 2. 安装scrapyd并配置软链接 安装scrapyd:pip3 install scrapyd 配置软链 ...
分类:
其他好文 时间:
2021-07-12 18:17:10
阅读次数:
0
让MySql支持Emoji表情存储 https://www.cnblogs.com/rslai/p/7858982.html ...
分类:
数据库 时间:
2021-07-12 18:15:39
阅读次数:
0