摘要: 一:修改 .vimrc即可二:set nocompatible " 关闭 vi 兼容模式syntax on " 自动语法高亮colorscheme molokai " 设定配色方案set number " 显示行号set cursorline " 突出显示当前行set ruler " 打开状态栏标尺set shiftwidth=4 " 设定 > 命令移动时的宽度为 4set softtabstop=4 " 使得按退格键时可以一次删掉 4 个空格set tabstop=4 " 设定 tab 长度为 4 阅读全文
posted @ 2013-08-27 16:47 cocoajin 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: 一:终端进入cd /usr/share/vim/二:sudo vim vimrc三:添加syntax enablesyntax on四:保存退出 阅读全文
posted @ 2013-08-27 12:04 cocoajin 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 一:使用 cocoaPod错误The platform of the target `Pods` (iOS 4.3) is not compatible with `AFNetworking (1.3.2)` which has a minimum requirement of OS X 10.7 - iOS 5.0.二:解决方案 打开项目中 Podfile 文件 修改其 iOS平台为对应平台 阅读全文
posted @ 2013-08-27 11:27 cocoajin 阅读(580) 评论(0) 推荐(0) 编辑