Skip to content
View DavidingPlus's full-sized avatar
🕊️
world peace
🕊️
world peace

Highlights

  • Pro

Block or report DavidingPlus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DavidingPlus/README.md

Hi there 👋

Hi, this is DavidingPlus, a Student 🔥 from China. I dream to be an Open Source Developer 🚀. I love C & C++ forever ❤️.

DavidingPlus's github activity graph

Pinned Loading

  1. study-notes Public

    学习过程中写的 markdown 文档集合。

    C++ 3 1

  2. blog Public

    我的个人博客。

    Stylus 1

  3. homepage Public

    Forked from imsyy/home

    我的个人站点的主页。

    Vue

  4. code-browser Public

    C++ 开源库源代码浏览网站。

    HTML 5

  5. algorithm Public

    算法学习的仓库,记录了自己和朋友们的算法学习。

    2

3,628 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to DavidingPlus/study-notes, DavidingPlus/blog, DavidingPlus/nvmixfs and 51 other repositories
Loading A graph representing DavidingPlus's contributions from March 24, 2024 to March 24, 2025. The contributions are 98% commits, 1% issues, 1% pull requests, 0% code review.

Contribution activity

March 2025

Created a pull request in DavidingPlus/nvmixfs that received 2 comments

Fix Problem When Running Unit Test With Util

第一步,需要将代码分为内核态以及可跨内核态和用户态的两部分。内核态即包含内核头文件、数据结构以及类型的部分,跨内核和用户态的部分不能包含任何内核的东西,该部分可用于用户态测试(比如单元测试),比如本项目中本文件系统自己元数据的定义、宏的定义以及一些工具函数等。 第二步,建议将跨内核和用户态的代…

+115 −37 lines changed 2 comments
Opened 4 other pull requests in 2 repositories

Created an issue in DavidingPlus/nvmixfs that received 7 comments

Problem When Running Unit Test With Util

现在遇到个麻烦的问题,目前(截止到 commit 545ff3d)的源代码中,defs.h、util.h 和 util.c 是与内核无关的全局宏、结构体以及工具函数的文件,他们既可以被内核态使用,也可以被用户态使用。而我想要在用户态对这些内核无关的东西做单元测试。目前不知道该怎么办。

7 comments
Opened 11 other issues in 3 repositories
Started 1 discussion in 1 repository
xmake-io/xmake
Loading