显示目录信息 # ls ls -a 列出当前目录下的所有文件,包括以.头的隐含文件 # ls ls -l或ll 列出当前目录下文件的详细信息 # ls ls -a 显示所有文件,包含隐藏。 # ls ls -al 显示所有文件的详细信息。 查看路径 # pwd pwd 查看当前所在目录的绝对路经 目录切换 # cd cd .. 回当前目录的上一级目录 # cd cd - 回上一次所在的目录 # cd cd -p aa/bb/cc 直接创建多级子目录 # cd cd ~ 或 cd 回当前用户的宿
using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region 自定义对象 private Point position; private Rectangle clip; private NotifyIcon notifyInfo; #endregion public FormImage()
This article is the continue of the previously posted article HideDriver. Initially the first article was an experiment and the result of it exceeded all my expectations. I want to thank all readers who left comments and wrote emails, your opinions