06 2023 档案
摘要:# Fastadmin 添加会员功能 ## 默认的框架没有这个功能,代码修改教程如下 `1.修改debug--/application/config.php`修改成 app_debug = true `2.新增 /application/admin/view/user/user/index.html
阅读全文
摘要:<form action="/" method="post" enctype="multipart/form-data"> <div> <input class="layui-btn" type="file" multiple="multiple" accept="image/*" name="im
阅读全文
摘要:路径错误的话,看图,如果是网页正常打开,但是刷新就出错,那么配置文件没配置好 location /web{ try_files $uri $uri/web/ /web/index.html; }
阅读全文
摘要:错误原因:步骤反了解决步骤:1.先打开注册机点击patch2.再打开Navicat3.接着点弹出框的“确定”4.最后正常操作就行了,点击生成序列号——手动激活——复制激活码
阅读全文
摘要:去掉input type=file的默认样式 解决: 加style="opacity: 0;"变成透明的 然后可以外面套个div,在div上自定义样式。
阅读全文
摘要:添加完了之后 返回id $id = Db::name('user')->insertGetId($insert);
阅读全文
摘要:C:\Windows\System32\drivers\etc\hosts hosts文件
阅读全文
摘要:获取值var value = $("input[name='name']").val(); 赋值 <input type="hidden" name="oid" id="oid" class="oid" value="" > $("#oid").val(theRequest.oid) ;
阅读全文