码迷,mamicode.com
首页 >  
搜索关键字:ports    ( 1353个结果
串口数据处理
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO.Ports;using System.Runtime.CompilerServices;using Sy...
分类:其他好文   时间:2014-07-22 22:44:35    阅读次数:327
Tomcat:Several ports are already in use问题
Several ports (8005, 8080, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may already be running in another process,...
分类:其他好文   时间:2014-06-23 07:08:50    阅读次数:246
nginx源码分析--ngx_http_optimize_servers()函数
这个函数做了连部分工作:1)以端口为入口点 将有用的信息存放到hash表内 2)调用ngx_http_init_listening()函数 对端口进行监听 1、 在ngx_http_core_main_conf_t结构体中有一个字段为ports,是一个数组,数组内存放的全是ngx_http_conf_port_t;对于每一个端口信息(ngx_http_conf_port_t),调用 ngx_h...
分类:其他好文   时间:2014-06-21 21:16:25    阅读次数:267
Openvswitch手册(4)
这一节我们来分析Mirror Mirror就是配置一个bridge,将某些包发给指定的mirrored ports 对于包的选择: select_all,所有的包 select_dst_port select_src_port select_vlan 对于指定的目的: output_port (SP...
分类:其他好文   时间:2014-06-21 15:32:53    阅读次数:227
Openvswitch手册(4)
这一节我们来分析Mirror Mirror就是配置一个bridge,将某些包发给指定的mirrored ports 对于包的选择: select_all,所有的包 select_dst_port select_src_port select_vlan 对于指定的目的: output_port (SP...
分类:其他好文   时间:2014-06-21 12:01:13    阅读次数:562
C#----串口数据接收发送
虚拟串口驱动工具,创建俩个虚拟串口,如图:创建两个Console模拟串口的发送接收数据C#串口数据接收发送,类空间:using System.IO.Ports;C# 串行端口 接收数据,代码如下: //遍历串行端口名称数组 foreach (string ...
分类:其他好文   时间:2014-06-20 22:28:11    阅读次数:2495
错误记录--更改tomcat端口号方法,Several ports (8005, 8080, 8009)
启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server at localhost are already in use. The server may already be running in a...
分类:其他好文   时间:2014-06-15 23:15:35    阅读次数:397
FreeBSD的包管理
FreeBSD下安装软件不是Ubuntu的apt-get,也不是Gentoo的portage。有三种方法: package ports 自主进行源码编译安装...
分类:其他好文   时间:2014-06-10 06:28:11    阅读次数:318
FreeBSD 9.1安装KMS 这是一个伪命题###### ,9....
FreeBSD 9.1安装KMS这是一个伪命题###### ,9.1的内核已经加入了KMS内核支持需要更新ports中的xorg到打了补丁的版本,无意中发现了一个pkg源,这个事也搞定了freebsd 9.1 kms
分类:其他好文   时间:2014-06-02 09:45:19    阅读次数:212
我遇到的警告错误及解决方法
Warning: Latch audio_deal:audio_deal_inst|val_vrefl[2] has unsafe behavior Warning: Ports D and ENA on the latch are fed by the same signal audio_dea....
分类:其他好文   时间:2014-05-30 16:23:13    阅读次数:843
1353条   上一页 1 ... 132 133 134 135 136 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!