第四条linux命令: pwd
已经熟悉了 cd , ls , mkdir 命令,如果我们想知道当前所在目录的路径是怎样,怎么办呢?linux用 pwd 命令来查看,当前目录的完整路径。
关于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