以下是微软官方提供的CRM端口号列表,收藏一下:4.0 :https://msdn.microsoft.com/en-us/library/dd979226(v=crm.6).aspxThis section describes the ports that are used for Microso...
分类:
其他好文 时间:
2015-08-21 15:01:29
阅读次数:
217
1:由于非root用户不能使用1024以下端口,将tomcat端口使用iptables做转发 iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080 iptables -t nat -A.....
分类:
其他好文 时间:
2015-08-20 12:34:20
阅读次数:
125
按照网络上的指点: 将rewrit.load文件ln到mods_enable目录下; 检查httpd.conf、ports.conf里面的主机和端口名称,都需要默认有个*,对应的sites_available目录下的VirtualHost配置文件中的主机和端口要与其保持...
分类:
Web程序 时间:
2015-08-18 21:34:32
阅读次数:
131
Just mark .1: // tcpmux7: // echo9: // discard11: // systat13: // daytime15: // netstat17: // qotd19: // chargen20: // ftp data21: // ftp ac...
分类:
其他好文 时间:
2015-08-08 17:54:28
阅读次数:
117
? /vagrant vagrant reload[default] Attempting graceful shutdown of VM...[default] Clearing any previously set forwarded ports...[default] Clearing a.....
分类:
系统相关 时间:
2015-07-31 23:15:07
阅读次数:
384
Apache配置httpd.conf#增加监听端 可以通过netstat -n -a查看端口是否开启# Listen: Allows you to bind Apache to specific IP addresses and/or# ports, instead of the default. ...
分类:
Web程序 时间:
2015-07-29 11:39:45
阅读次数:
138
MachineJP类:第1部分:串口初始化,串口数据读写using System;using System.Collections.Generic;using System.IO.Ports;using System.Linq;using System.Text;using System.Threa...
WMI方式 using System; using System.Management; using System.Text.RegularExpressions; using System.Collections.Generic; namespace Splash.IO.PORTS { /// /...
eclipse运行servers的project失败,总是提示错误:错误信息:Several ports (8005,8080, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may ...
分类:
其他好文 时间:
2015-07-16 11:01:13
阅读次数:
120
经验(比如这篇日志:http://blog.csdn.net/waleking/article/details/7578517)。他们推荐使用Mac Ports这种软件来管理和安装全部的安装包。依照这里的教程:http://www.macports.org/install.php,须要首先安装Xco...
分类:
编程语言 时间:
2015-07-06 23:06:46
阅读次数:
237