- 博客(2)
- 收藏
- 关注
原创 Vue,mode:‘history‘去掉#号解决方式,配置一下nginx
前端vue: mode:‘history’ nginx: location / { root //www/wwwroot/**.com/; try_files $uri $uri/ /index.html; index index.html index.htm; }
2021-01-25 11:50:24
591
2
原创 git查看和切换账号 --已解决
1.查看当前登录账号: git config user.name 2.查看当前登录邮箱: git config user.email 3.修改用户名和邮箱: git config–global user.name"Your_username" 注:user.name或者user.email后需有一个空格,再写你的用户名或者用户邮箱 4.修改密码 git config–global user.password"xxxx(新的密码)" ...
2021-01-25 11:46:51
553
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人