常用网站

1. 身份证查询地址

http://sfz.uzuzuz.com/?region=110101&birthday=19900307&sex=1&num=10

2.图片压缩

https://tinypng.com/

3.vue3.0快速搭建

https://www.cnblogs.com/coober/p/10875647.html

4.百度翻译

https://fanyi.baidu.com/translate

5.Git小乌龟 客户管理

https://blog.csdn.net/baidu_38432732/article/details/80511619

6.git下载安装配置 

https://www.liaoxuefeng.com/wiki/896043488029600/896067074338496

7.码云地址

https://gitee.com/selfworkcode/guanwei2.0

8.常用命令

1.git pull 更新远程仓库代码
2.git add . 或 git add -A 本地
3.git commit -m '复效和修改common样式 和银行版本的银行号格式化'
4.git status 查看状态
5.git push
6.git log

$ git reset --hard 490443824fa7ab4e2d95566ac830b5188dde5cde
回退版本

其实人生 我只是不想输而已
原文地址:https://www.cnblogs.com/gongxiaoyan/p/14690660.html