1.安装语言包 Start -> Control Panel -> Language 如果没有中文,请点击 Add a language 添加可能需要 联网下载语言包,按照要求下载即可. 如果想更改系统主显语言,请点击语言 后 Options 选项,然后点击 make this the primary language,然后注销后,系统即可显示为中文 2.设置区域 Start -> Control Panel -> Region ->Administrative -&g
配置文件(vimrc) set nocompatible set nu! set cursorline colorscheme murphy " vim 自身命令行模式智能补全 set wildmenu " 开启文件类型侦测 filetype on " 总是显示状态栏 " set laststatus=2 " 高亮显示当前行/列 set cursorline " set cursorcolumn colorscheme jellybeans &q
使用MySQL客户端连接服务器的两种方式: (1)交互模式: ——查 mysql.exe -h127.0.0.1 -uroot -p mysql -uroot (2)脚本模式:——增删改 mysql -uroot < d:/xx/yy.sql Server => Database => Table => Row => Column 常用的SQL命令:系统关键字都大写,非关键字都小写 SHOW DATABASES; USE dangdang; SHOW TABL