码迷,mamicode.com
首页 >  
搜索关键字:listening    ( 365个结果
Laravel5.1学习笔记15 数据库1 数据库使用入门
Introduction Running Raw SQL Queries Listening For Query Events Database Transactions Using Multiple Database Connections Introduction Laravel makes c...
分类:数据库   时间:2015-07-02 15:28:54    阅读次数:181
【资料整理】cisco [stp]
【资料整理】cisco[stp]STP { STP802.1d -------------- shmacaddress-table shintvlan1 shspanning-tree STATE:Blocking,Listening,Learning,Forwarding,Disabled Switch(config)#intf0/1 Switch(config-if)#switchportport-securitymac-addresssticky//进入该端口的前..
分类:系统相关   时间:2015-06-09 17:46:43    阅读次数:159
python threading模块
#coding=utf-8import threadingfrom time import ctime,sleepdef music(func): for i in range(2): print "I was listening to %s. %s" %(func,ctime(...
分类:编程语言   时间:2015-06-08 14:58:16    阅读次数:108
Android ADB 端口占用问题解决方案
解决ADB端口占用问题方式一5037为adb默认端口,若5037端口被占用,查看占用端口的进程PIDC:\Users\wwx229495>netstat -aon|findstr 5037 TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 36...
分类:移动开发   时间:2015-06-03 13:38:51    阅读次数:189
查看443端口被占用无法启动解决办法
443端口被占用无法启动解决办法2012-11-15 15:012483人阅读评论(0)收藏举报netstat -ano|findstr "443" //搜索443端口占用情况,并找到进程IDTCP 0.0.0.0:443 0.0.0.0:0 LISTENING 720 //找到PID为720UDP...
分类:其他好文   时间:2015-06-01 20:18:24    阅读次数:104
turnserver启动命令
root@VM-5-70-ubuntu:/etc/default# ./rfc5766-turn-server turnserver.conf turnserver --listening-ip=119.29.85.xx 测试:...
分类:其他好文   时间:2015-05-11 17:55:26    阅读次数:2049
端口状态解释
一、服务端端口状态解释服务端,端口的状态变化先在本机(IP地址为:192.168.1.10)配置FTP服务,然后在其它计算机(IP地址为:192.168.1.1)访问FTP服务,从TCPView看看端口的状态变化。1、LISTENING状态FTP服务启动后首先处于侦听(LISTENING)状态。State显示是LISTENING时表..
分类:其他好文   时间:2015-05-06 15:27:44    阅读次数:142
443端口被占用无法启动解决办法(如何查找进程ID)
摘自CSDN博客,原文地址:http://blog.csdn.net/pet8766/article/details/8186955netstat -ano|findstr "443" //搜索443端口占用情况,并找到进程IDTCP 0.0.0.0:443 0.0.0.0:0 LISTENING ...
分类:系统相关   时间:2015-05-05 10:16:05    阅读次数:1526
SYN Flood攻击及防御方法 (转)
原文连接:http://blog.csdn.net/bill_lee_sh_cn/article/details/6065704一、为什么Syn Flood会造成危害 这要从操作系统的TCP/IP协议栈的实现说起。当开放了一个TCP端口后,该端口就处于Listening状态,不停地监视发到该端口的S...
分类:其他好文   时间:2015-05-04 23:33:12    阅读次数:200
linux - rsync
If the host computer is not running SSH (or RSH), we can configure and run rsync as a daemon in this computer. This would have rsync listening to the port 873 for incoming connections from other comput...
分类:系统相关   时间:2015-04-22 14:02:55    阅读次数:229
365条   上一页 1 ... 28 29 30 31 32 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!