深入python,深入Python (Dive Into Python) 译者序 by limodou 主页(http://phprecord.126.com) Python论坛 本书英文名字为《Dive Into Python》,其发布遵守 GNU 的自由文档许可证(Free Document Lience)的条款,故本译本也遵守 FDL 条款。如果想要看英文原版可以去其站点下载,或去译者主页下载。 本书并未写完,还可能会有一些更高级的内容贡献给大家,希望大家都来关注它。 本来不想翻译这篇文
vim的配置文件,包括各种高级功能。 if has("gui_running") let g:isGUI = 1 else let g:isGUI = 0 endif set nocompatible " 关闭兼容模式 syntax enable " 语法高亮 filetype plugin on " 文件类型插件 filetype indent on set autoindent autocmd BufEnter * :syntax sync fromstart set nu " 显示行号