使用crontab -e添加定时任务时,遇到如下错误“Error detected while processing /root/.vimrc:”:
[root@~]# crontab -e
Error detected while processing /root/.vimrc:
line 30:
E518: Unknown option: fdm=syntax
line 34:
E5...
分类:
系统相关 时间:
2014-12-04 23:17:43
阅读次数:
1410
一般的linux系统默认安装的vim是精简版(vim-tiny),所以不能配置语法检查等属性或获取在线帮助。需要安装vim-x:x.x.x,vim-common,vim-runtime.:syntax on 启动语法检查 或 :set syntax=sh :set hlsearch搜索高亮 :set...
分类:
系统相关 时间:
2014-12-04 21:31:32
阅读次数:
193
>Git commit的时候出现如下错` C:/Program Files (x86)/Git/bin/vim: -c: line 0: syntax error near unexpected token `(‘ C:/Program Files (x86)/Git/bin/vim: -c: line 0: `C:/Program Files (x86)/Git/bin/...
分类:
其他好文 时间:
2014-12-04 12:24:08
阅读次数:
193
Linux(Ubuntu)添加module提示错误
insmod: error inserting : -1 Invalid module format
原因:所用内核版本号和正在运行的版本号不对应。
解决方案:重新编译你用的内核,然后安装内核
怎么编译和升级内核,请参见
http://blog.csdn.net/robinsonmhj/article/...
分类:
其他好文 时间:
2014-12-04 12:15:06
阅读次数:
138
在开发过程中使用IIS Express调试Web程序,当打开网站时出现问题,显示如下的页面。造成这个问题的原因是,可能网站的Web.config中对于访问权限的控制与IIS Express自身的application.host中的配置出现问题。现在要做的是,就是根据提示,找到找到冲突的配置,这里是authentication的配置, 这个配置在\My Documents\IISExpress\co...
分类:
数据库 时间:
2014-12-04 10:21:43
阅读次数:
173
javax.mail.SendFailedException: Invalid Addresses; com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for, SendFailedException...
分类:
编程语言 时间:
2014-12-03 10:31:46
阅读次数:
383
[编译相关]:◇ VS 2010 - error LNK1123: failure during conversion to COFF: file invalid or corrupt:请安装vs2010 SP1补丁。https://social.msdn.microsoft.com/Forums/...
分类:
其他好文 时间:
2014-12-02 20:38:05
阅读次数:
215
华为hornor的apach-xml.odex不能合并
错误信息
Error occurred while disassembling classLorg.apache.xalan.templates.ElemNumber; - skipping class
java.lang.RuntimeException: Invalid methodindex: 32
atorg.jf.dexlib2.analysis.InlineMethodResolver$InlineMethodRes...
分类:
其他好文 时间:
2014-12-02 17:24:09
阅读次数:
325
博客:http://lijinhuan.blog.51cto.com/微博:http://weibo.com/lijinhuanexperience代码:https://github.com/lijinhuan报错详情:shmget()failed:InvalidargumentFailedtostartupconcurrentusersmodule!原因:kernel.shmmax设置未生效解决方法:[root@localhost~]#sysctl-a|..
分类:
Web程序 时间:
2014-12-02 15:27:39
阅读次数:
772
环境信息: IDEA 13 , MAVEN, JBOSS 7. 配置信息: 常规配置。出错信息:Error:Artifact 'xx.war exploded' has invalid extension原因: 出现这种错误的原因是 build 打的 war 包不正确造成的, 修改 pom.xml ...
分类:
其他好文 时间:
2014-12-02 15:00:03
阅读次数:
812