如果先ctrl+c结束服务器端程序的话,再次启动服务器就会出现Address already in use这个错误,或者你的程序在正常关闭服务器端socket后还是有这个问题bind 普遍遭遇的问题是试图绑定一个已经在使用的端口。该陷阱是也许没有活动的套接字存在,但仍然禁止绑定端口(bind 返回 ...
分类:
其他好文 时间:
2014-08-18 21:43:52
阅读次数:
278
1. 使用Hibernate时出现Session was already closed异常
出现此异常的原因是Session已经被关闭
如果不是使用的SessionFactory.getSession()来获得Session。
而是使用SessionFactory.getCurrentSession()方法来获得Session时,当事务结束的时候,不管是提交还是回滚事务...
分类:
系统相关 时间:
2014-08-18 18:44:12
阅读次数:
201
在开发工程中常常会遇到java.net.BindException: Address already in use: bind 或者 Port 8080 is already is use等异常,然后web server不能启动等问题,这是因为已经有其他程序或者进程占用了相应的端口,解决这个问题就要...
分类:
其他好文 时间:
2014-08-17 10:19:42
阅读次数:
282
今天在做项目处理消息队列的时候,遇到了这样一个问题,一个异常。AndroidRuntimeException:This message is already in use。
我当时的具体业务需求情境为,想要跟硬件联动的时候,保持在一定时间内只有一个操作,如果不idle,就重新发送消息,并且此消息应该delay一段时间,就是TIMEDELAY。
具体出现错误的代码如下:
private cla...
分类:
移动开发 时间:
2014-08-15 05:04:37
阅读次数:
282
I find these commands quite helpful — maybe you know them already — if not, here you go:Microsoft Hotfix Installer (.exe)setup.exe /t:C: /cMicrosoft U...
分类:
其他好文 时间:
2014-08-15 04:01:46
阅读次数:
388
How to recover from Extract ERROR 180 encountered commit SCN that is not greater than the highest SCN already processedThis is the summary of Metalink...
分类:
其他好文 时间:
2014-08-14 20:24:19
阅读次数:
335
gen already exists but is not a source folder. Convert to a source folder or rename it.svn 更新项目后,出现了~上面的错误。解决方法:1. 右键点击project,选择 "Properties"2. 选择左边的...
分类:
其他好文 时间:
2014-08-13 14:33:36
阅读次数:
257
异常提示:java.lang.IllegalStateException: Cannot add header view to list -- setAdapter has already been called.
产生原因:addHeaderView()调用在setAdapter()之后,并且该代码运行在Android4.3之前的系统版本。Android SDK与API Level对应表...
分类:
其他好文 时间:
2014-08-13 13:03:16
阅读次数:
338
次针对Google的攻击无关,我们发现有第三方在定期的访问美国,中国,欧洲的许多人*权*支持者的Gmail帐户。对这些帐户的访问并不是通过Google认可的方式,大多是通过钓鱼欺诈手段,以及位于用户电脑中的恶意软件进行。We have already used information gained ...
分类:
移动开发 时间:
2014-08-13 12:29:36
阅读次数:
337
Creating the user modelFirst of all, we need to define the model that is going to be used to represent theusers of our application. Laravel already pr...
分类:
其他好文 时间:
2014-08-12 00:21:23
阅读次数:
170