常见报错
linux下执行sh文件报错 :/bin/bash^M: 坏的解释器:没有那个文件或目录” 问题
0.背景 linux调试wildfly项目,直接执行 ./standalone.sh 。 或者 在目 阅读更多…
常见报错
npm 私服报错401 npm ERR! code E401 npm ERR! Unable to authenticate,
0.前言 报错: npm ERR! code E401 npm ERR! Unable to aut 阅读更多…
mysql
mysql使用FEDERATED时,密码中有’@’符号怎么办?
Can’t create federated table. The data source connection string ‘mysql://root:pwd@2192432@123.123.123.123:3306/test’ is not in the correct format
常见报错
Component Xxx is not part of any NgModule or the module has not been imported into your module.
0.背景 调试angular项目时,报这个错。子组件的引用是正确的,可是还是报这个错误。 组件是使用 阅读更多…