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

推荐订阅源

N
News | PayPal Newsroom
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
H
Hacker News: Front Page
Apple Machine Learning Research
Apple Machine Learning Research
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
Security Latest
Security Latest
Cloudbric
Cloudbric
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Know Your Adversary
Know Your Adversary
A
Arctic Wolf
L
LangChain Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
W
WeLiveSecurity
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
小众软件
小众软件
NISL@THU
NISL@THU
云风的 BLOG
云风的 BLOG
P
Privacy & Cybersecurity Law Blog
S
Security @ Cisco Blogs
博客园 - 【当耐特】
I
InfoQ
Vercel News
Vercel News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
P
Proofpoint News Feed
O
OpenAI News
Google DeepMind News
Google DeepMind News
N
News and Events Feed by Topic
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
K
Kaspersky official blog
T
Threat Research - Cisco Blogs
量子位
宝玉的分享
宝玉的分享

博客园 - GIS9 开发探索

实现在EXCEL软件中进行用户轨迹时空重合分析 疫情地图 | 制作10月12日沈阳浑南区核酸结果异常人员轨迹地图 表格排重 | EXCEL表格数据排重,使用相同颜色标记相同值 地理计算 | 批量创建图形的中点或质点 EXCEL教程 | 制作无症状感染者活动轨迹地图,以郑州疫情通告为例 EXCEL技能 | EXCEL中进行地图搜索并将结果显示在表格中 EXCEL技能 | EXCEL中实现地图快照,截大图、加水印、保存PNG、TIF、HTML文件 【小o地图Excel插件版】计算两点间驾车路径,获取途径道路、驾车距离、耗时等信息 【小o地图Excel插件版】不止能做图表,还能抓58、大众点评网页数据... 【转】C#中判断网址是否有效 WIN10安装不上IIS,使用IISExpress作为发布服务 Excel地图插件(ExcelMaps) 局域网内通讯APP JDBC连接SqlServer错误:com.microsoft.sqlserver.jdbc.SQLServerException: 到主机 的 TCP/IP 连接失败。 java.net.ConnectException: Connection refused: connect - GIS9 开发探索 连接SQL Server数据库提示:Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection 错误 - GIS9 开发探索 AO开发时,ISqlWorkspace执行SQL语句,无法连接其他主机上的Oracle ArcGIS开发时,执行new SdeWorkspaceFactoryClass(); 出现COM类工厂的错误 [原创]WEB服务调试器,支持服务测试,监控告警 - GIS9 开发探索 web技术简介
安装VS时,双击setup.exe后界面一闪而过的问题
GIS9 开发探索 · 2018-11-30 · via 博客园 - GIS9 开发探索

问题:安装VS时,双击setup.exe界面一闪而过的问题

解决:
百度后说需要到“控制面板/添加和管理程序”关闭系统自带的netframework3.x及以上版本。

1、查看所有程序项:dism /online /Get-Features

2、如果dism执行返回“错误:87”,则需要修复dism命令
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth

3、执行禁用命令:
Dism /online /Disable-Feature /FeatureName:NetFx3
Dism /online /Disable-Feature /FeatureName:NetFx4-AdvSrvs

完成上述操作后,重新执行安装程序,问题解决。

posted @ 2018-11-30 08:53  GIS9 开发探索  阅读(1031)  评论(0)    收藏  举报

刷新页面返回顶部