#/etc/init.d/httpd startStarting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80(98)Address already in use: make_sock:...
分类:
Web程序 时间:
2014-12-25 17:41:41
阅读次数:
153
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
2011年的时候,为了开发USB Mass storage -- UASP (USB attached SCSI Protocol)的设备驱动程序,从米国买了两个USB2.0的调试小设备(如下图,每个似乎80美刀,贼贵的东西)。
主要是用来替代串口115200波特率的响应速度慢,以便解决调试效率的问题。
当时,根据WINDBG的HELP文档,而且也GOOGLE了一些网上的相关参考内容,...
分类:
数据库 时间:
2014-12-24 11:49:38
阅读次数:
610
遇到一下错误
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