The fastest math typesetting library for the web. Katex 在网页中如何插入公式?如 $x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$ 一个办法是图片,但是极不方便,最好的办法还是用文字来描述数学公式,把渲染的工作交给引擎。LaTe
...
注册 和风天气 生成代码 根据个人需求自定义创建天气插件,最后点击生成代码。 1<div id="he-plugin-simple"></div> 2<script> 3WIDGET = { 4 "CONFIG": { 5 "modules": "01234", 6 "background": "5", 7 "tmpColor": "FF9900", 8 "tmpSize": "16", 9 "cityColor": "CCCCCC", 10 "citySize": "16", 11 "aqiColor": "D9D9D9", 12 "aqiSize": "16", 13 "weatherIconSize":
...
质数 质数和合数是针对所有大于 $1$ 的「自然数」来定义的(所有小于等于 $1$ 的数都不是质数)。 所有小于等于 $1$ 的整数既不是质数也不是合数。 质数的判定——
...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start Create a new post 1$ hexo new "My New Post" More info: Writing
Run server 1$ hexo server More info: Server
Generate static files 1$ hexo generate More info: Generating
Deploy to remote sites 1$ hexo deploy More info: Deployment