Hello World


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

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment


Author: 眼里有星星
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source 眼里有星星 !
 Previous
用程序表示log,ln函数 用程序表示log,ln函数
今天听到一句话说 1 到 n 中质数的个数是 n /ln(n);然后就想怎么用程序算出ln(n)的值。exp(1)是自然底数e。log是以e为底数的。 #include<iostream> #include<cmath> usi
2020-02-22
Current 
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2020-02-17 眼里有星星
  TOC