您现在的位置是: 首页 > 杂七杂八 优化 Mac 上 office 软件更新慢的问题
优化 Mac 上 office 软件更新慢的问题
2020-05-20 【杂七杂八】 3234人已围观 6493次浏览
简介优化 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
- Debian apt 使用国内镜像
- RocketMQ 出现 sendDefaultImpl call timeout 问题
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- SpringBoot @NotBlank 不生效问题
- 记一次 Mybatis-Plus 自动填充无效问题解决
- SpringBoot 2.x 文件上传出现 The field file exceeds its maximum permitted size of 1048576 bytes
- nuxt 项目完整部署方案
站长推荐
猜你喜欢
- Vue 路由跳转错误 NavigationDuplicated: Avoided redundant navigation to current location
- Zookeeper 找不到或无法加载主类 org.apache.zookeeper.server.quorum.QuorumPeerMain
- Docker 批量操作命令
- Linux no space left on device 出现设备上没有空间问题
- 防止Time Machine备份Parallels Desktop的虚拟硬盘文件
- CentOS 安装 Docker
- 获取阿里云CDN真实IP
- Linux 常用命令 持续更新中...
- idea去掉Smart commands execution提示
- Laravel Dingo/api 出现 The version given was unknown or has no registered routes.报错