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