ll /proc/meminfo 大小為0,不是硬碟檔案。在記憶體裡,只不過以檔案的方式顯示出來給我們看。
ls *.conf
ls f??.conf
ls ~
ls ~mage
ls ~- 前一個工作目錄
ls ~+ 當前
ls f?[0-9].*
touch a.txt
ll a[0-9].txt
ls b[acz].txt
ls b[^acz].txt 除掉acz
ls b[[:lower:]].txt //表示一個
ls .*
ls .[^.]* -d 只顯示當前目錄的名稱,不進入目錄
ls -d .*
ls -ai "[^.]*"
centos7關閉防火牆
systemctl stop firewalld
systemctl disable firewalld
centos6關閉防火牆
systemctl stop firewalld service iptables stop
chkconfig iptables off
ssh 橋接分配的ip地址 -p 12365
screen -s help 開啟一個會話
screen -x 加入
ls /etc/[0-9]*[^0-9] -d
ssh ip地址
passwd 改口令
exit 退出會話
screen -ls 顯示會話
screen -x centos7 加入會話
screen -x 3666
touch `date +%f`.log
touch -t 201910200830.20 1.txt
ll f[0-9] f10
CsvHelper文件 3寫
不用做任何設定,預設的情況下,csvhelper就可以很好的工作了。如果你的類的屬性名稱和csv的header名稱匹配,那麼可以按照下面的例...
SolidWorks文件管理閒談
solidworks文件不同於autocad pdf word等獨立檔案,大部分solidworks文件都依賴其他文件,由其他文件組合而成。...
SharePoint文件上傳管理
前臺 control language c autoeventwireup true codebehind fileupload ascx...