- 博客(14)
- 收藏
- 关注
原创 【Git】更改当前 Git 仓库连接的远程仓库的 URL
记录一下如何更改本地仓库所连接的远程仓库,因为用到的指令之前没使用过,所以记录一下。指令输入后,可以再用 git remote -v 可以查看当前连接的远程仓库。别名一般就是origin,远程仓库的URL是你想连接的远程仓库链接。git remote set-url origin 远程仓库的URL。git remote set-url 别名 远程仓库的URL。当你想切换远程仓库时,可以用。
2023-12-20 11:30:39
1621
1
原创 【Nodejs+数据库Mysql】对OkPacket的记录
在使用 Node.js 的 MySQL 客户端库执行 SQL 语句时,connection.query 的回调函数有三个参数:error, results, fields。这里记录的是result。执行SQL语句之后,
2023-12-11 11:08:29
649
1
原创 【报错】连接数据库时报错:Your connection attempt failed for user ‘root‘ to the MySQL server at 127.0.0.1:3306
终端输入 mysqld --defaults-file="C:ProgramData\MySQL\MySQL Server 8.0\my.ini" --console --skip-grant-tables --shared-memory。(xxx是你想设置的密码)2. 其次,我检查了数据库服务器是否启动,因为之前不用MySQL时,我发现它有一些东西是开机启动的,被我禁止了,不知道是不是这个原因。1. 首先,我配置了MySQL的环境变量(前端仔,对数据库应该做什么操作其实我是真的忘了...)。
2023-12-10 01:18:51
3563
2
原创 报错: Error in connection establishment: net::ERR_CONNECTION_REFUSED
报错:Error in connection establishment: net::ERR_CONNECTION_REFUSED
2023-04-05 21:57:59
2561
2
原创 Module not found: Error: Can‘t resolve ‘core-js/library/web/dom‘ in
Module not found: Error: Can't resolve 'core-js/library/web/dom' in
2023-04-05 14:50:34
291
原创 【报错】Cannot mix different versions of joi schemas(Postman)
一篇关于Postman报错Cannot mix different versions of joi schemas的个人见解
2023-03-05 11:22:49
1594
5
原创 【报错】Cannot set headers after they are sentto the client {code:‘ERR_HTTP_HEADERS_SENT‘}
Cannot set headers after they are sentto the client {code:'ERR_HTTP_HEADERS_SENT'}
2023-03-03 23:30:46
223
原创 【报错】express-jwt: `algorithms` is a required option
express-jwt: `algorithms` is a required option
2023-03-01 23:12:19
915
原创 【报错】nrm : 无法加载文件 …路径… ,因为在此系统上禁止运行脚本。
【报错】nrm : 无法加载文件 …路径… ,因为在此系统上禁止运行脚本。
2023-02-28 16:23:01
791
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅