svn: E155004: ..(path of resouce).. is already locked I'm getting an error when trying to commit a change to a repository. I'm sure that my resources....
分类:
其他好文 时间:
2014-11-10 15:26:07
阅读次数:
2114
有时候因网络太慢或中断 就会出现这种锁定状态
1、在客户端命令行使用命令 svn cleanup D:/MyEclipse/workspace/WebRoot/...(被锁定的文件夹)
2、直接进入到上面的文件夹下的.svn目录,删除lock文件就可以了
3、直接在eclipse中 项目右键 team - 清理(cleanup)...
分类:
其他好文 时间:
2014-11-07 22:07:45
阅读次数:
302
1、关于Fragment(XXFragment) not attached to Activity 异常。出现该异常,是因为Fragment的还没有Attach到Activity时,调用了如getResource()等,需要上下文Content的函数。解决方法,就是等将调用的代码写在...
分类:
其他好文 时间:
2014-11-07 21:01:13
阅读次数:
192
A dental wedge has a handle portion attached to the dental wedge portion for use in separating teeth. The handle portion facilitates positioning and i...
分类:
其他好文 时间:
2014-11-07 12:43:24
阅读次数:
166
错误: java.lang.IllegalStateException: Already attached本文地址: http://blog.csdn.net/caroline_wendy可能原因: @Override
protected void onContinueCreate(Bundle savedInstanceState) {
super.onCreate...
分类:
移动开发 时间:
2014-11-07 08:39:47
阅读次数:
1125
2012-04-11 ibatis exception“Alias name conflict occurred. The alias 'weibobo' is already mapped to the value 'null'.”别名已有定义,sqlmap的namespace只是方便调用定义的语...
分类:
数据库 时间:
2014-11-06 16:23:38
阅读次数:
212
内核时注意到有些函数会有添加__attribute__((unused)),在gcc手册中找到了有关的解释:unused:This attribute, attached to a function, means that the function is meant to be pos...
分类:
其他好文 时间:
2014-11-06 12:35:34
阅读次数:
110
The following processes can solve this problem:1.open the project strcture2.select the top moudle of the project3.In the tab of sources,deleting the C...
分类:
其他好文 时间:
2014-11-05 00:20:39
阅读次数:
252
最近做项目的时候报了一个错误:Illegalaccess:thiswebapplicationinstancehasbeenstoppedalready.Couldnotloadjava.net.BindException.。。。。。。java.lang.IllegalStateException上网找了很多资料都说是配置文件修改一下就好了,但是我的改了没有用。我是用的是ssh框架,发..
分类:
移动开发 时间:
2014-11-04 19:53:50
阅读次数:
176
org.springframework.dao.DuplicateKeyException: a different object with the same identifier value was already associated with the session: [com.sinosof...
分类:
编程语言 时间:
2014-11-04 15:00:37
阅读次数:
169