WhenaXMPPpasswordprotectedroomisalreadysetupinawindow,andtheaccountisloggedbackin,Pidgintriestologintotheroomwithoutapasswordandfailswitha"NotAuthorized"error.Double-clickingontheroomintheBuddyListwilllogintotheroomproperly.Thisbugseemstocropuponaspecificse..
分类:
其他好文 时间:
2015-04-30 20:28:08
阅读次数:
145
1.报错:java.rmi.server.ExportException: Port already in use: 1098; nested exception is: java.net.BindException: Address already in use: JVM_Bind此错误常在4.2...
分类:
其他好文 时间:
2015-04-28 22:25:02
阅读次数:
187
转自:http://www.blogjava.net/coderdream/archive/2008/05/27/203115.html出现这个问题后使用“清理”功能,如果还不行,就直接到上一级目录,再执行“清理”,然后再“更新”。 有时候如果看到某个包里面的文件夹没有SVN的标志,直接用“Ctrl...
分类:
其他好文 时间:
2015-04-28 20:17:12
阅读次数:
163
MyEclipse 或Eclipse 从外部导入工程时, workspace目录提示 Some projects cannot be imported because they already exist in the workspace
finish是灰色的 点击不了下一步,解决办法是:
这种情况基本是以下错误操作造成:
1.手动删除本地磁盘下的工程目录
2.删除时,没有勾选D...
分类:
系统相关 时间:
2015-04-27 22:00:23
阅读次数:
299
在非空目录下 git clone 项目时会提示错误信息:fatal: destination path '.' already exists and is not an empty directory.解决办法:1. 进入非空目录,假设是 /dir/jk12. git clone --no-chec...
分类:
其他好文 时间:
2015-04-27 00:04:14
阅读次数:
193
AWR_STAGE是awrload.sql导入AWR数据时,默认创建用于临时存放导入数据的用户,在数据导入完成后,ORACLE会自动将该用户DROP掉。
既然报AWR_TAGE用户已存在,说明以前在导入AWR数据时并未正常结束导致这种问题的出现。...
分类:
其他好文 时间:
2015-04-26 08:07:07
阅读次数:
174
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call ‘refresh‘ before accessing beans via the ApplicationContext at org.springframework.context.support.AbstractRefr...
分类:
编程语言 时间:
2015-04-24 17:00:38
阅读次数:
121
相信大多数人在写PHP代码的时候,都遇到过类似"Warning: Cannot send session cookie – headers already sent…“或者”Cannot add/modify header information – headers already sent…"这样...
分类:
其他好文 时间:
2015-04-24 16:08:20
阅读次数:
167
初学者在处理登录注册的时候可能会遇到一个问题就是Warning: Cannot modify header information - headers already sent by ....这是什么原因呢? 是由于session或者cookie前面有输出 比如 html结构 或者空格 空行 ...
分类:
Web程序 时间:
2015-04-24 13:53:28
阅读次数:
151
svnX svn: E155000: '/Users/mac/Desktop/SHiosProject/SVNmangerfiles/wuye' is already a working copy for a different URL首先说明下原因:出现这种情况大多是由于原有的目录是使用svn更....
分类:
Web程序 时间:
2015-04-23 01:49:42
阅读次数:
6461