06 2022 档案

摘要:一般json编码格式是{key:value},而表单编码方式则是 key=value&key2=value2。 直接上代码: 代码中这样传传过去 就是FormData方式 $data ="id=230&rid=3533&name=王炎&id_number=35018119800&mobile=113 阅读全文
posted @ 2022-06-25 10:40 79524795 阅读(1888) 评论(0) 推荐(0) 编辑
摘要:#c7f6c7 rgba(144, 238 ,144, 0.5); 阅读全文
posted @ 2022-06-24 19:07 79524795 阅读(28) 评论(0) 推荐(0) 编辑
摘要:百度云盘下载地址 链接:https://pan.baidu.com/s/1uhxmyR_ixeqsN9SLwGjjVw 提取码:k4yc 阅读全文
posted @ 2022-06-24 18:25 79524795 阅读(48) 评论(0) 推荐(0) 编辑
摘要:$('.box') 绑定class $('#box') 绑定 id 阅读全文
posted @ 2022-06-24 15:32 79524795 阅读(16) 评论(0) 推荐(0) 编辑
摘要:mkdir my-webserver cd my-webserver git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/a79 阅读全文
posted @ 2022-06-20 20:10 79524795 阅读(15) 评论(0) 推荐(0) 编辑
摘要:git config --global user.name "你的名字" git config --global user.email "你的邮箱" 阅读全文
posted @ 2022-06-20 20:09 79524795 阅读(106) 评论(0) 推荐(0) 编辑
摘要:1.环境变量 2. 右键文件夹 选择 3.输入 克隆命令 git clone https://gitee.com/a79524795/asdasd.git 回车即可 阅读全文
posted @ 2022-06-20 20:08 79524795 阅读(71) 评论(0) 推荐(0) 编辑
摘要:<diy-bottom-nav type="shop"></diy-bottom-nav> 阅读全文
posted @ 2022-06-20 16:34 79524795 阅读(20) 评论(0) 推荐(0) 编辑
摘要:第一步: 1. 菜单栏,Preferences > Settings 右侧加上一项 "update_check":false, 但这个我这边设置了也没有用,就需要下面的必杀技了(亲测有效) 2. 修改hosts文件 修改目录C:\Windows\System32\drivers\etc下的hosts 阅读全文
posted @ 2022-06-17 10:11 79524795 阅读(537) 评论(0) 推荐(1) 编辑
摘要:echo ("<script>setTimeout('window.location.reload()', 1);</script>"); 阅读全文
posted @ 2022-06-16 18:24 79524795 阅读(26) 评论(0) 推荐(0) 编辑
摘要:$users = array( array('name' => 'tom', 'age' => 20) , array('name' => 'anny', 'age' => 18) , array('name' => 'jack', 'age' => 22) ); $ages = array(); 阅读全文
posted @ 2022-06-13 19:23 79524795 阅读(38) 评论(0) 推荐(0) 编辑
摘要:亲测可用!亲测可用!亲测可用! 1.这里先配置下 2.按照图中说明弄下 阅读全文
posted @ 2022-06-13 15:36 79524795 阅读(202) 评论(0) 推荐(0) 编辑
摘要:JS案例1: <button onclick="uploadtt(this)" class="layui-btn">上传图片</button> <js> function uploadtt(obj){ var my=obj.previousElementSibling; parent.layer.o 阅读全文
posted @ 2022-06-02 14:08 79524795 阅读(114) 评论(0) 推荐(0) 编辑
摘要:导出: 案例: use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Writer\Xlsx; use PhpOffice\PhpSpreadsheet\IOFactory; /** * [数据导出] * @re 阅读全文
posted @ 2022-06-01 15:44 79524795 阅读(440) 评论(0) 推荐(0) 编辑

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