码迷,mamicode.com
首页 >  
搜索关键字:gitlab 报错 master failed    ( 61752个结果
20140504朗沃
今天我们近进行了第一次考试,机试题看着挺简单的,但我最后还是没有做出来,因为我对Integer.parseInt()的用法理解错误,Integer.parseInt()是将数字类的字符或字符串转化为int型的数据,若你的字符串里包含字母等元素,则会报错,回来后我又对着程序调试了一会,终于才发现问题在...
分类:其他好文   时间:2014-05-10 01:43:05    阅读次数:290
如何解决linux下apache启动时httpd: apr_sockaddr_info_get() failed for 报错
今天在家里的RHLE5.5上安装apache的时候,先用user1用户./configure命令配置,然后才用root用户make && make install,结果apache起来的时候就报如下错误: httpd: apr_sockaddr_info_get() failed forbogon....
分类:系统相关   时间:2014-05-10 01:41:36    阅读次数:574
异常
异常:Throwable一,错误:Error代表:内存溢出,堆栈溢出,语法错误二,异常:Exception1,运行时异常:runtimeException,代码有问题造成的异常,一定会报错,可通过修改代码解决例如:空指针,数组下标越界,除零,输入不匹配,数字格式不正确2,编译时异常:代码无问题,可能...
分类:其他好文   时间:2014-05-09 18:39:02    阅读次数:266
报错:struts 404
错误信息:HTTP Status 404 - There is no Action mapped for namespace [/] and action name [updateUser!getUserByName] associated with context path [/123shop].
分类:其他好文   时间:2014-05-09 18:04:52    阅读次数:281
用ArcMap打开MXD文件报One or more layers failed to draw错误!
错误信息:One or more layers failed to draw:FDO error: 0General function failure [PW_X]参数不足,期待是 1。原因:PW_X图层标注采用了表达式Label方式,数据源改成mdb后,shape.area及shape.lengt...
分类:其他好文   时间:2014-05-09 17:51:45    阅读次数:541
linux下Oracle数据库的安装
http://blog.163.com/dongfang_1226/blog/static/5867778020126281245271/找出哪些rpm没有装,下载安装即可(在后面具体安装的时候会提示哪些没有装好的)Oracle Net Configuration Assitant failed!解...
分类:数据库   时间:2014-05-09 17:00:51    阅读次数:424
opensue fstab故障恢复
date: 20140505author: Jin故障背景:早上启动本本 无法启动,报错信息(几个关键)WARNING:Failed to connect to lvmetad: No such file direct[FAILED]Failed to mount /var/run/user/100...
分类:其他好文   时间:2014-05-09 16:47:25    阅读次数:479
PL/SQL 安装出现的一些问题
一 、报错Dynamic Performance Tables not accessible,Automatic Statistics disabled for this sessionYou can disable statistics in the preference menu, or obt...
分类:数据库   时间:2014-05-09 16:39:54    阅读次数:467
关于catopen函数
关于catopen函数:参考网址:http://pubs.opengroup.org/onlinepubs/009695399/functions/catopen.html1)编辑消息文件[root@Master catlogTest]# vi msg1.euc1 Hello msg1.euc 12...
分类:其他好文   时间:2014-05-09 11:41:02    阅读次数:841
Android网络请求的时候报错 Connection refused 处理
在用Android测试JSON数据解析的时候,报了这样一个异常:java.net.ConnectException: localhost/127.0.0.1:8080 - Connection refused原来模拟器默认把localhost或者127.0.0.1当做本身了 在网上查了下,在模拟器上...
分类:移动开发   时间:2014-05-09 11:21:25    阅读次数:485
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!