https://blog.51cto.com/u_13502462/5071269vim /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/php@7.3.rb注释 disable 那一行重新下载
https://blog.51cto.com/u_13502462/5071269vim /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/php@7.3.rb注释 disable 那一行重新下载
https://github.com/nvm-sh/nvmhttps://blog.csdn.net/songisgood/article/details/121230371https://blog.csdn.net/qq_22186119/article/details/123255420安装1. 码云下载 git clone https://gitee.com/mirrors/nvm ...
git config --global user.name “你的用户名” git config --global user.email “你的邮箱”
watch: { '$route'(to, from) { this.init() } },
<meta name="viewport" id="viewportMeta" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <script type=&qu...
go build -ldflags="-s -w"
获取node tokencat /var/lib/rancher/k3s/server/node-token 获取api tokenkubectl get secrets kubectl describe secret default-token-2ppjf curl --insecure https://192.168.163.121:6443/api --header "Aut...
经过反复测试,其实只要getter方法返回一个 \yii\db\ActiveQuery 即可via方法也是,他调用的getter方法返回一个 \yii\db\ActiveQuery 即可但是如果没有使用hasMany和hasOne等方法,自己组装的ActiveQuery,则需要使用multiple设置是否多个例如:$query = Hospital::find()->andWhere(...
https://www.jianshu.com/p/7247ac3663f7查询方法term 不分词,精确查找match 会分词,模糊匹配,需要指定字段名,比如"hello world"会进行拆分为hello和worldmatch_phase 会分词,但是需要结果中也包含所有的分词,而且顺序要求一样query_string 会分词,在所有字段中搜索multi_match 不分词,它只会匹...