惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
S
Securelist
博客园 - Franky
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
N
News and Events Feed by Topic
AI
AI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Schneier on Security
Schneier on Security
Attack and Defense Labs
Attack and Defense Labs
Vercel News
Vercel News
腾讯CDC
Google DeepMind News
Google DeepMind News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
N
Netflix TechBlog - Medium
量子位
S
Schneier on Security
Hacker News: Ask HN
Hacker News: Ask HN
Cyberwarzone
Cyberwarzone
S
Security Affairs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
News and Events Feed by Topic
T
Tenable Blog
PCI Perspectives
PCI Perspectives
MyScale Blog
MyScale Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Cyber Attacks, Cyber Crime and Cyber Security
W
WeLiveSecurity
N
News | PayPal Newsroom
P
Proofpoint News Feed
O
OpenAI News
C
CERT Recently Published Vulnerability Notes
B
Blog
Cisco Talos Blog
Cisco Talos Blog
Microsoft Security Blog
Microsoft Security Blog
V
Visual Studio Blog
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Spread Privacy
Spread Privacy

博客园 - WolfのPL

数学地理 ArcGIS Server9.2的Cache! ArcGIS Server连接方式介绍 ArcGIS Explorer build480即将发布! ArcGIS Engine中加载数据 ArcGIS9.2 SP5已发布! ArcSDE中间件技术的生命力(原文作者:蔡晓冰) GeoDatabase设计之拓扑 arcsde9.2远程安装(ORACLE) ArcGIS9.2支持多种数据格式导入导出 ArcSDE服务介绍 巧用Arcmap中字段计算器(field calculations) ArcGIS中应用Expressions标注(Label)之一—上下标、分数等特殊形式标注 ArcGIS中应用Expressions标注(Label)之二—使用外部数据库中数据标注要素 创建一个简单的ArcGIS Server ASP.NET网页(转载) ArcGIS Server--揭开你的神秘面纱 VC杂记 ArcGIS Server9.2安装过程 The Digital Earth: Understanding our planet in the 21st Century.(转载)
远程连接server问题
WolfのPL · 2008-06-06 · via 博客园 - WolfのPL

开启Windows防火墙后,当远程连接Server服务器时被拒绝,其解决方法如下:1、启动Windows防火墙。开始 > 设置 > 控制面板 > Windows防火墙。缺省情况下,防火墙是启用的,这是推荐的设置。
2、点击“例外”选项卡。
3、点击“添加端口”。
4、添加下面的信息:
    名称:Web Port
    端口号:80
    类型:TCP
    点击“确定”。
5、添加135端口,点击“添加端口”。
6、添加下面的信息:
    名称:DCOM(ArcGIS Server)
    端口号:135
    类型:TCP
    点击“确定”。
7、点击“添加程序”将ArcSOM.exe添加到例外。
8、点击“浏览”,并浏览到:
    <ArcGIS Install Directory>\bin\ArcSOM.exe,例如
    C:\Program Files\ArcGIS\bin\ArcSOM.exe
    点击“确定”。
9、点击“添加程序”将ArcSOC.exe添加到例外。
10、点击“浏览”,并浏览到:
    <ArcGIS Install Directory>\bin\ArcSOC.exe,例如
    C:\Program Files\ArcGIS\bin\ArcSOC.exe
    点击“确定”。
11、这些端口和程序入口现在将显示在程序和服务列表中。确保其之前的Check框被选中。