Skip to content
View Morgan-earl's full-sized avatar
  • China

Block or report Morgan-earl

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

Popular repositories Loading

  1. my_cdev my_cdev Public

    Forked from huchanghui123/my_cdev

    一个简单的字符驱动模块,用于查看CPU信息

    C

  2. PyInstaller-Perfect-Build-Method PyInstaller-Perfect-Build-Method Public

    Forked from HaujetZhao/PyInstaller-Perfect-Build-Method

    如果我要写一个 Python 项目,打包成 exe 运行(方便在没有 Python 的电脑上使用),我需要打包出的根目录结构美观,没有多余的、杂乱的依赖文件在那里碍眼,而且需要在发现 bug 时,我还需要能够修改里面的代码后,无需再次打包,就能正常运行,该怎么做呢? 就以一个 Hello 项目为例,记一下我找到的完美方法。

    Python