码迷,mamicode.com
首页 >  
搜索关键字:ports    ( 1353个结果
学习ubuntu之干掉某个被占用的端口
今天在eclipse上配置Tomcat,在最后一步布置我的一个WebDemo,开启server时,有时总弹出“Severalports(8005,8080,8009)requiredbyTomcatv6.0Serveratlocalhostarealreadyinuse“的错误,这是因为当前的8080端口被占用了,我们需要将占用该端口的进程干掉。在终端中输入lsof-i:..
分类:系统相关   时间:2015-04-04 19:51:02    阅读次数:162
frameset子窗口获取父窗口失败原因?
报错信息:arrow.html:44 Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports...
分类:其他好文   时间:2015-04-03 18:45:50    阅读次数:144
fileZilla server 安装问题
Setup FileZilla Server Passive Ports on Windows Server 2012I prefer to use FileZilla FTP Server above the traditional IIS FTP module. FileZilla comes ...
分类:其他好文   时间:2015-04-03 15:04:28    阅读次数:158
AVCaptureDevice
AVCapture0、媒体采集的几个东西。这里所需要明白的是,在这个流程中,这里会存在几个对象: a、AVCaptureDevice。这里代表抽象的硬件设备。 b、AVCaptureInput。这里代表输入设备(可以是它的子类),它配置抽象硬件设备的ports。 c、AVCaptureOutput。...
分类:其他好文   时间:2015-04-01 10:55:02    阅读次数:132
The Clean Architecture
原文链接:The Clean Architecture译者:zimoguo 校对者:Mr.Simple 在过去的几年中,我们已经看到了关于系统框架的一些想法 : Hexagonal Architecture(六角架构)(a.k.a. Ports and Adapters) 这种架构是由Alistair Cockburn提出的,并由Steve Freeman和N...
分类:其他好文   时间:2015-03-30 09:16:06    阅读次数:222
The Clean Architecture
http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html 在过去几年里,我们已经看到了很多关于系统架构的文章,包括: Hexagonal Architecture (a.k.a. Ports and Adapters) by Alistair Cockburn and adopted by...
分类:其他好文   时间:2015-03-16 14:32:39    阅读次数:125
docker 集群网络部署
编辑/etc/network/interface文件auto br0iface br0 inet staticaddress 192.168.7.31netmask 255.255.240.0gateway 192.168.7.254bridge_ports em1bridge_stp offdns...
分类:其他好文   时间:2015-03-11 14:35:11    阅读次数:135
Several ports (8080, 8009) required by Tomcat v7.0 Server at localhost are already in use.
Several ports (8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a ...
分类:其他好文   时间:2015-02-27 16:27:48    阅读次数:117
iOS Runloop学习笔记
一、* what is run loop *1、A run loop is an abstraction that (among other things) provides a mechanism to handle system input sources (sockets, ports, files, keyboard, mouse, timers, etc).Each NSThread ha...
分类:移动开发   时间:2015-02-27 15:16:04    阅读次数:218
Amazon Headlines Update on Activity in US West Coast Ports
According to news reports, freighter cargo may not be offloaded at U.S. West Coast ports from February 13 through February 16. This may result in a de...
分类:其他好文   时间:2015-02-13 14:45:40    阅读次数:125
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!