Last Month Posted on 2020-07-17 Edited on 2025-02-13 In Essay 回忆下个月的今天就开学了,我已经待在家半年之久。 今年发生了很多事情,这些事情一定程度上让我做出了很大的改变。 如果没有这些事情,此时的我又在干什么呢? Read more »
hexo同时deploy部署到github和gitee上 Posted on 2020-07-17 Edited on 2025-02-13 In Experience 打开博客目录下的_config.yml文件,修改deploy的repo并保存 要这样配置才行: 123456deploy: type: git repo: github: git@github.com:carpediemtal/carpediemtal.github.io.git gitee: git@gitee.com:linjinming/linjinming.git branch: master 配置完成之后执行 123hexo ghexo d 或 1hexo d -g 即可同步部署。 请参考官方文档: https://hexo.io/zh-cn/docs/github-pages
LeetCode-120 Posted on 2020-07-14 Edited on 2025-02-13 In LeetCode LeetCode-120 三角形最小路径和题目 Read more »
LeetCode-350 Posted on 2020-07-13 Edited on 2025-02-13 In LeetCode LeetCode-350 两个数组的交集II题目 结果 Read more »