java
JAVA中的Xms、Xmx、MetaspaceSize、MaxMetaspaceSize都是什么意思?
某天需要修改一个web服务器的配置文件,看到了下面这样一行配置 Xms:是JVM 阅读更多…
其他
git报错:unsafe repository(‘D/xxx/xxx/xx’) To add an exception for this directory…
0.背景 电脑重装系统以后,IDEA重新跑起来,然后git拉代码,报错:unsa 阅读更多…
常见报错
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私有仓库中,然后主包 阅读更多…
java
There is no getter for property named ‘xxxxx’ in ‘class com.xxx.xx.xx.xxxx'”,
0.背景 SpringMVC架构,使用mybatis执行insert语句,然后开 阅读更多…
常见报错
ERROR TypeError: this.nzData.slice is not a function
使用angular+ngzorro的nz-table渲染表格的时候报错: ERR 阅读更多…