使用RestTemplate对象访问请求出错 Cannot construct instance of (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate or ...
分类:
其他好文 时间:
2020-03-15 10:09:59
阅读次数:
100
运行PHP项目时,一直弹出这个提示 Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warnin ...
分类:
其他好文 时间:
2020-03-15 09:15:00
阅读次数:
60
root@bigdata-159:/usr/local/mysql# ./bin/mysqld -- defaults-file=/etc/my.cnf --initialize --user=mysql./bin/mysqld: error while loading shared librari ...
分类:
数据库 时间:
2020-03-14 21:51:25
阅读次数:
85
具体参考: https://blog.csdn.net/qq_42627431/article/details/104597233 Mac电脑按照这个配一般是没问题的 注意事项 有可能按照上面的配置依然失败,检查这几种情况: 1)你的maven自己下载了吗? 下载地址官网最新版本即可 2) sett ...
分类:
编程语言 时间:
2020-03-14 12:47:17
阅读次数:
884
前情:之前用java 1.8,因业务需求要用到1.7,多版本jdk安装后,echo $JAVA_HOME路径指的不是我想要的,把环境变量1.7注释掉仍然不起作用,把新安装的1.7删除重新编译,报错:JAVA_HOME is not defined correctly. We cannot execu ...
分类:
编程语言 时间:
2020-03-14 00:50:34
阅读次数:
85
$x+i y, x, y \in R\longrightarrow (x, y)?$ $x=\operatorname{Rez} \quad y=\operatorname{Imz}?$ $\operatorname{Re} z=\frac{1}{2}(z+\bar{z})?$ $\ln z=\fr ...
分类:
其他好文 时间:
2020-03-13 20:35:40
阅读次数:
100
Navicat Premium 12 链接 Mysql 时 报错: 查看了相关大神的解决方法,自己也记录一下. 原因: 在 MySQL8之前的版本中加密规则为mysql_native_password 而在 MySQL8以后的加密规则为caching_sha2_password . 也就是 MySQ ...
分类:
其他好文 时间:
2020-03-13 12:58:41
阅读次数:
46
git bash提交本地项目到远程仓库 1、cd进入你放项目文件的地址 2、输入git init 如下图所示,这个意思是在当前项目的目录中生成本地的git管理(会发现在当前目录下多了一个.git文件夹) 3、输入git add . 这个是将项目上所有的文件添加到仓库中的意思,如果想添加某个特定的文件 ...
分类:
其他好文 时间:
2020-03-12 18:36:15
阅读次数:
37
错误信息: org.apache.catalina.LifecycleException: Protocol handler start failed at org.apache.catalina.connector.Connector.startInternal(Connector.java:10 ...
分类:
其他好文 时间:
2020-03-12 11:26:40
阅读次数:
98
问题背景: 客户数据库遭遇机房断电情况 之前出现过机房断电情况,重启数据库后发现出现ORA-00376的错误。 问题解决: 通过查询数据文件状态: 1 SQL> select file_id,online_status from dba_data_files order by 1; 2 3 FILE ...
分类:
其他好文 时间:
2020-03-11 11:01:31
阅读次数:
65