您现在的位置是: 首页 > 杂七杂八 优化 Mac 上 office 软件更新慢的问题
优化 Mac 上 office 软件更新慢的问题
2020-05-20 【杂七杂八】 1667人已围观 3211次浏览
简介优化 Mac 上 office 软件更新慢的问题
在 Mac 更新 office 软件时,下载速度时快时慢,很不稳定,经过分析自动更新的数据日志发现更新程序大量的请求了根域名为
akamaized.net
azurewebsites.net
的访问记录
然后通过 ping 这里面的域名发现指向的 IP 地址都在国外,所以,如果手上有代理的,可以直接在 PAC 文件中加入上面的两个域名即可,然后重启更新程序,会发现速度变得很快,分分钟就下载完成了。
还有一种解决方案就是直接去官网上下载最新的包进行覆盖安装,官网直接下载就可以使用下载软件加速下载了。同样的也可以起到快速更新 office 的操作
很赞哦! (0)
点击排行
- Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR DISABLE You can't write or read against a disable instance
- RocketMQ 出现 sendDefaultImpl call timeout 问题
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- Debian apt 使用国内镜像
- SpringBoot @NotBlank 不生效问题
- 记一次 Mybatis-Plus 自动填充无效问题解决
- nuxt 项目完整部署方案
- gulp3 在 node12 上运行出现异常 primordials is not defined
站长推荐
猜你喜欢
- CentOS 安装Node.js
- Laravel Dingo/api 出现 The version given was unknown or has no registered routes.报错
- SpringBoot 2.x Security security.basic.enabled=false 失效问题解决
- Linux no space left on device 出现设备上没有空间问题
- 【Docker】unauthorized: incorrect username or password
- Debian/Ubuntu无netstat命令解决方案
- nginx 出现 the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in 错误解决方案
- npm 出现 Unexpected token < in JSON at position 21330
- ThinkPHP 解决跨域访问问题
- docker mysql 导入 SQL 脚本