Connection reset原因分析和解决方案
一般引起这个问题的原因是服务器服务关闭。
我遇到过一次问题是因为http端口填写错误。
npm install hexo-generator-search
查找主题配置文件themes/next/_config.yml
中的 local_search
1 | local_search: |
全部数学符号 https://katex.org/docs/supported.html
https://www.cnblogs.com/caomingpei/p/9760652.html
inline math:$x^{y^z}=(1+e^x)^{-2xy^w}$
block math:
1 | \frac{7x+5}{1+y^2} |
$$
\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
\mathbf{i} & \mathbf{j} & \mathbf{k} \
\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \
\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 \
\end{vmatrix}
${$tep1}{\style{visibility:hidden}{(x+1)(x+1)}}
$$
Markdown文字添加颜色方法总结(珍藏)
MarkDown: 为字体添加颜色
包含rgb
1 | 方法一: |
背景色
1 | <table><tr><td bgcolor=orange> 背景色是 1 orange</td></tr></table> |
表头 | 表头 |
---|---|
单元格 | 单元格 |
单元格 | 单元格 |
1 | graph TD |
改变文字的大小、颜色和对齐方式
文件状态:
[√] 草稿 [√] 正在修改 [√] 正式发布 |
文件名称: | LSGO股票交易策略分析软件 Use Case Model |
当前版本: | 1.0.0 | |
作 者: | 马燕鹏 | |
创建日期: | 2018-07-15 | |
最后更新: | ||
密 级: | 开源系统 | |
版权说明: | 遵守 GPL V3协议 |
select user_coupon_id, explode(split('0,1', ',')) as tag
from mart_waimai.aggr_act_ord_use_coupon_dd
where dt='20200920'
limit 10
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.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment