摘要: public function array_unset_tt($arr,$key){ $res = array(); foreach ($arr as $value) { if(isset($res[$value[$key]])){ unset($value[$key]); } else{ $res 阅读全文
posted @ 2018-11-15 17:08 薛铁蛋 阅读(1336) 评论(0) 推荐(0) 编辑
摘要: 1、Git 设置用户名和密码 $ git config --global user.name "git-username"$ git config --global user.email "git-email" 2、创建SSH Key $ ssh-keygen -t rsa -C "git-emai 阅读全文
posted @ 2018-11-15 10:57 薛铁蛋 阅读(291) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>三级联动</title></head><body><select name="sheng" id=""></select><select name="shi" id=" 阅读全文
posted @ 2018-11-15 09:26 薛铁蛋 阅读(3190) 评论(0) 推荐(0) 编辑
摘要: //功能数据表格$('#btn').click(function(){ var category_id=$("#category_id").find("option:selected").text(); var name = $("#name").val(); var nian = $("#weiz 阅读全文
posted @ 2018-11-15 09:20 薛铁蛋 阅读(1385) 评论(0) 推荐(0) 编辑