上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页
摘要: break; 跳出 一层 循环 continue 2; 跳出二层循环 阅读全文
posted @ 2022-07-05 10:09 79524795 阅读(290) 评论(0) 推荐(0) 编辑
摘要: $arr = array_values($arr); 阅读全文
posted @ 2022-07-04 19:51 79524795 阅读(213) 评论(0) 推荐(0) 编辑
摘要: php中 != 就是判断的全等 阅读全文
posted @ 2022-07-04 19:02 79524795 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 一般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 阅读(1792) 评论(0) 推荐(0) 编辑
摘要: #c7f6c7 rgba(144, 238 ,144, 0.5); 阅读全文
posted @ 2022-06-24 19:07 79524795 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 百度云盘下载地址 链接:https://pan.baidu.com/s/1uhxmyR_ixeqsN9SLwGjjVw 提取码:k4yc 阅读全文
posted @ 2022-06-24 18:25 79524795 阅读(35) 评论(0) 推荐(0) 编辑
摘要: $('.box') 绑定class $('#box') 绑定 id 阅读全文
posted @ 2022-06-24 15:32 79524795 阅读(14) 评论(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 阅读(14) 评论(0) 推荐(0) 编辑
摘要: git config --global user.name "你的名字" git config --global user.email "你的邮箱" 阅读全文
posted @ 2022-06-20 20:09 79524795 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1.环境变量 2. 右键文件夹 选择 3.输入 克隆命令 git clone https://gitee.com/a79524795/asdasd.git 回车即可 阅读全文
posted @ 2022-06-20 20:08 79524795 阅读(67) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页