前端
More than one component matched on this element.
angular项目,把A组件导出以后,在B中直接通过标签的方式引用了A组件,类似于下面这样: 然后打 阅读更多…
java
JAVA中的Xms、Xmx、MetaspaceSize、MaxMetaspaceSize都是什么意思?
某天需要修改一个web服务器的配置文件,看到了下面这样一行配置 Xms:是JVM启动申请的初始Hea 阅读更多…
其他
git报错:unsafe repository(‘D/xxx/xxx/xx’) To add an exception for this directory…
0.背景 电脑重装系统以后,IDEA重新跑起来,然后git拉代码,报错:unsafe reposit 阅读更多…
常见报错
node打包报错:ERROR in xxxx.js Module not found: Error: Can’t resolve xxxx in ‘xxx’ error Command failed with exit code 1.
0.背景 anguar项目。分为主包和子包,子包推送到npm私有仓库中,然后主包在packjson中 阅读更多…
java
There is no getter for property named ‘xxxxx’ in ‘class com.xxx.xx.xx.xxxx'”,
0.背景 SpringMVC架构,使用mybatis执行insert语句,然后开始报错: org.m 阅读更多…
常见报错
Failed to clean project: Failed to delete
使用IDEA编辑代码,电脑突然死机。然后重启电脑后,执行 maven clean 指令。结果报错: 阅读更多…
常见报错
ERROR TypeError: this.nzData.slice is not a function
使用angular+ngzorro的nz-table渲染表格的时候报错: ERROR TypeErr 阅读更多…