<html> <head> <title>网页布局</title> <style> #A{ 1000px; height:1000px; background:gray ; } #B{ 1000px; height:300px; background:green; } #C{ 1000px; height:400px; background:#ff0000; } #D{ 1000px; height:300px; background:#cc0000; } #E{ 600px; height:400px ; background:black ; float:left; } #F{ 400px; height:400px; background:yellow; float:left; } #G{ 290px; height:190px; background:purple; float:left; } #H{ 290px; height:190px; background:white; float:right; } #I{ 290px; height:190px; background:blue; float:left; margin-top:20px; } #J{ 290px; height:190px; background:green; float:right; margin-top:20px; } </style> </head> <body> <div id="A"> <div id="B"></div> <div id="C"> <div id="E"> <div id="G"></div> <div id="H"></div> <div id="I"></div> <div id="J"></div> </div> <div id="F"></div> </div> <div id="D"></div> </div> </body> </html>
34、du命令也是查看使用空间的,区别是du命令是对文件和目录磁盘使用的空间的查看。
35、ln命令功能是为某一个文件在另外一个位置建立一个同步的链接,当我们需要在不同的目录,用到相同的文件时,
我们不需要在每一个需要的目录下都放一个必须相同的文件,我们只要在某个固定的目录,
放上该文件,然后在 其它的目录下用ln命令链接(link)它就可以,不必重复的占用磁盘空间。
36、diff命令用于比较文件的内容,特别是比较两个版本不同的文件以找到改动的地方
37、date命令运用date命令来表达自己想要的时间。
38、cal命令用来显示公历日历