06 2023 档案

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

点击右上角即可分享
微信分享提示