240 发简信
IP属地:北京
  • raft协议学习

    论文:In Search of an Understandable Consensus Algorithm(Extended Version)....

  • redis

    一篇介绍redis的好文章:https://www.jianshu.com/p/fab17b445d3a

  • 性能测试latency TP99,TP999

    latency往返耗时 TP=Top Percentile 根据每个请求的延迟时间,将请求分组到不同的百分位中。可以查看第 50 百分位和第 9...

  • Python追加写入文件并换行

    将字符串 “123” 追加写入 a.txt 文件,并换行。 with open('a.txt',mode='a') as filename:fi...

  • Resize,w 360,h 240
    ValueError: buffer source array is read-only

    调用scikit-learn的随机森林接口时,模型预测语句执行时,遇到报错ValueError: buffer source array is ...

  • 平安健康险现场面试

    20201019测评 四人一面试官

  • HTTP Status Code状态码

    https://tools.ietf.org/html/rfc2616 Method The Method token indicates t...

  • Resize,w 360,h 240
    解决ssl module in Python is not available

    问题描述:macOS,运行环境 python3,运行虚拟环境 python -m venv venv ,在venv 安装依赖 pip insta...

  • iOS13.1企业应用无法安装应用程序,因为证书无效

    由于iOS13.1要安装企业应用,url必须是https的,不能是http,这就要求我们的服务器要支持https。因此,只要将原链接: itms...