在命令行下,输入命令:sudo vim /etc/vim/vimrc syntax on 请在您的VIM的最后一行,输入他们,可以让您的VIM变得更漂亮、舒服。 set nu // 在左侧行号 set tabstop //tab 长度设置为 4 set nobackup //覆盖文件时不备份 set ...
分类:
系统相关 时间:
2016-09-07 13:00:03
阅读次数:
176
背景:本人在网上学习java时,看到一段样例代码比较好,因此复制粘贴到eclipse中看看编译结果。结果eclipse报“Syntax error, insert "}" to complete”错误。如下图所示: 经过查找,代码中没有缺少“}”号,也没有语法错误。再经常反复查找问题,终于发现导致报... ...
分类:
系统相关 时间:
2016-09-06 15:33:29
阅读次数:
401
/usr/local/ conf: bindip and conf: ok syntax: ...
分类:
数据库 时间:
2016-09-06 10:40:22
阅读次数:
155
1. sqlite数据库 查看 sqlite manage工具 语法:http://www.runoob.com/sqlite/sqlite-syntax.html 封装:sqlitedb:https://github.com/pokay/SQLiteDB sqlite.swifthttps://g ...
分类:
数据库 时间:
2016-09-05 16:54:15
阅读次数:
176
对着《深入体验c语言项目开发》中第一章编写俄罗斯方块这个游戏源代码将程序输进VC++,除去因为调用了turboc中的graphics.h,而vc++中没有的这个库报错以外,没有报出其他的错在turboc中却报错/******************************初始化界面*******************
*****************..
分类:
其他好文 时间:
2016-09-05 00:16:32
阅读次数:
189
##PHP5.3 +Added "?:" operator +Added lambda functions and closures +Added support for namespaces ##PHP5.4 +Added short array syntax support ([1,2,3]) ...
分类:
Web程序 时间:
2016-09-04 22:10:57
阅读次数:
166
In Angular 1.5 introduces "compoment" syntax. But ng-annotate doesn't understand ".compoment" syntax, that's why in min version, the code doesn't work ...
分类:
Web程序 时间:
2016-09-04 18:58:58
阅读次数:
207
##PHP5.3 +Added "?:" operator +Added lambda functions and closures +Added support for namespaces ##PHP5.4 +Added short array syntax support ([1,2,3]) ...
分类:
Web程序 时间:
2016-09-04 06:50:04
阅读次数:
225
将一下代码copy到 用户目录下 新建文件为 .vimrc 保存即可生效; 如果想所有用户生效 请修改 /etc/vimrc (建议先cp一份) set nocompatible " 关闭 vi 兼容模式 syntax on " 自动语法高亮 colorscheme molokai " 设定配色方案 ...
分类:
系统相关 时间:
2016-09-01 17:57:55
阅读次数:
170
PHP Advanced and Object-Oriented Programming Larry Ullman The first thing that you must understand about OOP is that it presents not just new syntax b ...
分类:
其他好文 时间:
2016-09-01 14:44:02
阅读次数:
166