第一步:安装树莓派交叉编译环境使用的环境:ubuntu13.041.下载交叉编译工具wget https://s3.amazonaws.com/RTI/Community/ports/toolchains/raspbian-toolchain-gcc-4.7.2-linux32.tar.gz2.解压...
分类:
移动开发 时间:
2015-12-05 07:14:47
阅读次数:
347
using System;using System.IO.Ports;class PortDataReceived{ public static void Main() { SerialPort mySerialPort = new SerialPort("COM1"); ...
分类:
其他好文 时间:
2015-12-04 17:54:54
阅读次数:
106
G1000PortAttribute:Target/RCUTarget/Initiator/ExternalG1000的四种端口属性,一个端口只有一种属性target正常情况下,LDEV从targetmapping出去给hostExternal虚拟化外部存储是,需要将端口设置为ExternalInitiator复制的时候MCURCUTarget复制的时候RCUGx00支持双向属性Ports..
分类:
其他好文 时间:
2015-12-03 15:51:28
阅读次数:
212
Several ports (8080, 8009) required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a s...
分类:
其他好文 时间:
2015-11-23 21:41:53
阅读次数:
150
1.查看网卡是千兆还是百兆# ethtool eth1Settings for eth1: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full ...
分类:
其他好文 时间:
2015-11-22 18:56:23
阅读次数:
103
1.安装MacPorts的官方网站:http://www.macports.org/install.php有dmg安装和源代码安装两种方式,下载dmg格式一步步安装即可2.使用更新ports tree和MacPorts版本:sudo port -v selfupdate搜索索引中得软件:port s...
分类:
系统相关 时间:
2015-11-11 11:18:27
阅读次数:
228
FirFox打开80以外的端口,会弹出以下提示:“此地址使用了一个通常用于网络浏览以外的端口。出于安全原因,Firefox 取消了该请求。”。经网上搜索,解决方法如下:在Firefox地址栏输入about:config,然后在右键新建一个字符串键network.security.ports.bann...
分类:
其他好文 时间:
2015-10-15 18:27:46
阅读次数:
154
Rhel7聚合链路
方案一:
有时state看不了,把ethnet加上,重启网络再删除。
重启网络
teamdctlteam0state
setup:
runner:activebackup
ports:
eth3
linkwatches:
linksummary:up
instance[link_watch_0]:
name:ethtool
link:up
eth4
linkwatches:
linksummary:up
inst..
分类:
其他好文 时间:
2015-10-12 02:05:27
阅读次数:
177
监测主机存活的端口#!/usr/bin/envpython
#coding-utf8
importargparse
importsocket
importsys
#author:wolf_ribble
defscan_ports(host,start_port,end_port):
"""Scanremotehosts"""
try:
sock=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
exceptsocket.error,erro..
分类:
编程语言 时间:
2015-10-10 18:41:36
阅读次数:
300
近日,使用apache2来做个网站,也在自己的开发电脑上把常用的组件说明文档,以网站的形式查看,本着此目的,纪录了本文章.一.安装apache2:sudoapt-getinstallapache2二.查看目录结构# /etc/apache2/
# |--apache2.conf
# | `--ports.conf
# |--mods-enabled
# | |--*.load
# | `--*...
分类:
Web程序 时间:
2015-10-03 11:58:08
阅读次数:
159