Skip to content
View returnToInnocence's full-sized avatar
🐝
hard-working bee
🐝
hard-working bee
Block or Report

Block or report returnToInnocence

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
returnToInnocence/readme.md

Typing SVG

1 基本信息

  • 👋 Hi,我是 HongJun Li,欢迎访问我的仓库
  • ⌚ GitHub 更新记录
    • 2020-2023 年 第一次使用 GitHub,后由于个人用户名部分内容存在泄漏个人隐私风险,因此注销,更换名称(当时我自己脑子有毛病😂,其实明明不用的,多此一举了)
    • 2023-2024 年 注销后重新创建用户,将部分内容迁移至此仓库
  • ⏰ 个人博客更新记录
    • 2021-2022 年 基于 Wiki.js 搭建个人知识库,由于所部署 Tencent 云服务器到期,因此知识库关闭
    • 2023-2024 年 23 年末重启博客,依托于 git page,应用 hugo 搭建个人博客(主要是主题好看所以心动了😁)
    • 2023.12.7 博客存在某 sec 问题,暂时鸵鸟战略关闭干别的先🙈
  • 🌱 本人能力着实浅薄,就不枉谈自己有xxx研究方向了
  • 📫 如果您对我的仓库中所涉及到的技术想要进一步讨论或者指出我的错误,期待您通过我的 Email 与我联系

2 commit message type

用于规范化历次提交内容改动类型,同时也是提醒自己每个 commit 要认真对待,干净的 commit 有利于大家交流

  1. build:主要目的是修改项目构建系统(例如 glup,webpack,rollup 的配置等)的提交
  2. ci:主要目的是修改项目继续集成流程(例如 Travis,Jenkins,GitLab CI,Circle等)的提交
  3. docs:文档更新
  4. feat:新增功能
  5. fix:bug 修复
  6. perf:性能优化
  7. refactor:重构代码(既没有新增功能,也没有修复 bug)
  8. style:不影响程序逻辑的代码修改(修改空白字符,补全缺失的分号等)
  9. test:新增测试用例或是更新现有测试
  10. revert:回滚某个更早之前的提交
  11. chore:不属于以上类型的其他类型

2.1 参考资料

Pinned Loading

  1. Multipass_batch_processing_system_framework Multipass_batch_processing_system_framework Public

    Job, process, memory management scheduling multi-level system framework

    JavaScript

  2. News-information-crawl-analysis-and-visualization News-information-crawl-analysis-and-visualization Public

    The crawler is the core, the ai analysis calls Tencent api, the visualization uses python word cloud library and visualization library, and the front end is relatively simple

    HTML 1

  3. infrastructure-compiler-L infrastructure-compiler-L Public

    My compiler for computer core competency training

    C

  4. Fossa507b-Cloud Fossa507b-Cloud Public

    This is a system we jointly developed for 507b to improve the quality of life of 507b

    Java 2 1

  5. incubator-hugegraph-toolchain incubator-hugegraph-toolchain Public

    Forked from apache/incubator-hugegraph-toolchain

    HugeGraph toolchain - include a series useful graph modules

    Java