前言 卸载MySQL,首先得知道MySQL的路径。默认的话是在/usr/local文件夹下的。 在系统偏好设置面板中可以看到之前安装的MySQL,此时若想卸载MySQL,可以按照如下步骤来。 之前安装的时候采用的是默认路径的安装,所以符合下面的卸载步骤 操作 终端下执行,切换到~,然后打开usr文件 ...
分类:
数据库 时间:
2021-04-21 11:57:57
阅读次数:
0
Wattagio 是功能强大的 macOS 电池助手。它可以告知用户当前的电池状况,并有助于减少电量消耗。可以快速揪出耗电应用,并支持一键关闭。应用程序中的灵活设置提供了一些选项,可以自定义用户的配置文件以满足用户的需求。通过 Wattagio 可以增加用户的电池工作时间,先进的系统设置可以降低电池 ...
分类:
移动开发 时间:
2021-04-21 11:53:41
阅读次数:
0
一、安装element plus:$ yarn add element-plus --dev 二、导入、引用: 三、首次运行时:$ yarn install 四、启动项目:$ yarn dev ...
分类:
系统相关 时间:
2021-04-21 11:52:31
阅读次数:
0
很多人第一想法就是重新安装Xcode,但是Xcode对内存要求很高,并不是每个人都想安装或者说都能安装的,其实,只需要安装个别配置就好了。 删除已经安装的CommandLineTools sudo rm -rf $(xcode-select -p) 重新安装 sudo xcode-select -- ...
分类:
系统相关 时间:
2021-04-21 11:51:43
阅读次数:
0
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:
系统相关 时间:
2021-04-21 11:49:55
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp ...
分类:
Web程序 时间:
2021-04-21 11:46:08
阅读次数:
0
Mac下Core Shell 使用lrzsz命令,上传,下载文件 新增~/.bashrc_Core_Shell # Bash support for Core Shell, reference: /etc/bashrc_Apple_Terminal on macOS # Report Working ...
分类:
系统相关 时间:
2021-04-20 15:02:28
阅读次数:
0
1. 修改本地hosts文件 windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/etc/hosts 2. 增加http://github.global.ssl.fastly.n ...
分类:
其他好文 时间:
2021-04-19 15:45:32
阅读次数:
0
每隔 0.5 秒输出当前 .git 目录的文件 watch -n .5 "tree .git" 需要安装 watch 和 tree 命令, brew install watch brew install tree ...
分类:
系统相关 时间:
2021-04-19 15:36:48
阅读次数:
0
mac 上build go 如果想要在centos上面执行 必须使用下面的方式 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o hello hello.go 不然会报错 :cannot execute binary file ...
分类:
其他好文 时间:
2021-04-19 14:58:20
阅读次数:
0