Hey Guys 👋 Here is Cooper!

Welcome to my Blog! 这里主要记录了我的日常创作,项目计划,学习进度。 也可以在其他地方访问我的文字材料。 博客因为是托管在 Github 上面,所以,挂上一个梯子可能会让访问更加顺畅。

Welcome to my Blog! This space mainly documents my daily creations, project plans, and learning progress. You can also access my written materials elsewhere as follows.

Cooper’s GitHub
Cooper’s Leetcode

留言板📑Message Board ➡️ 在此留言

Blog Free Discussion Area Welcome everyone to share your thoughts and opinions in the comments section of the blog! This website is equipped with giscus, a comment system based on GitHub Discussions. Visitors can leave comments and feedback on the site using GitHub! 📋🖋️ I will respond to all comments and feedback as soon as possible. 🥰 If needed, you can also contact me directly via email: authoritysharing@gmail.com...

2024-11-08 · 1 分钟 · Cooper

Cooper的推荐书单

我的书单 2025年 西方现代思想讲义 2000年以来的西方 明朝那些事 (全) 9 部

2025-01-10 · 1 分钟 · Cooper

解决VsCode的git提交问题

解决VsCode的git提交失败问题 取消代理设置 可能是因为魔法的原因连接不上. 这是最常见的解决方法之一,通过在终端执行以下命令,可以取消 Git 的...

2025-01-06 · 1 分钟 · Cooper

Report报告

Gesture Recognition System Design Based on STM32F429 and MPU6050 Part 1: Hardware Design 1.1 Hardware Platform Setup The hardware platform for this project is designed to collect, process, and classify gesture data using the STM32F429 development board paired with an MPU6050 gyroscope. This combination provides a robust environment for data acquisition and real-time interaction. Key Components STM32F429 Development Board: Serves as the primary computational unit for reading sensor data, processing,...

2025-01-01 · 7 分钟 · Cooper

Hot100精练

哈希 unordered_map:基础概念 哈希表容器:unordered_map 使用哈希函数将键映射到桶中,从而实现高效的键值对存储和查找。 键...

2024-11-24 · 3 分钟 · Cooper

Computer基础知识集合

数据结构 计算机网络 计算机组成 操作系统

2024-11-22 · 1 分钟 · Cooper

Linux性能监视器开发

1-Linux配置 虚拟机配置建议是: 虚拟机ubuntu镜像不要低于18.04 选择net模式,30-40G硬盘大小 硬盘一定要设置30-40G大...

2024-11-22 · 3 分钟 · Cooper

解决hugo复制行号问题的办法

问题 我的网站在复制代码时,会把行号也一起复制下来。我尝试了很多办法,但最终决定: 既然解决不了问题,那就干脆消灭问题吧!😆 解决办法 在hugo....

2024-11-16 · 1 分钟 · Cooper