上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页
摘要: #c7f6c7 rgba(144, 238 ,144, 0.5); 阅读全文
posted @ 2022-06-24 19:07 79524795 阅读(33) 评论(0) 推荐(0)
摘要: 百度云盘下载地址 链接:https://pan.baidu.com/s/1uhxmyR_ixeqsN9SLwGjjVw 提取码:k4yc 阅读全文
posted @ 2022-06-24 18:25 79524795 阅读(56) 评论(0) 推荐(0)
摘要: $('.box') 绑定class $('#box') 绑定 id 阅读全文
posted @ 2022-06-24 15:32 79524795 阅读(20) 评论(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 阅读(22) 评论(0) 推荐(0)
摘要: git config --global user.name "你的名字" git config --global user.email "你的邮箱" 阅读全文
posted @ 2022-06-20 20:09 79524795 阅读(109) 评论(0) 推荐(0)
摘要: 1.环境变量 2. 右键文件夹 选择 3.输入 克隆命令 git clone https://gitee.com/a79524795/asdasd.git 回车即可 阅读全文
posted @ 2022-06-20 20:08 79524795 阅读(79) 评论(0) 推荐(0)
摘要: <diy-bottom-nav type="shop"></diy-bottom-nav> 阅读全文
posted @ 2022-06-20 16:34 79524795 阅读(23) 评论(0) 推荐(0)
摘要: 第一步: 1. 菜单栏,Preferences > Settings 右侧加上一项 "update_check":false, 但这个我这边设置了也没有用,就需要下面的必杀技了(亲测有效) 2. 修改hosts文件 修改目录C:\Windows\System32\drivers\etc下的hosts 阅读全文
posted @ 2022-06-17 10:11 79524795 阅读(570) 评论(0) 推荐(1)
摘要: echo ("<script>setTimeout('window.location.reload()', 1);</script>"); 阅读全文
posted @ 2022-06-16 18:24 79524795 阅读(29) 评论(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 阅读(44) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页