rhuang's Blog


  • Home

  • About

  • Tags

  • Categories

  • Archives

Wow, New Year!

Posted on 2019-02-18

fireworks

M31: Andromeda

Posted on 2019-01-23

M31

Jupyter notebook 介绍

Posted on 2019-01-10 | In code

jupyternotebook_logo

简介

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

jupyter notebook同时显示笔记,代码和输出。 写试验性质代码时可以随时写下自己的想法,自己的测试结果也可以保存。 可以极大提高编程效率。

Read more »

plot M31 image optical and XMM FOV

Posted on 2019-01-08 | In code

gist_test2

Posted on 2019-01-07

测试

测试

  • 测试

测试

gist_test

Posted on 2019-01-07
  • test
    • test2
    • test
  • test

hexo~

Posted on 2019-01-06

语法

https://guides.github.com/features/mastering-markdown/

https://hexo.io/zh-cn/docs/writing

1
2
3
4
5
6
分割线:
***
---

*斜体*
**粗体**

斜体
粗体


瞎折腾

http://shenzekun.cn/hexo%E7%9A%84next%E4%B8%BB%E9%A2%98%E4%B8%AA%E6%80%A7%E5%8C%96%E9%85%8D%E7%BD%AE%E6%95%99%E7%A8%8B.html

http://www.cduyzh.com/

hexo admin

posts里面的编辑器右上角 显示 unpublish ,实际是这个页面publish。 点了后会变成 unpulish,也就是draft。

当你第一次点击 Deploy 按钮时,可能会遇到上述的错误,因为缺少了执行 deploy 的命令,这个问题已经有人提了
issue 并且解决了
还需要注意的是,issue 中的脚本只是 hexo deploy,只是做 deploy 操作,但是一般我们的使用习惯是编辑完之后 deploy,所以是要 deploy 最新的,需要把脚本改为即可

1
2
3
#!/usr/bin/env sh
hexo g
hexo d

gitalk

Hello World

Posted on 2019-01-05

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

Read more »

rhuang

8 posts
1 categories
2 tags
© 2019 rhuang
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4