[翻译]保卫自由的互联网,拒绝Web3

Posted on Sat 18 February 2023 in Computer Science • Tagged with Blockchain

原文标题:Keep the web free, say no to Web3

原文链接:https://yesterweb.org/no-to-web3/

新的想法,新的思潮,下一代互联网,Web3对每个人的意义都是独一无二的。币圈的铁杆粉丝们把这种基于区块 …


Continue reading

用 Python 进行代码覆盖率检测:coverage.py 和diff-cover 的使用方法

Posted on Sun 05 February 2023 in Computer Science • Tagged with Python

在重构项目时,我们经常需要确认代码测试的覆盖率。这是为了确保没有任何部分遗漏或者错误,从而使重构变得更安全 …


Continue reading

RocketMQ是什么

Posted on Sat 11 September 2021 in Computer Science

Apache RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.

RocketMQ 是一个分布式消息中间件,其具有低延迟、高性能和可靠性、万亿级容 …


Continue reading

简单聊聊MySQL Binlog

Posted on Mon 30 August 2021 in Computer Science • Tagged with MySQL

Binlog (binary log)是一组日志文件,包含了对MySQL服务器进行的数据修改和变更,并持久化到磁盘中。Binlog以事件的格式存储,包括了所有的DDL和DML语句(例如数据表Schema的创建和变更,以及数据行的变更)。此外,每个Binlog …


Continue reading