常见报错
If ngModel is used within a form tag, either the name attribute must be set or the form
control must be defined as ‘standalone’ in ngModelOptions.
0.背景 angular项目,用的NG-ZORRO 一个简单的表单提交页面,本来不想用form,直接 阅读更多…
常见报错
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 阅读更多…
常见报错
Component Xxx is not part of any NgModule or the module has not been imported into your module.
0.背景 调试angular项目时,报这个错。子组件的引用是正确的,可是还是报这个错误。 组件是使用 阅读更多…
前端 常见报错
angular使用echarts报错:ERROR in The target entry-point “ngx-echarts” has missing dependencies:@juggle/resize-observer
前言 angular使用echarts的时候报错:ERROR in The target entry 阅读更多…
常见报错
ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads – 2) Operation (“add”) failed – address: ([(“deployment” => “xxxx.war”)]) – failure description:
0.背景 wildfly(JBoss)启动突然报错,ERROR [org.jboss.as.cont 阅读更多…
常见报错
org.xml.sax.SAXParseException; lineNumber: 64; columnNumber: 14; cvc-complex-type.2.3: Element ‘bean’ cannot have character [children], because the type’s content type is element-only.
0.背景 wildfly部署war包的时候报这个错,这个错误指向了当时配置shiro反序列化漏洞时添 阅读更多…
常见报错
Error trying to diff ‘xxxx’. Only arrays and iterables are allowed
0.背景 angular8+ng-zorro使用 <nz-select& 阅读更多…
常见报错
INFO [com.zaxxer.hikari.HikariDataSource] (ServerService Thread Pool — 85) HikariPool-2 – Start completed.
0.背景 IDEA+springMVC+wildfly调试项目 更改代码后一直卡在Start com 阅读更多…
常见报错
org.apache.ibatis.binding.BindingException: Invalid bound statement
0.背景 调试springMVC项目时发生的这个问题,找了很长时间发现犯了一个基础错误。总结一下。 阅读更多…
常见报错
remote: HTTP Basic:Access denied fatal:Authentication failed for
0.场景 在外工作时,需要切换外网的git地址。然后换了之后拉代码就报这个错,一开始以为是权限的问题 阅读更多…
常见报错
UnitConsumptionIndexComponent.html:50 ERROR TypeError: Cannot read property ‘length’ of null
0.背景 angualr项目,经常会遇到这个错误。意思是你HTML中某一行没有没有length属性。 阅读更多…
常见报错
Data too long for column ‘importantLevel’ at row 1
问题出现在ssm框架中,往mysql数据库中插入数据的情况。当时先执行的是下面的SQL生成表,然后往 阅读更多…
常见报错
Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:8080
0.前言 项目是java+wildfly(jBoss)做的,有一天跑项目的时候突然报Applicat 阅读更多…
常见报错
Error: passthru() has been disabled for security reasons
安装网站的时候报错,是passthru()函数被禁用了,打开宝塔面板,找到禁用函数,找到passth 阅读更多…