shell-init: error retrieving current directory: getcwd: cannot access parent directories: 没有那个文件或目录chdir: error retrieving current directory: getcwd: ...
分类:
数据库 时间:
2020-02-17 15:40:12
阅读次数:
105
拉取镜像 运行容器 报错 原因 : "官方文档" Ensure that /your/home is accessible by the jenkins user in container (jenkins user uid 1000) or use u some_other_user parame ...
分类:
其他好文 时间:
2020-02-15 09:54:54
阅读次数:
220
2020-02-14 恢复内容开始 "Test_leetcode - Debug": The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler. Probably ...
分类:
编程语言 时间:
2020-02-14 20:24:53
阅读次数:
121
本文解决 Nginx 因库文件缺失而无法启动问题 没有采用缺失什么就安装什么的解决办法, 而是借助于另一个正常运行的Linux , 将其上的库文件发送给缺失库文件的 Linux 服务器 以 缺失 libharfbuzz.so.0 为例 , 其它库文件缺失 大同小异 前提摘要: 今天打开我的网址 ww ...
分类:
其他好文 时间:
2020-02-14 01:17:34
阅读次数:
105
异常信息: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