指令集合
ubuntu终端(Linux)123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140#前端运行python3 -m http.server 8080#celery 重启消费者,在虚拟环境下celery -A celery_tasks.main worker -l INFO#编辑/etc/hosts文件,可以设置本地域名(访问不了网站时比如外网也在这里添加)sudo vim /etc/hosts127.0.0.1 www.b ...
无题
DillingerThe Last Markdown Editor, Ever
Dillinger is a cloud-enabled, mobile-ready, offline-storage compatible,AngularJS-powered HTML5 Markdown editor.
Type some Markdown on the left
See HTML in the right
✨Magic ✨
Features
Import a HTML file and watch it magically convert to Markdown
Drag and drop images (requires your Dropbox account be linked)
Import and save files from GitHub, Dropbox, Google Drive and One Drive
Drag and drop markdown and HTML files into Dillinger
Export documents as Markdo ...
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 StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment