首页

The answer to life, the universe, and everything——is 42.
But, why?
精选主题
精选内容
- 2023/12/13 NanoGPT Tutorial
- 2021/07/15 Flutter性能优化实践
- 2021/07/05 KDBX4 文件格式解析
- 2021/07/05 Java GC小结
- 2021/06/28 Redis distributed lock
- 2021/06/28 Redis Memory limit and eviction policy configuration
- 2021/05/03 A brief introduction to 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
- 2019/06/27 IEEE 754浮点数转换
- 2018/12/18 B-Tree算法
- 2018/04/09 Compile OpenJDK8 on MacOSX
- 2017/11/20 Compile live555 for Android
最近更新
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年4月9日 (星期三)
- 差异历史 小 Kafka data lose 08:46 +82 Riguz 留言 贡献 (→Will kafka lose data?)
- 差异历史 新 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…”)
- 差异历史 小 Kafka rebalance 08:38 +676 Riguz 留言 贡献 (→When rebalance happens)
- 差异历史 小 Kafka rebalance 08:35 +674 Riguz 留言 贡献 (→How relalance works)
- 上传日志 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…”)
- 差异历史 小 首页 08:27 −63 Riguz 留言 贡献
2025年4月6日 (星期日)
- 差异历史 小 ESP32 partition 13:42 +122 Riguz 留言 贡献
- 差异历史 小 ESP32 partition 13:41 +1 Riguz 留言 贡献
- 差异历史 新 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/…”)
- 差异历史 小 ESP32 wifi config 11:39 +19 Riguz 留言 贡献
2025年4月5日 (星期六)
- 差异历史 小 ESP32 connect to WIFI 15:55 +77 Riguz 留言 贡献 (→Configure wifi via bluetooth)
- 差异历史 小 ESP32 connect to WIFI 15:09 +235 Riguz 留言 贡献 (→Configure wifi via bluetooth)
- 差异历史 小 ESP32 connect to WIFI 14:56 +2,542 Riguz 留言 贡献
- 差异历史 新 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”)
- 差异历史 小 ESP32 pins 12:13 +12 Riguz 留言 贡献
- 差异历史 小 ESP32 pins 12:13 +74 Riguz 留言 贡献 (→ESP32-S3-DevKitC-1 v1.1)
- 差异历史 小 ESP32 setup development environment 12:11 +6 Riguz 留言 贡献 (→Arduino)
- 差异历史 小 STM32 development environment 07:15 +1 Riguz 留言 贡献 (→STM32 for Vscode)
- 上传日志 07:15 Riguz 留言 贡献上传文件:Stm32-for-vscode.png
- 差异历史 小 STM32 development environment 07:15 +36 Riguz 留言 贡献 (→STM32 for Vscode)
- 差异历史 小 STM32 development environment 07:14 +25 Riguz 留言 贡献 (→Issues)
- 差异历史 小 STM32 development environment 07:14 +1 Riguz 留言 贡献 (→Configure GPIO)
- 上传日志 07:13 Riguz 留言 贡献上传文件:CubdeMx-config-gpio.png
- 差异历史 小 STM32 development environment 07:13 +66 Riguz 留言 贡献 (→Enable debugging)
- 差异历史 小 STM32 development environment 06:45 +2 Riguz 留言 贡献 (→Enable debugging)
- 上传日志 06:44 Riguz 留言 贡献上传文件:CubdeMx-enable-debug.png
- 差异历史 小 STM32 development environment 06:44 +144 Riguz 留言 贡献 (→Create cmake project)
- 差异历史 小 STM32 development environment 06:31 +134 Riguz 留言 贡献 (→Telnet)
- 差异历史 小 STM32 development environment 06:31 +282 Riguz 留言 贡献 (→Build)
- 差异历史 小 STM32 development environment 06:16 +14 Riguz 留言 贡献 (→Create cmake project)
- 差异历史 小 STM32 development environment 06:16 +28 Riguz 留言 贡献 (→STM32CubeMX)
- 差异历史 小 STM32 development environment 06:15 +78 Riguz 留言 贡献 (→Opensource toolchain)
- 差异历史 小 STM32 development environment 06:15 +602 Riguz 留言 贡献 (→Opensource toolchain)
- 差异历史 小 STM32 development environment 06:14 +122 Riguz 留言 贡献 (→Telnet)
- 差异历史 小 STM32 development environment 06:03 +1,036 Riguz 留言 贡献 (→Issues)
- 差异历史 小 STM32 development environment 06:00 +192 Riguz 留言 贡献 (→Telnet)
- 差异历史 小 STM32 development environment 05:56 +53 Riguz 留言 贡献 (→OpenOCD)
- 差异历史 新 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日 (星期五)
- 差异历史 小 Stm32 led blink 02:09 +361 Riguz 留言 贡献 (→STM32CubeMX)
- 上传日志 02:07 Riguz 留言 贡献上传文件:CubdeMx-config.png
- 上传日志 02:07 Riguz 留言 贡献上传文件:CubdeMx-choose-chip.png
- 差异历史 小 Stm32 led blink 02:06 +149 Riguz 留言 贡献 (→STM32CubeMX)
2025年4月3日 (星期四)
- 差异历史 小 Stm32 led blink 17:23 +257 Riguz 留言 贡献 (→OpenOCD)
- 差异历史 小 Stm32 led blink 17:06 +39 Riguz 留言 贡献 (→OpenOCD)
- 差异历史 小 Stm32 led blink 17:00 +24 Riguz 留言 贡献 (→OpenOCD)
- 差异历史 小 Stm32 led blink 16:48 +452 Riguz 留言 贡献 (→Install Stm32CubeIde)
- 差异历史 小 ESP32 setup development environment 14:04 +360 Riguz 留言 贡献 (→Arduino)
- 差异历史 小 ESP32 setup development environment 13:43 +108 Riguz 留言 贡献 (→Arduino)
- 差异历史 小 ESP32 pins 12:12 +66 Riguz 留言 贡献 (→ESP32-S3-DevKitC-1 v1.1)