上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页
摘要: $filearr = explode("upload2/",$filess[$f]); //把字符串 $filess[$f] 'public/upload/company/upload2/123123.png' 切割成两个.即成为了一个数组 .,切割成为了 $filearr[0] == 'publi 阅读全文
posted @ 2022-03-18 16:10 79524795 阅读(51) 评论(0) 推荐(0)
摘要: 前端 <div class="layui-upload"> <button style="margin-left: 110px;" type="button" class="layui-btn layui-btn-normal" id="testList">选择文件</button> <div st 阅读全文
posted @ 2022-03-18 10:32 79524795 阅读(322) 评论(0) 推荐(0)
摘要: use think\Facade\Db; use think\Db; 阅读全文
posted @ 2022-03-14 17:37 79524795 阅读(34) 评论(0) 推荐(0)
摘要: style="border-radius:15px; position:fixed;z-index:9999;bottom:89%;right:68%;font-size: 17px;margin-top:50px;" 修改 bottom:89%;right:68%就是上下左右 阅读全文
posted @ 2022-03-14 14:55 79524795 阅读(94) 评论(0) 推荐(0)
摘要: Chart.js修改Y轴版 地址:https://kodo.79524795.vip/js/Chart.js Chart.js原版:地址:https://www.html5tricks.com/demo/chartjs/Chart.js 用原版的话,我这代码你没法用 传的数据 格式在最后。 <!DO 阅读全文
posted @ 2022-03-11 17:30 79524795 阅读(132) 评论(0) 推荐(0)
摘要: <div style="position:fixed;z-index:9999;bottom:20%;right:10%;font-size: 17px;margin-top:50px;"> <a href="/info.php" ><img src="/defaultimg.jpg" style= 阅读全文
posted @ 2022-03-08 11:52 79524795 阅读(31) 评论(0) 推荐(0)
摘要: 选择框 要写一个form表单 ,在里面写选择框 才有效果 阅读全文
posted @ 2022-03-02 15:39 79524795 阅读(64) 评论(0) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/1tARNG20wubsGbGGoWTl2BA?pwd=th68 提取码:th68 关闭版本更新提示: 首选项 -> 设置 -> 添加这条"update_check": false, 阅读全文
posted @ 2022-03-01 14:00 79524795 阅读(491) 评论(0) 推荐(0)
摘要: $ip = $_SERVER["REMOTE_ADDR"]; echo $ip; 阅读全文
posted @ 2022-02-25 10:57 79524795 阅读(102) 评论(0) 推荐(0)
摘要: disabled: 禁用; selected:直接选择,选取被选择的 <option> 元素。该选择器不适用于单选按钮或复选框。checked:直接选择,选取所有选中的复选框(checkbox)或单选按钮(radio)。 阅读全文
posted @ 2022-02-19 16:35 79524795 阅读(41) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页