The only job of some containers is to keep running and people can exec into it and execute some commands.

Too keep the containers running, there are some ways to do this.

Read more »

由于网络问题,Maven下载一半中断之后,重新导入不会再次下载有问题的依赖包。
这里是一些网络上收集到的实测有效方法,同时还记录一些思路。

Read more »

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