摘要:
## 避免本地重复输入账号密码 ``` git config --global credential.helper store 执行命令: git config --global credential.helper store git pull 输入你的用户名和密码store模式会存储 查看系统存储 阅读全文
摘要:
## 下载 https://www.workerman.net/download ![](https://img2018.cnblogs.com/blog/1648143/201911/1648143-20191115211643965-1334042730.jpg) 或者使用composer ` 阅读全文
摘要:
``` $slat = $banner_content['jd']; $slng = $banner_content['wd']; $sql = "select *, acos( sin(($slng*3.1415)/180) * sin((wd*3.1415)/180) + cos(($slng* 阅读全文
摘要:
### 创建项目 1. 新建一个空白项目 2. 创建父工程 选中Maven 不要勾选任何框架->com.zf.edu common-parent ![](https://img2018.cnblogs.com/blog/1648143/201911/1648143-20191115210729375 阅读全文
摘要:
![]()## 阿里云![]()## 阿里云 ``` # 替换brew.git cd "$(brew --repo)" git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git # 替换homebrew-core.g 阅读全文