windows 下,清除.svn FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%%G"You can also issue the line below straight from the Command Pro...
学到一定程度了就会关注系统方面的一些配置,只是就需要相关的命令了。现在把Linux查看系统配置常用命令列出来# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# host...
分类:
系统相关 时间:
2014-09-04 16:23:19
阅读次数:
292
This week’s JavaScript newsRead this issue on the Web|Issue ArchiveJavaScript WeeklyIssue 185June 13, 2014Editor:Peter CooperFeaturedECMAScript 6 Sche...
分类:
编程语言 时间:
2014-09-03 10:57:16
阅读次数:
314
This week’s JavaScript newsRead this issue on the Web|Issue ArchiveJavaScript WeeklyIssue 182May 23, 2014Editor:Peter CooperFeaturedData-Binding Revol...
分类:
编程语言 时间:
2014-09-03 10:53:46
阅读次数:
418
This week’s JavaScript newsRead this issue on the Web|Issue ArchiveJavaScript WeeklyIssue 183May 30, 2014Editor:Peter CooperFeaturedIntroducing Socket...
分类:
编程语言 时间:
2014-09-03 10:53:06
阅读次数:
351
This week’s JavaScript newsRead this issue on the Web|Issue ArchiveJavaScript WeeklyIssue 184June 6, 2014Editor:Peter CooperFeaturedCreate a TV Show T...
分类:
编程语言 时间:
2014-09-03 10:49:36
阅读次数:
393
some people said the change event of checkbox can not trigger in the ie7 or ie8,that's not true.this event can trigger in the ie7 or ie8 ,but you can ...
分类:
其他好文 时间:
2014-09-02 12:09:14
阅读次数:
162
1.uname -a :查看当前操作系统内核信息
2.cat /etc/issue :查看当前操作系统发行版信息
3.cat /proc/version :查看当前操作系统版本信息
4.cat /proc/cpuinfo :查看cpu相关信息,包括型号、主频、内核信息等
5.getconf LO...
分类:
系统相关 时间:
2014-08-29 21:26:58
阅读次数:
290
# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# lspci -tv # 列出所有PCI设备# lsusb -tv # 列出所有...
分类:
系统相关 时间:
2014-08-29 18:14:08
阅读次数:
271
Dear all,i have one production order which is technicaly completed. But i want to do material issue as material reservation is pending for that order....
分类:
其他好文 时间:
2014-08-29 09:26:27
阅读次数:
184