搬家了!这里是新博客。以前的内容会逐步搬迁。
这里主要测试一些内容,回归文章一段时间之后会写。
公式部分
ap−1≡1(modp)
∇⋅D=ρf∇⋅B=0∇×E=−∂t∂B∇×H=Jf+∂t∂D
代码部分
这里测试一些代码。
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
|