1.更新mysql.user表 UPDATE user SET authentication_string = password('112233') where user = 'root'; FLUSH PRIVILEGES; 2.用SET PASSWORD命令 SET PASSWORD for ' ...
分类:
数据库 时间:
2021-05-24 04:08:34
阅读次数:
0
解决方案在入口文件夹public下查看.htaccess是否存在。不存在则新建,存在的话,那内容替换为下面这串代码 就可以解决Not Fund #<IfModule mod_rewrite.c># Options +FollowSymlinks -Multiviews# RewriteEngine ...
分类:
Web程序 时间:
2021-05-24 04:03:07
阅读次数:
0
11_虚拟机最小化安装centos7 后无法查看ip,ifconfig command not found 谦虚的兔子 2018-03-10 12:52:34 13935 收藏 6分类专栏: linux 文章标签: 虚拟机 Linux最小化安装 ifconfig command not found版 ...
分类:
其他好文 时间:
2021-05-24 02:05:24
阅读次数:
0
三种获取登陆信息方式 @RequestMapping("/user/info") @ResponseBody public Object userInfo(Authentication authentication) { return authentication.getPrincipal(); } ...
分类:
编程语言 时间:
2021-05-24 01:48:36
阅读次数:
0
Web Vuser Functions: C Language (WEB) HTTP-related functions have a web prefix. See: Action Functions Authentication Functions Asynchonous Functions C ...
分类:
Web程序 时间:
2021-05-24 00:41:49
阅读次数:
0
引入 Element 你可以引入整个 Element,或是根据需要仅引入部分组件。我们先介绍如何引入完整的 Element。 ¶完整引入:在 main.js 中写入以下内容: import Vue from 'vue'; import ElementUI from 'element-ui'; imp ...
分类:
Web程序 时间:
2021-05-23 23:33:38
阅读次数:
0
一、进入docker docker exec -it -uroot xxx bash 二、查看是否安装pytest pip3 list 三、找到之前安装py3.8的路径(每个人位置有区别) python3import syssys.path找到下方带bin的路径/var/jenkins_home/p ...
分类:
其他好文 时间:
2021-05-03 11:50:50
阅读次数:
0
DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to ...
分类:
其他好文 时间:
2021-04-30 12:41:09
阅读次数:
0
问题描述: 在集成百度地图时jar包、so库已同步到本地 在编译项目的时候报以下错误: 1 Duplicate class org.intellij.lang.annotations.Flow found in modules jetified-annotations-15.0.jar (org.j ...
分类:
其他好文 时间:
2021-04-29 11:37:38
阅读次数:
0
报错:HTTP错误404.3-Not Found 由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加MIME映射。 解决步骤如下: 1.控制面板-》打开或关闭windows功能-》Internet信息服务-》万维网服务-》应用程序开发功能。 勾选上“.n ...