-
使用cd命令直接退回到当前目录下.
-
使用
dir
命令分屏查看目录下的文件列表.-
dir是Directory(目录)的缩写,该命令的作用是显示某个磁盘上的全部或者部分文件目录,是DOS下使用频率最高的命令之一.
dir /p -->显示满一屏后自动暂停,按任意键继续
-
- 下载nodejs
这里我选择的是.exe文件.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set bsdir=buffer | |
set autochdir | |
set enc=utf-8 | |
set fencs=utf-8,ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936 | |
set langmenu=zh_CN.UTF-8 | |
language message zh_CN.UTF-8 | |
set helplang=cn | |
source $VIMRUNTIME/delmenu.vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" vim-sublime - A minimal Sublime Text -like vim experience bundle | |
" http://github.com/grigio/vim-sublime | |
" Best view with a 256 color terminal and Powerline fonts | |
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle1/vundle/ | |
call vundle#rc() | |
Bundle 'gmarik/vundle' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.grebtn { | |
margin-left: 10px; | |
margin-top: 10px; | |
display: inline-block; | |
padding: 0.25em 1.25em; | |
border: 1px solid; |
NewerOlder