第一次搭建博客
致谢
感谢 @DIVMonster、@青墟 二位大佬在博客搭建过程中提供的指导和帮助,以及开源主题AweScnb主题
提供的技术支持。
感谢博客园提供的高度定制化的免费博客平台。
typero及markdown测试
表格
项目 | 价格 |
---|---|
博客园 | 免 费 |
github | 免 费 |
vscode | 免 费 |
列表
- 床前明月光
- 疑是地上霜
- 举头望明月
- 低头思故乡
- 富强民主
- 文明和谐
- 爱国敬业
- 诚信友善
- [ ] 任务列表
- [x] 代办清单
代码块
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
def fun():
print("good")
class he:
def __init__(self):
pass
if __name__=="__main__":
fun();
he();
数学公式
-
角标和开方
$ c=sqrt{a2+b2 +e^x+d_xy}$
-
分数表达
(Z=frac{x^2 imes 5}{y^2})
-
求和与连乘
(sum_{i=1}^{n}{a_i})
(prod_{i=1}^{n}{a_i})
(prod_{i=1}^{n}{a_i^2})
-
微分与积分
(int_{a}^{pi}f(x)dx)
(dz=dx+dy)
-
极限与偏导数
(lim_{x o +infty}frac{1}{x})
(lim_{x o -infty}x^2)
(frac{partial y}{partial x}+frac{partial^2 x}{partial y^2}=x^2+y^2)
-
三角函数
(sin^2(x) + cos^2(y)=1)
( an^2(x) + cot^2(y)=1)
(sin( heta^2)=1)
-
分段函数
(f(x)=egin{cases}10&xle3 \ \ 2x+2&xlt10end{cases})
(f(x)=egin{cases}x^2+2&xlt10 \ \ 1-x^2&xgt10 end{cases})
-
矩阵
[A=left{ egin{matrix} 1&2&3&\ 2&2&3&\ 3&2&10 end{matrix} ight} \ A=left{egin{matrix} 1&cdots&3&\ 2&2&3&\ 3&2&10 end{matrix} ight} \ B=left[ egin{array}{cc|c} 1&2&3\ 2&2&3 end{array} ight] ] -
引用
这是一个引用测试
这是一个嵌套引用
-
图片
-
这是一张图片链接
这是一张图片链接http://i.gongxiao8.com/uploads/i_5_794199788x3794227945_26.jpg
-
水的化学式
H~2~O
H2O
210=1024
这是红色的字
typero效果不错
typero粘贴到博客园图片不会自动居中,这是个问题!