首页

The answer to life, the universe, and everything——is 42.
But, why?
维博
- 2024/09/20 (翻译)基于状态的CRDT简介
- 2023/12/13 NanoGPT Tutorial
- 2021/07/15 Flutter性能优化实践
- 2021/07/05 KDBX4 文件格式解析
- 2021/07/05 JVM GC summary
- 2021/06/28 Redis distributed lock
- 2021/06/28 Redis Memory limit and eviction policy configuration
- 2021/05/03 MySQL binary log
- 2021/01/05 Jer语言设计
- 2020/11/04 Flutter中使用ffi调用SqlCipher
- 2020/09/25 SQLite3 file format
- 2020/05/13 PyQt5入门小程序
- 2020/03/04 Burrows–Wheeler Transform
- 2020/01/25 Debug JDK source code
- 2019/12/24 JVM InvokeDynamic
- 2019/06/27 IEEE 754浮点数转换
- 2018/12/18 B-Tree算法
- 2018/04/09 Compile OpenJDK8 on MacOSX
- 2017/11/20 Compile live555 for Android
- 2016/07/22 Db Schema key-gen
网站收藏
- [Martin Kleppmann] : Designing Data-Intensive Applications作者,分布式计算,CRDT
精选主题
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年4月9日 (星期三)
- 差异历史 新 Kafka data lose 08:46 +1,799 Riguz 留言 贡献 (创建页面,内容为“= Will kafka lose data? = Kafka’s event hubs are designed to be resilient. When certain failures occur, they should be able to recover. However, there are still risks that you have to consider. == Incorrect configuration == * Retention time too short: Kafka allows you to configure how long messages are kept before deletion. If the retention.ms (retention time in milliseconds) is set too short, messages will be deleted sooner than expected. A simple mistake…”)
- 上传日志 08:34 Riguz 留言 贡献上传文件:Kafka-rebalance.webp
- 差异历史 新 Kafka rebalance 08:33 +1,032 Riguz 留言 贡献 (创建页面,内容为“The concept of rebalancing is fundamental to Kafka's consumer group architecture. When a consumer group is created, the group coordinator assigns partitions to each consumer in the group. Each consumer is responsible for consuming data from its assigned partitions. However, as consumers join or leave the group or new partitions are added to a topic, the partition assignments become unbalanced. This is where rebalancing comes into play<ref>https://www.redpanda.c…”)
2025年4月6日 (星期日)
- 差异历史 新 ESP32 partition 13:40 +1,519 Riguz 留言 贡献 (创建页面,内容为“<syntaxhighlight lang="bash"> FAILED: esp-idf/esptool_py/CMakeFiles/app_check_size /Users/riguz/Workspace/embedded/esp32/esp32-agent/build/esp-idf/esptool_py/CMakeFiles/app_check_size cd /Users/riguz/Workspace/embedded/esp32/esp32-agent/build/esp-idf/esptool_py && /Users/riguz/.espressif/python_env/idf5.5_py3.12_env/bin/python /Users/riguz/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/riguz/Workspace/embedded/…”)
2025年4月5日 (星期六)
- 差异历史 新 ESP32 connect to WIFI 12:50 +155 Riguz 留言 贡献 (创建页面,内容为“ Wi-Fi Station<ref>https://github.com/espressif/esp-idf/tree/v5.4.1/examples/wifi/getting_started/station</ref> Category:ESP32 Category:Embedded”)
- 上传日志 07:15 Riguz 留言 贡献上传文件:Stm32-for-vscode.png
- 上传日志 07:13 Riguz 留言 贡献上传文件:CubdeMx-config-gpio.png
- 上传日志 06:44 Riguz 留言 贡献上传文件:CubdeMx-enable-debug.png
- 差异历史 新 STM32 development environment 05:54 +3,389 Riguz 留言 贡献 (创建页面,内容为“ == MDK-ARM (Windows) == Windows7x64 virtual machine on Mac * Download and install [https://www.keil.com/demo/eval/arm.htm mdk-arm] * [https://aka.ms/vs/17/release/vc_redist.x64.exe VC_redist.x64.exe] The pack installer seems useless. Just close it, and the install link is somehow disabled. Download [https://www.keil.arm.com/devices/stmicroelectronics-stm32f103ze/processors/ stm32f103ze] DFP and install === MDK4.7 === MDK 4.72 + keygen (Menu/License manag…”)
2025年4月4日 (星期五)
- 上传日志 02:07 Riguz 留言 贡献上传文件:CubdeMx-config.png
- 上传日志 02:07 Riguz 留言 贡献上传文件:CubdeMx-choose-chip.png
2025年4月3日 (星期四)
- 上传日志 12:12 Riguz 留言 贡献上传文件:ESP32-s3-pins.webp
- 差异历史 新 ESP32 spi oled display 01:52 +102 Riguz 留言 贡献 (创建页面,内容为“<ref>https://www.electronicshub.org/esp32-oled-display</ref> Category:ESP32 Category:Embedded”)
- 上传日志 01:51 Riguz 留言 贡献上传文件:ESP32-s3-layout.jpg
- 差异历史 新 ESP32 pins 01:51 +243 Riguz 留言 贡献 (创建页面,内容为“= ESP32-S3-DevKitC-1 v1.1 = <ref>https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-devkitc-1/user_guide.html#esp32-s3-devkitc-1-v1-1</ref> 600px Category:ESP32 Category:Embedded”)
2025年4月1日 (星期二)
- 差异历史 新 ESP32 wifi config 04:17 +176 Riguz 留言 贡献 (创建页面,内容为“* 统一配网<ref>https://docs.espressif.com/projects/esp-idf/zh_CN/stable/esp32s3/api-reference/provisioning/provisioning.html</ref> Category:ESP32 Category:Embedded”)