你们用微软 office 打开文档不卡吗?

clacf 2026-08-12 11:07 1

无论是 excel 还是 word ,都卡顿无比。我用的是付费版的 office 365 。
现在除了领导要求提供离线版本, 我都宁愿在 qq 文档写作了。

是不是可以更换成 wps 或者 libreoffice 会好点?
最新回复 (9)
  • soulflysimple123 08-12 11:38
    1
    我用的 2021 专业版,一点不卡,除非那种几百 MB 的大文件
  • cowcomic 08-12 11:40
    2
    我这儿反而是 wps 卡的不行,office 流畅的一匹
    之前因为 wps 开了会员,一直捏着鼻子用,最近实在忍不了了,换回 office
  • docx 08-12 11:40
    3
    没遇到过,是不是电脑太老旧了
  • dode 08-12 13:23
    4
    报内存大小,换 ssd ?
  • chutsetien 08-12 13:27
    5
    只要你的作业系统是 Windows, 那么就没有任何其他的办公套件能做到比 MSO 高效 (resource efficient), 没有任何,无论是哪个国家产的、开源的还是商业的,都不行。因为微软显然在 Windows 里为 MSO 保留了一些不对外开放的黑科技。
  • Dragonish3600 08-12 13:30
    6
    卡的话去设置里关闭显卡硬件加速
  • sakura7xs 08-12 14:15
    7
    关掉加载项里的 Office Plus
  • xz410236056 08-12 14:21
    8
    mac 吧,之前 mac 和 office 不对付,office365 好像好点,你要是用旧版可能会卡
  • datocp 08-12 20:05
    9
    这个东西我还真研究过。。。
    样本是 office 2016,这玩意每一分钟像是向巨硬发送 3 次心跳包,心跳包发起的连接不消亡,下一步就无法继续。。。这也是很多网络讨论怎么内网用户卡得不要不要的。。。
    windows 这玩意真的有毒,不知道从哪个系统开始,有网络和没网络速度上还是有差别的。有网关有 dns 不知道如何模拟成没网关没 dns 。


    # iptables -S forwarding_rule
    -N forwarding_rule
    -A forwarding_rule -o eth1 -m set ! --match-set block_ip src -m set --match-set allowIP dst -j ACCEPT
    -A forwarding_rule -o eth1 -p tcp -m set ! --match-set Bdst_white src -m set --match-set BdstIP dst -j REJECT --reject-with tcp-reset
    -A forwarding_rule -o eth1 -m set ! --match-set Bdst_white src -m set --match-set BdstIP dst -j REJECT --reject-with icmp-net-unreachable
    -A forwarding_rule -o eth1 -m set --match-set block_ip src -m set --match-set allowIP1 dst -j ACCEPT
    -A forwarding_rule -o eth1 -m set --match-set block_ip src -j REJECT --reject-with icmp-net-unreachable


    ipset=/windows.com/BdstIP
    ipset=/windows.net/BdstIP
    ipset=/windows-ppe.net/BdstIP
    ##ipset=/wustat.windows.com/BdstIP
    ipset=/office.com/BdstIP
    ipset=/office.net/BdstIP
    ipset=/office365.com/BdstIP
    ipset=/outlook.com/BdstIP
    ipset=/outlook-sdf.com/BdstIP

    openwrt 用 ipset 定义巨硬大量域名到 BdstIP ,使用-j REJECT --reject-with icmp-net-unreachable 将这些巨硬的网站在网关快速响应丢包,从那以后再也没人向我反应 office 说不清楚卡卡的。
* 帖子来源V2EX
返回