跳到主要内容
Chengyu HAN
Open Source Contributor
查看所有作者

MIT-18.03sc Differential Equations

· 阅读需 1 分钟
Chengyu HAN
Open Source Contributor

Differential Equations - ocw

SYLLABUS

这个课的 课程提纲 里说有两门先修课的要求:

学过数分,勉强满足先修要求

这课其实是常微分方程

The main equations studied in the course are driven first and second order constant coefficient linear ordinary differential equations and 2x2 systems.

Hexo 发布时间显示问题

· 阅读需 3 分钟
Chengyu HAN
Open Source Contributor

问题概述

hexo new post后在Front-matter里用date:指定时间,但generate后,页面显示的的时间为当天时间。

_config.yml日期格式是正确的,postdate的格式也是正确的。hexo clean后重新生成文章仍然出现此问题。 以前写文章都是直接post很少用draft,所以未遇到过同样的问题。