搬家了!这里是新博客。以前的内容会逐步搬迁。

这里主要测试一些内容,回归文章一段时间之后会写。

公式部分

ap11(modp) a^{p-1}\equiv 1 \pmod p

D=ρfB=0×E=Bt×H=Jf+Dt\begin{array}{l} \nabla \cdot \mathbf{D} =\rho _f \\ \nabla \cdot \mathbf{B} = 0 \\ \nabla \times \mathbf{E} = -\cfrac{\partial \mathbf{B}}{\partial t } \\ \nabla \times \mathbf{H} = \mathbf{J}_f + \cfrac{\partial \mathbf{D}}{\partial t } \end{array}

代码部分

这里测试一些代码。

cpp

1
2
3
4
5
6
7
#include <bits/stdc++.h>
using namespace std;

int main(void) {
cout << "Hello World!\n";
return 0;
}

yaml

1
2
3
4
5
6
stellar:
version: '1.30.1'
homepage: 'https://xaoxuu.com/wiki/stellar/'
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
main_css: /css/main.css
main_js: /js/main.js

Nothing built can last forever.
本站由 iznomia 使用 Stellar 1.30.4 主题创建。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。