• Mac在Finder中显示隐藏文件


    1、显示隐藏文件
    打开终端,输入下面的命令:
    defaults write com.apple.finder AppleShowAllFiles -bool true
    KillAll Finder
     

     

    2、取消显示隐藏文件
    再次隐藏这些文件的方法和上面一样,只是把 true 改为 false 就可以了
    defaults write com.apple.finder AppleShowAllFiles -bool false
    KillAll Finder
     

     

  • 相关阅读:
    树状数组
    LCA最近公共祖先
    ordered_set
    马拉车算法
    数论
    图论
    其他
    线段树
    序列自动机
    优先队列
  • 原文地址:https://www.cnblogs.com/lovestarfish/p/10627945.html
Copyright © 2020-2023  润新知