随笔分类 -  mac

摘要:格式化代码快捷键:Cmd + Opt + L 失效原因:网易云音乐占了这个快捷键 解决方案:修改网易云音乐的快捷键即可 阅读全文
posted @ 2020-06-21 18:04 brookin 阅读(1082) 评论(0) 推荐(0)
摘要:MariaDB Server is available for installation on macOS (formerly Mac OS X) via the Homebrew package manager. MariaDB Server is available as a Homebrew 阅读全文
posted @ 2019-01-12 22:06 brookin 阅读(275) 评论(0) 推荐(0)
摘要:启动 测试 连接 阅读全文
posted @ 2019-01-06 15:44 brookin 阅读(211) 评论(0) 推荐(0)
摘要:mac Allow invalid certificates for resources loaded from localhost 阅读全文
posted @ 2018-10-25 17:36 brookin 阅读(226) 评论(0) 推荐(0)
摘要:编辑器 阅读全文
posted @ 2018-10-17 12:03 brookin 阅读(168) 评论(0) 推荐(0)
摘要:进程 查看端口进程 lsof lsof i tcp: 示例 查看本机监听的端口进程列表 lsof i P | grep i "listen" 示例 netstat 线程 查看进程的线程列表 ps M 命名解释 M Print the threads corresponding to each tas 阅读全文
posted @ 2018-10-17 11:43 brookin 阅读(5067) 评论(0) 推荐(0)
摘要:1. 编辑文件 ~/.bash_profile 添加 export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced 2. 加载生效 source ~/.bash_profile 阅读全文
posted @ 2018-08-09 16:46 brookin 阅读(196) 评论(0) 推荐(0)