脾与湿气 脾与湿气 2023-06-29 Cooper Zhu sports & healthy 中医 脾 湿气 声明:因本人非医学专业,文中所述仅为个人学习、观察、总结记录使用。不保证观点及内容完整性、正确性。 中医角度: 万病归于脾,脾虚百病生。 脾胃为后天之本,气血生化之源。 1 脾 1.1 脾虚等级 从轻到重分为六级: 1. 脾气虚 2. 脾阳虚 3. 脾阴虚 4.
Git基本用法 Git基本用法 2023-06-28 Cooper Zhu technology git see:https://git-scm.com/ 1 常用流程 git init --initial-branch=main # 初始化git仓库 git remote add origin <remote_git_address> # 添加远程分支地址 git pull origin <
Git分支管理模型 Git分支管理模型 2023-06-27 Cooper Zhu technology git 主要分支 * master:本地/远程永远分支。用于正式版本发布。该分支上所有节点都包含发布版本tag,可直接编译发布; * develop:本地/远程永远分支。开发时使用的主要分支,功能迭代的分支; 辅助分支 * feature-:本地/远程【可选】临时分支。用于某一业务功能开发; * bugfix-:本地/远程【可选】临时分支。用于BUG修复。
使用hugo搭建博客 使用hugo搭建博客 2023-06-26 Cooper Zhu other blog hugo create blog with hugo + LoveIt, and automate deployment with Netlify 1 Create a repository on github repository name: hugo-blog-example 2 Netlify settings see: https://www.
使用Ghost搭建博客 使用Ghost搭建博客 2023-06-24 Cooper Zhu other blog ghost github:https://github.com/TryGhost/Ghost docker [ghost]:https://hub.docker.com/_/ghost docker [mysql]:https://hub.docker.com/_/mysql 1 mysql 1.1 数据文件映射