纯天然绿色学渣
  • <i class="menu-item-icon fa fa-fw fa-home"></i> <br/>首页
  • <i class="menu-item-icon fa fa-fw fa-tags"></i> <br/>标签<span class="badge">28</span>
  • <i class="menu-item-icon fa fa-fw fa-th"></i> <br/>分类<span class="badge">12</span>
  • <i class="menu-item-icon fa fa-fw fa-archive"></i> <br/>归档<span class="badge">42</span>
  • <i class="menu-item-icon fa fa-fw fa-tree"></i> <br/>工具

  • 搜索

Hexo新建文章

发表于 2019-03-07 | 更新于 2019-03-08 | 分类于 Hexo | 评论数: | 阅读次数:

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

Hexo 常用插件

发表于 2017-03-07 | 更新于 2019-03-15 | 分类于 Hexo | 评论数: | 阅读次数:

1、压缩插件

  • npm install hexo-neat --save
  • 具体使用

2、图片懒加载

  • npm install hexo-lazyload --save
  • 具体使用
  • NexT7 中已集成,无需再次安装

3、添加站内搜索

  • npm install hexo-generator-searchdb --save
  • 具体使用

4、插入图片

  • npm install hexo-asset-image --save
  • 具体使用

5、支持emoji表情

  • npm un hexo-renderer-marked --save
    npm i hexo-renderer-markdown-it --save
    npm install markdown-it-emoji --save
  • 具体使用
  • 选择emoji表情
    😀😃😄😁😆😅😂🤣☺😊😇🙂🙃🥰😘😚😛😜🤪

6、支持数学公式

  • npm i hexo-renderer-markdown-it --save
    npm install markdown-it-katex --save
  • 语法使用
  • 具体使用,配置文件类似,可以借鉴
  • 注意:在MD文件头中需要加入 mathjax: true 才可生效
  • 语法

fY(y)=fX[h(y)]∣h′(y)∣=fX[h(y)]h′(y)=1θe−xθ[dxdy(−θln(1−y))]=1θe−−θln(1−y)θθ1−y=1θeln(1−y)θ1−y=1−yθθ1−y=1\begin{aligned} f_Y(y) & = f_X[h(y)]|h'(y)| \\[2ex] & = f_X[h(y)]h'(y) \\[2ex] & = \frac{1}{\theta}e^{-\frac{x}{\theta}}[\frac{dx}{dy}(-\frac{\theta}{ln(1-y)})] \\[2ex] & = \frac{1}{\theta}e^{-\frac{-\frac{\theta}{ln(1-y)}}{\theta}}\frac{\theta}{1-y} \\[2ex] & = \frac{1}{\theta}e^{ln(1-y)}\frac{\theta}{1-y} \\[2ex] & = \frac{1-y}{\theta}\frac{\theta}{1-y} \\[2ex] & = 1 \end{aligned}​f​Y​​(y)​​​​​​​​​=f​X​​[h(y)]∣h​′​​(y)∣​=f​X​​[h(y)]h​′​​(y)​=​θ​​1​​e​−​θ​​x​​​​[​dy​​dx​​(−​ln(1−y)​​θ​​)]​=​θ​​1​​e​−​θ​​−​ln(1−y)​​θ​​​​​​​1−y​​θ​​​=​θ​​1​​e​ln(1−y)​​​1−y​​θ​​​=​θ​​1−y​​​1−y​​θ​​​=1​​

<i class="fa fa-angle-left" aria-label="上一页"></i>1…45
Jeff-Eric

Jeff-Eric

42 日志
12 分类
28 标签
<i class="fa fa-fw fa-github"></i>GitHub <i class="fa fa-fw fa-envelope"></i>E-Mail
<img src="/blog/images/cc-by-nc-sa.svg" alt="Creative Commons"/>
0%
© 2019 Jeff-Eric
由 Hexo 强力驱动 v4.0.0
|
主题 – NexT.Gemini v7.0.1