1出现java.net.BindException: Address already in use: JVM_Bind的原因是因为你所使用的端口被使用了,所以我们可以查看谁在用,然后关掉就行了,下面我来演示一下过程;
我的tomcat中8080端口被占用了,win+R输入cmd进入命令行,输入netstat -ano命令,如图所示
我们从本地地址可以看到8080端口被PID为5456占用,所以...
分类:
编程语言 时间:
2014-12-24 18:12:35
阅读次数:
249
Qt Style Sheets are a powerful mechanism that allows you to customize the appearance of widgets, in addition to what is already possible by subclassin...
分类:
其他好文 时间:
2014-12-24 17:55:26
阅读次数:
257
今天遇到一种情况,在手机上发广播包,在4.4.2上的手机会发生,4.1.2和4.0.2都没有遇见,问题是这样的
try{
DatagramSocket udpSocket = new DatagramSocket(DEFAULT_PORT );
} catch (Exception e)
{
e.printStackTrace();
}
//java.net.Bi...
分类:
移动开发 时间:
2014-12-24 14:41:54
阅读次数:
1021
遇到一下错误
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15071: ASM disk "NOCR_0002" is already being dropped 背景描述
因为之前做了alter diskgroup N...
分类:
其他好文 时间:
2014-12-24 11:20:00
阅读次数:
238
在企业分发的app下载过程中,iOS8发现挂在官网上的企业版的app点击了提示是否安装应用程序,但始终安装不上程序,的device console发现安装的时候出现LoadExternalDownloadManifestOperation: Ignore manifest download, alr...
分类:
移动开发 时间:
2014-12-23 11:50:43
阅读次数:
186
Android的layoutInflate.inflate ()方法讲解,每个参数对应什么状况。为什么会有he specified child already has a parent. You must call removeView()。...
分类:
移动开发 时间:
2014-12-22 19:39:24
阅读次数:
331
Unable to start MySQL service. Another MySQL daemon is already running with the same UNIX socket
特征
如果你遇到如下所列的任何问题之一,本文也许能帮到你.
MySQL starts/stops properly when started/stopped with the...
分类:
数据库 时间:
2014-12-22 16:12:47
阅读次数:
265
In TFS2008, deleting a build removes it from the database itself. If you delete a build called Build_20110423.1 or 1.0.0.1 from Build Explorer and tri...
分类:
Web程序 时间:
2014-12-21 20:33:52
阅读次数:
371
No one can do all things, learn to be good at use what others already did.大师傅df
分类:
其他好文 时间:
2014-12-20 15:34:41
阅读次数:
301
文章来自:http://www.cnblogs.com/hark0623/p/4174652.html 转发请注明我刚装上Scala和IDEA时发现运行代码后总是出现xxx is already defined as class xxx的问题。经查询,是ScalaJdk版本与IDEA版本有冲突。出问...
分类:
其他好文 时间:
2014-12-19 20:32:56
阅读次数:
990