今天在使用apache搭建yum的web服务时,配置完成后、访问http://ip 时,浏览器报错:500 Internal Server Error 然后查询error.log发现,有如下错误提示: [Sat Jul 18 11:28:23 2020] [crit] [client 12.23.7 ...
分类:
Web程序 时间:
2020-07-18 15:34:21
阅读次数:
88
1. 查看mysql用户 select User,Host,authentication_string from mysql.user; + + + + | User | Host | authentication_string | + + + + | root | localhost | | | ...
分类:
数据库 时间:
2020-07-18 11:31:53
阅读次数:
86
一、Reading Last weekend, my classmates and I went camping. We found a grassy spot beside a river. We put up our tents and made a campfire. Then, we fis ...
分类:
其他好文 时间:
2020-07-17 14:00:24
阅读次数:
60
今数据库更新到8.0的版本后,使用DataGrip和workbench都可以链接数据库,但是使用Navicat,SQLyog连接不上数据库,提示上面错误,这就比较炸毛了...,百度查看了一圈的博文,试了很多方法都没解决,却遇到一个有意思的事情,查看一篇博主博文的时候,想试一下他的解决方案,刚好看见他的博文下面评论骂声一片,说博主害人不浅,哈哈,为了不让自己忘记,并且帮大家解决问题,话不多说附上教程
分类:
数据库 时间:
2020-07-16 10:17:11
阅读次数:
93
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=990 今数据库更新到8.0的版本后,使用DataGrip和workbench都可以链接 ...
分类:
数据库 时间:
2020-07-16 00:18:45
阅读次数:
103
springcloud 使用eureka无法注入DiscoveryClient,可能因为是导包错误 导包情况 导入正确的DiscoveryClient即可自动注入 参考帖子:Could not autowire. No beans of 'DiscoveryClient' type found. ...
分类:
编程语言 时间:
2020-07-15 15:18:46
阅读次数:
79
问题是什么? 在flask中,使用多线程操作数据库,报错:RuntimeError: No application found . Either work inside a view function or push an application context 报错原因:线程是独立的,相对于fla ...
分类:
移动开发 时间:
2020-07-15 15:04:39
阅读次数:
143
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or ...
分类:
其他好文 时间:
2020-07-14 21:56:23
阅读次数:
98
Found class xxx.xxx.xxx, but interface was expected 项目中日志进行升级,原来的日志是自己封装的,分为 Log - 接口 LogImpl - Log接口的实现 LogFactory - Log的工厂类 升级后同事嫌麻烦,直接将Log改成实现类。变成: ...
分类:
其他好文 时间:
2020-07-14 18:01:35
阅读次数:
121
线上某服务时不时报出如下异常(大约一天二十多次):“Deadlock found when trying to get lock;”。 Oh, My God! 是死锁问题。尽管报错不多,对性能目前看来也无太大影响,但还是需要解决,保不齐哪天成为性能瓶颈。 为了更系统的分析问题,本文将从死锁检测、索引 ...
分类:
数据库 时间:
2020-07-14 16:49:46
阅读次数:
86