异常信息:ERROR TypeError: Cannot read property 'xxxx' of undefined 异常原因:"xxx"属性未定义,引发异常的原因可能是HTML模板加载时,这个属性还是未定义状态。 解决方法:可以给这个标签加一个*ngIf指令判断,如果属性未定义就不显示这个 ...
分类:
其他好文 时间:
2020-02-13 20:55:07
阅读次数:
60
错误原因: 集群服务器修改过一次IP,但是对应的/etc/hosts文件没有修改 错误日志 cat /var/log/mongdb/mongd.log 2019-01-16T09:50:44.675+0800 E STORAGE [initandlisten] Failed to set up li ...
分类:
数据库 时间:
2020-02-13 12:41:57
阅读次数:
235
Spring中存在两个地方可以设置日期格式,一个是 ,还有一个是 。现在说说他们的区别。 spring.mvc.date format 是针对 这种编码的数据,也就是通过表单``上传上来的数据。 我们假设Java的代码是这样,并且在localhost:80监听: 这是我们使用curl进行测试。 以下 ...
分类:
编程语言 时间:
2020-02-13 09:53:11
阅读次数:
107
报错如下:***************************APPLICATION FAILED TO START*************************** Description: Cannot determine embedded database driver class fo ...
分类:
数据库 时间:
2020-02-12 18:30:10
阅读次数:
134
错误提示:Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: The s ...
分类:
数据库 时间:
2020-02-12 10:40:00
阅读次数:
464
In a row of dominoes, A[i] and B[i] represent the top and bottom halves of the i-th domino. (A domino is a tile with two numbers from 1 to 6 - one on ...
分类:
其他好文 时间:
2020-02-11 11:48:25
阅读次数:
101
解决办法 https://github.com/ageitgey/face_recognition/issues/1041#issuecomment-582401795 resolved. If you are on a mac, make sure you install opencv-pytho ...
分类:
其他好文 时间:
2020-02-09 20:26:27
阅读次数:
65
thrift链接:https://www.cnblogs.com/sxrtb/p/12209455.html 一 thrift文件 文件名为tutorial.thrift /* * Licensed to the Apache Software Foundation (ASF) under one ...
分类:
其他好文 时间:
2020-02-08 17:29:03
阅读次数:
47
更新记录 [1]2020.02.08 10:32 1.主要编辑了super 正文 我原本是在学习$super$关键字,后来突发奇想,能不能在父类中用$super$间接调用本类方法呢? 也就是说父类的方法(假设方法名为$printData$),通过子类的$super$去间接调用。 于是,就有了这样的一 ...
分类:
其他好文 时间:
2020-02-08 11:32:47
阅读次数:
70
在 npm run dev 时出现 ” Module build failed: Error: Cannot find module 'node-sass’ “ 这样的错误,如下: ERROR Failed to compile with 1 errors 19:51:09 error in ./s ...
分类:
其他好文 时间:
2020-02-08 00:11:41
阅读次数:
93