在Ubuntu下,当执行apt-get install方式安装Jenkins的时候,会自动创建jenkins用户,这是一个没有用户目录的账号。1.从/etc/group文件中在nogroup中删除jenkins账号2.将jenkins账号加入到root组 gpasswd -a root ...
分类:
其他好文 时间:
2015-05-07 16:30:40
阅读次数:
127
struts引入spring系统问题描述:UnabletolocateSpringNamespaceHandlerforXMLschemanamespace[http://www.springframework.org/schema/XXXXX]解决方法:添加jar包spring-XXXXX.jar
分类:
编程语言 时间:
2015-05-06 15:18:45
阅读次数:
144
Unable to execute dex: Multiple dex files define Lcom/jayway/android/robotium/solo/ActivityUtils$1错误:http://blog.csdn.net/achang21/article/details/14229045...
分类:
其他好文 时间:
2015-05-05 17:02:24
阅读次数:
127
报错:unable to dequeue a cell with identifier reuseIdentifier - must register a nib or a class for the identifier or connect a prototype cell in a storyboard
解决方法:在identifier里添加代码里自己写的标示...
分类:
编程语言 时间:
2015-05-05 10:37:31
阅读次数:
486
在android studio或者eclipse中打开layout文件,发现不能预览布局,提示以下错误:Rendering Problems Exception raised during rendering: Unable to find the layout for Action Bar.解决办...
分类:
其他好文 时间:
2015-05-04 23:44:13
阅读次数:
334
最近出现了java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{*****Activity}: java.lang.ClassNotFoundException: Didn't find class "***...
分类:
移动开发 时间:
2015-05-04 17:51:49
阅读次数:
174
freemap是免费的思维导图软件,在ubuntu上安装仅需要运行命令:apt-get install freemap但是运行的时候报错:~$ freemind
[warning] /usr/bin/freemind: No java runtime was found
[error] /usr/bin/freemind: Unable to find an appropriate java r...
分类:
系统相关 时间:
2015-05-03 20:39:17
阅读次数:
170
这个问题之前在 《编译OpenWrt过程》 博文里提到过。当前没有彻底地解决,只是简单地将所有的URL中的 http, https 改成了 git。 今天知道问题的原因了,是因为 /usr/libexec/git-core/ 路径没在 PATH 环境变量中。...
分类:
Web程序 时间:
2015-05-02 23:36:00
阅读次数:
637
socket超时设置ini_set("default_socket_timeout", -1);stream_set_timeout$fp = fsockopen("www.example.com", 80);if (!$fp) { echo "Unable to open\n";} else...
分类:
Web程序 时间:
2015-05-01 00:29:34
阅读次数:
225
glassfish里抛出如下错误:
org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
PWC6199: Generated servlet error:
string:///XXXX_jsp.java:169: constant string too long
是由于glassfish里 把genStrAsCharArray 项设为 true 导致的。...
分类:
编程语言 时间:
2015-04-30 16:19:51
阅读次数:
326