码迷,mamicode.com
首页 >  
搜索关键字:ports    ( 1353个结果
Mac OS X中搭建Python科学计算环境
这个日志也是参考了几位网友的经验(例如这篇日志:http://blog.csdn.net/waleking/article/details/7578517)。他们推荐使用Mac Ports这样的软件来管理和安装所有的安装包。按照这里的教程:http://www.macports.org/install.php,需要首先安装Xcode,如果下载网速不好的话,使用浏览器下载可能需要数个小时。这里建...
分类:编程语言   时间:2014-07-22 23:05:34    阅读次数:354
串口调适
using System;using System.Windows.Forms;using System.IO.Ports;using System.Drawing;using System.IO;using System.Text;using System.Collections;using Sy...
分类:其他好文   时间:2014-05-27 15:38:36    阅读次数:422
当用Myeclipse8.6集成开发环境,进行JavaWeb项目开发的时候,用集成开发环境中的run Server进行程序调试时,出现如下错误解决方案
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 system process may be using the port, To start this server you will need to stop the other process or change t...
分类:编程语言   时间:2014-05-26 03:41:22    阅读次数:364
Candence下对“跨页连接器(off-page connector)”进行批量重命名的方法
parts、ports、alias等等均可以在“属性编辑器(Property Editor)”中进行查看编辑,并通过复制到Excel等表格软件来进行批量修改、之后再粘贴回去的方法进行批量编辑。但是“跨页连接器(off-page connector)”无法在Property Editor中进行查看.....
分类:其他好文   时间:2014-05-22 00:46:30    阅读次数:502
谷歌浏览器的一个新特点——关于获取iframe的parent对象
Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match....
分类:其他好文   时间:2014-05-14 19:30:36    阅读次数:292
apache配置多个端口访问
1、配置httpd.conf#Listen:AllowsyoutobindApachetospecificIPaddressesand/or#ports,insteadofthedefault.Seealsothe#directive.##ChangethistoListenonspecificIP...
分类:其他好文   时间:2014-05-14 12:13:24    阅读次数:299
openBSD简单入门
//**安全是一个过程,而不是一个产品,安全比性能要重要。**//-----------------------------------一、前言二、环境三、配置网络及镜像源四、packages安装五、添加普通用户六、ports安装-----------------------------------一、前言OpenBSD是一个多平台的,基于4.4BSD的类UNI..
分类:其他好文   时间:2014-05-12 04:00:19    阅读次数:575
unity3D和串口之间的通信,接收下位机数据和发送指令
using UnityEngine;using System.Collections;using System.IO.Ports;using System;using System.Collections.Generic;using System.Threading;public class Por...
分类:其他好文   时间:2014-05-06 10:15:17    阅读次数:5671
WINDOWS常用端口列表
按端口号可分为3大类:(1)公认端口(Well Known Ports):从0到1023,它们紧密绑定(binding)于一些服务。通常这些端口的通讯明确表明了某种服务的协议。例如:80端口实际上总是HTTP通讯。(2)注册端口(Registered Ports):从1024到49151。它们松散地...
分类:Windows程序   时间:2014-05-04 11:28:22    阅读次数:445
[TroubleShooting] The server network address can not be reached or does not exist
The server network address “TCP://myserverAddress:50221″ cannot be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational. (Microsoft SQL Server, Error: 1418)...
分类:Web程序   时间:2014-05-01 18:35:53    阅读次数:665
1353条   上一页 1 ... 133 134 135 136 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!