第五条linux命令: rm
今天要学的是一个危险的命令 – rm 。Linux rm 命令用于删除文件和目录, 可以删除一个目录中的一个或多个文件或目录。也可以将某个目录及其目录内的所有文件及子目录删除。对于链接文件,只删除链接,而原有文件不变。
关于table,你也许会吐槽:table元素会使浏览器解析页面速读变慢,延迟页面渲染速度等等。但是呢,吐槽归吐槽,table在数据表格的展现中,仍是最合理的方式之一。尤其在MIS系统中,table的用处基本是每个页面都需要的。在数据长度不一致的情况下,如何得到你想要的表格布局呢?
HEXO,是一款基于Node.js的轻量的静态博客框架,利用它可以在github上快速构建个人的静态博客。下面就将我自己的构建博客的过程分享给大家。
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.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment