摘要:
进入代码目录右键点击Git Bash Here 输入 git init 初始化仓库 设置提交者的用户名 git config --global user.name "****" 设置提交者的联系邮箱 git config --global user.email "*********@qq.com" 阅读全文
摘要:
安装composer composer require lorine/oss-utils 控制器 use Lorine\OssUtils\OssService; public function upload(Request $request){ $data=$request->file('img') 阅读全文
摘要:
$('#check').click(function () { $('.checks').prop('checked',$(this).prop('checked')); }) 阅读全文