11 2019 档案
摘要:我们在使用angular-cli创建项目时,通常先输入ng new project_name来创建一个项目,但是有时候这个过程需要等很长时间,原因是这个指令包含了 安装node_modules的过程。可以用过下面的指令解决该问题: ng new project_name --skip-install
阅读全文
摘要:今天在学习使用nest.js+graphql时,运行npm run start,报错No repository for "Hero" was found. Looks like this entity is not registered in current "default" connection
阅读全文
摘要:有一天打开自己写的服务器报错,说Unable to connect to the database. 结果发现mysql数据库没有打开。 于是在windows命令行下输入net start mysql打开mysql服务。 但是报错,无法启动。 这时候可以输入netstat -aon查看一下mysql
阅读全文