2022年1月27日

vue 自带弹框

摘要: 阅读全文

posted @ 2022-01-27 17:48 左侧岚 阅读(63) 评论(0) 推荐(0) 编辑

git恢复idea中被误删除的文件

摘要: $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: (use "git reset HEAD <file>..." to unstage) del 阅读全文

posted @ 2022-01-27 15:33 左侧岚 阅读(210) 评论(0) 推荐(0) 编辑

git 更改远程地址

摘要: 查看远程地址 git remote -v 更换远程地址 git remote set-url origin 新的地址 更换之后可以查看一下 这个非常实用。 通常我们把gitlab服务器更换的时候,对应的地址也就变了。通过上面的指令更换一下就可以了。 gitlab备份,恢复都是蛮方便的。用户和项目,以 阅读全文

posted @ 2022-01-27 11:22 左侧岚 阅读(83) 评论(0) 推荐(0) 编辑

js includes()

摘要: let site = ['runoob', 'google', 'taobao']; site.includes('runoob'); // true site.includes('baidu'); // false 阅读全文

posted @ 2022-01-27 10:32 左侧岚 阅读(34) 评论(0) 推荐(0) 编辑

导航