错误提示如下:(eclipse+maven)Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.m...
分类:
其他好文 时间:
2015-09-03 19:06:38
阅读次数:
200
Resource [classpath:**] could not be found ????一,问题描述 ????????????前段时间,看见...
分类:
其他好文 时间:
2015-09-03 18:04:40
阅读次数:
262
直接将Eclipse关掉,重新打开后也许就好了。如还没好,就执行如下步骤:1.如果还没有添加ADT,则:Help -> Add New Software -> Add在“Name”中填入ADT。2.如果已经安装了ADT,就直接将ADT的地址填写到此处。3.如果还有无法解决,尝试移除ADT后再重新安装。...
分类:
移动开发 时间:
2015-09-03 16:41:59
阅读次数:
171
# sudo pacman -Syu...error: key "5F702428F70E0903" could not be looked up remotelyerror: required key missing from keyringerror: failed to commit tran...
分类:
其他好文 时间:
2015-09-03 11:27:41
阅读次数:
371
Given an integer array of variable length like so [9, 8, 8, 3] where each item in array could be 0 to 9, write a function that would take would interp...
分类:
其他好文 时间:
2015-09-02 17:10:00
阅读次数:
124
具体的报错信息如下内容: Error:scalac: missing or invalid dependency detected while loading class file ‘ActorSystem.class‘.
Could not access term typesafe in package com,
because it (or its depende...
分类:
其他好文 时间:
2015-09-02 12:03:06
阅读次数:
461
Given a singly linked list, determine if it is a palindrome.Follow up:Could you do it in O(n) time and O(1) space?Analyse: Obtain the elements first, ...
分类:
其他好文 时间:
2015-09-02 07:05:08
阅读次数:
162
显示:80端口的某些进程还是存在的,可以用ps-ef|grephttpd查看进程,然后Kill-9进程号杀死进程,如果没有可能是端口冲突可以用netstat-nat|grep-i"80"|wc-l查看有多少个80端口然后查看netstat-nat|grep-i"80"终端输入:find/-nameports.conf/etc/apache2/ports.conf输入:vim‘/..
分类:
其他好文 时间:
2015-09-02 02:15:38
阅读次数:
224
stash登录时提示输入验证码,可是验证码不显示了,怎么解决了?报错信息:再通过chrome的审查元素进行查看具体报错的原因:Errorcreatingbeanwithname‘p_w_picpathCaptchaServicePrototype‘definedinclasspathresource[stash-context.xml]:Cannotcreateinnerbean‘com.atlassian..
分类:
其他好文 时间:
2015-09-01 18:35:27
阅读次数:
874
如果model对象的某属性使用lazy load,调用这个属性时会报错, failed to lazily initialize a collection of role could not initialize proxy - no Session 查了一圈,得到两个方案 a) 放弃懒操作...
分类:
编程语言 时间:
2015-09-01 16:52:11
阅读次数:
234