码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
MAVEN: Error assembling WAR: webxml attribute is required
环境:MyEclipse2015 CI+Maven3 使用Maven创建一个Web project(创建方法参考《如何用Maven创建web项目(具体步骤)》),执行maven install时出现错误。 [INFO] ------------------------------------------------------------------------ [INFO] B...
分类:Web程序   时间:2015-05-19 19:12:06    阅读次数:247
c socket 开发测试
c语言异常参照他人代码写一个tcp的 socket 开发测试异常A,在mac osx系统下编译失败,缺库转到debian下。异常B,include引用文件顺序不对,编译大遍异常异常C,/usr/include/x86_64-linux-gnu/sys/types.h:34:1: error: unk...
分类:其他好文   时间:2015-05-19 18:38:30    阅读次数:144
C#操作xml SelectNodes,SelectSingleNode总是返回NULL 与 xPath 介绍
一. SelectNodes,SelectSingleNode总是返回NULL 下面以一个简单的xml为例: Invalid Login 下面尝试读取error节点的内容XmlNode errorNode = xmldoc.SelectSingleNode("/message/error"); .....
分类:Windows程序   时间:2015-05-19 18:17:58    阅读次数:230
CentOS5.11安装mediaproxy-2.4.4
因为工作中需要使用到opensips+mediaproxy,这边就介绍下CentOS5.11下面安装mediaproxy2.4.4.yum-yinstallgccgcc-c++libgpg-error-develpython-devellibgcrypt-develpython-setuptools rpm-ivhlibnfnetlink-0.0.40-1.el5.rf.x86_64.rpm rpm-ivhlibnfnetlink-devel-0.0.40-1.el5..
分类:其他好文   时间:2015-05-19 16:51:46    阅读次数:140
Go语言中隐式接口的冲突问题
# Go语言中隐式接口的冲突问题 Go语言中采用的是隐式接口, 只要满足的接口的定义, 就可以当作接口使用. 比如内置的 `error` 接口: ``` type error struct { Error() string } ``` 隐式接口的好处有很多. 但我个人...
分类:编程语言   时间:2015-05-19 15:05:34    阅读次数:142
apache编译问题汇总
1、安装httpd-2.2.27./configure的时候报错如下checkingforvoidpointerlength...yesconfigure:error:Sizeof"void*"islessthansizeof"long"解决方法viconfigureiftest"$ap_cv_void_ptr_lt_long"="yes";thenas_fn_error$?"Sizeof\"void*\"islessthansizeof\"long\"""$LINENO"5改..
分类:Web程序   时间:2015-05-19 14:55:44    阅读次数:155
git push error: A Contributor Agreement must be completed before uploading
因为是从官方版本库做的镜像,所以有些权限直接从官方同步到了本地。今天,有同事执行git push操作,报错:根据网上搜索的内容,在gerrit.config中[auth]中添加如下内容:[auth] type = HTTP contributorAgreements = ...
分类:其他好文   时间:2015-05-19 12:55:39    阅读次数:789
Error in strsplit((roster$Student), " ") : 非字符参数
错误显示要处理的变量 roster$Student 不是字符变量,所以现在要做的是2件事看看数据库roster里的Student这个列是不是真的都是字符变量,可以用class(roster$Student)来检查,如果是character就正确了。如果不是,那你得强行转换,用roster$Stude...
分类:其他好文   时间:2015-05-19 12:39:14    阅读次数:362
No codesigning identities found matching the provided provisioning profile jin
今天自己独立的解决了好几个问题,很开心。 第一个就是关于证书的问题: 之前项目经理让我们把/user/Vicky/Library/MobileDevice/Provisioning Profiles 清空,在安装最新的证书; 但是安装的过程中,总是会出现这样的error: 1.No codesigning identities(i.e. XXX) found matching the ...
分类:其他好文   时间:2015-05-19 10:51:30    阅读次数:150
Ubuntu 中出现username is not in the sudoers file. This incident will be reported的错误
参考网址http://www.maketecheasier.com/fixing-sudo-error-in-ubuntu/ 使用环境Ubuntu Linux系统下: 在学习鸟哥的私房菜时,使用了如下命令 usermod -G users username username为你自己的用户名。 由于没有使用-a参数导致我的用户被分到了users用户组里,而原先的用户组被重置掉,仅剩...
分类:系统相关   时间:2015-05-19 10:49:08    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!