首页

"I am looking at the future with concern, but with good hope." - Albert Schweitzer
2025/04/4 星期五 1,192 Pages|374 Files|4,127 Edits
维博
- 2024/09/20 (翻译)基于状态的CRDT简介
- 2024/07/29 大模型工作流系统设计
- 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月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”)
2025年3月30日 (星期日)
- 差异历史 新 ESP32 max98357a audio output 12:06 +725 Riguz 留言 贡献 (创建页面,内容为“= Hardware connection = 小智AI终端DIY面包板WIFI-LCD彩屏接线教程<ref>https://rcnv1t9vps13.feishu.cn/wiki/Zq62wST38iuNxZkwg9JcjkSSnSd</ref> 电源和地线: * 将MAX98357A的VCC引脚连接到ESP32-S3的3.3V输出。 * 将MAX98357A的GND引脚连接到ESP32-S3的GND。 I2S信号线: * BCLK:ESP32-S3的I2S位时钟引脚(如GPIO2)→ MAX98357A的BCLK。 * LRC/WS:ESP32-S3的I2S左右声道时钟引脚(如GPIO1)→ MAX98357A…”)
- 差异历史 新 分类:ESP32 04:27 0 Riguz 留言 贡献 (创建空白页面)
2025年3月29日 (星期六)
- 差异历史 新 ESP32 led blink 15:51 +2,419 Riguz 留言 贡献 (创建页面,内容为“<ref>https://github.com/espressif/esp-idf/tree/master/examples/get-started/blink</ref> Based on hello world project. = Add depndencies= Add gpio driver: <syntaxhighlight lang="cmake"> idf_component_register(SRCS "hello_world_main.c" PRIV_REQUIRES spi_flash REQUIRES driver INCLUDE_DIRS "") </syntaxhighlight> Add lib: <syntaxhighlight lang="cpp"> idf.py add-dependency espressif/led_strip i…”)
- 差异历史 新 Mac find process listening to port 13:55 +420 Riguz 留言 贡献 (创建页面,内容为“ <syntaxhighlight lang="bash"> $ lsof -P -i:6666 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME openocd 4228 riguz 3u IPv4 0x163b8cdfd65fd7d7 0t0 TCP localhost:6666 (LISTEN) $ netstat -vanp tcp | grep 6666 tcp4 0 0 127.0.0.1.6666 *.* LISTEN 131072 131072 4228 0 0x0100 0x00000006 </syntaxhighlight> Category:Linux Category:Mac”)
- 上传日志 03:33 Riguz 留言 贡献上传文件:Esp-vscode.png
- 上传日志 03:30 Riguz 留言 贡献上传文件:Esp32s3-board.png
- 差异历史 新 分类:Embedded 02:16 0 Riguz 留言 贡献 (创建空白页面)
- 差异历史 新 ESP32 setup development environment 02:09 +364 Riguz 留言 贡献 (创建页面,内容为“<ref>https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html#get-started-prerequisites</ref> = Development on Mac= ==Install Prerequisites == <syntaxhighlight lang="cpp"> brew install cmake ninja dfu-util </syntaxhighlight> ==Get ESP-IDF== Need to install [https://github.com/espressif/esp-idf esp-idf] Category:ESP32”)
2025年3月28日 (星期五)
- 上传日志 13:45 Riguz 留言 贡献上传文件:Mdk-led-debugger3.png
- 上传日志 13:45 Riguz 留言 贡献上传文件:Mdk-led-debugger2.png
- 上传日志 13:45 Riguz 留言 贡献上传文件:Mdk-led-debugger1.png
- 上传日志 13:44 Riguz 留言 贡献上传文件:Mdk-led-options.png
- 上传日志 13:44 Riguz 留言 贡献上传文件:Mdk-led-structure.png
2025年3月27日 (星期四)
- 上传日志 15:22 Riguz 留言 贡献上传文件:Platformio.png
- 上传日志 15:16 Riguz 留言 贡献上传文件:Stm32cubeide-error.png
- 差异历史 新 Stm32 led blink 15:03 +91 Riguz 留言 贡献 (创建页面,内容为“= STM32 development settings on Mac = Category:Stm32 Category:ARM Category:ARM”)
2025年3月26日 (星期三)
- 差异历史 新 Agent design 14:11 +39 Riguz 留言 贡献 (创建页面,内容为“ESP32 N16R8 MAX98357/ ICS 43434/inmp441”)