using System;
using System.IO.Ports;
class SerialPortHelper
{
private long _receiveByteCount = 0, _sendByteOfCount = 0;
public long ReceiveByteCount { get { return _receiveByteCount; } set...
分类:
其他好文 时间:
2014-10-09 17:46:37
阅读次数:
339
1.安装openjdk7.#cd/usr/ports/java/openjdk7#makeinstallclean测试Java是否安装好#java-versionjavaversion"1.6.0_07"DiabloJava(TM)SERuntimeEnvironment(build1.6.0_07-b02)DiabloJavaHotSpot(TM)64-BitServerVM(build10.0-b23,mixedmode)2.安装tomcat6#cd/usr/ports/www/to..
分类:
其他好文 时间:
2014-09-30 03:20:52
阅读次数:
221
汉澳sinox高速下载工具axel
一直用wget、浏览器单线程下载等啊等,没完没了,必须使出刹手锏。
汉澳sinox高速下载工具axel,不是exel,读作 阿克啸
安装
cd /usr/ports/ftp/axel;make install clean
然后运行axel -n 10 网址,其中-n 后面指定多线程数量。
然后就以10倍速度download,不需要安装旋风...
分类:
其他好文 时间:
2014-09-26 22:34:08
阅读次数:
263
译文:
大致意思是将某些端口的数据发送到指定的端口。
原文如下
12.5.2.2
Mirror Port Configuration
Port mirroring is the duplication of traffic from a set of source ports onto a destination port. A mirror
session asso...
分类:
其他好文 时间:
2014-09-16 00:27:19
阅读次数:
258
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO.Ports; 6 7 namespace SerialPortExamp.....
分类:
其他好文 时间:
2014-09-15 14:07:58
阅读次数:
250
在.NET平台下创建C#串口通信程序,.NET 2.0提供了串口通信的功能,其命名空间是System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进行通信。我们将使用标准的RS 232 C 在PC间通信。它工作在全双工模式下,而且我们不打算使用任何的握手或流控制器,而是...
分类:
其他好文 时间:
2014-09-12 14:55:43
阅读次数:
178
Several ports (8005, 80, 8009) required by Tomcat v6.0 Server at localhost are already in use
分类:
其他好文 时间:
2014-08-26 17:06:36
阅读次数:
263
Communicating
with Hardware
Using I/O Ports
I/O ports are the means by which drivers communicate with many devices, at least
part of the time. This section covers the various functions...
分类:
其他好文 时间:
2014-08-26 15:36:16
阅读次数:
363
Failed to read the ‘contentDocument‘ property from ‘HTMLIFrameElement‘: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match.? 不想...
分类:
其他好文 时间:
2014-08-21 17:26:44
阅读次数:
164