Create a GPO to disable Task Manager Access to normal users. Add an exception to Domain Admins. ...
分类:
数据库 时间:
2020-01-31 22:27:28
阅读次数:
89
最近使用 springboot 配置 mysql 时出现了一个错误Access denied for user ''@'localhost' (using password: YES) 或者Access denied for user ''@'localhost' (using password: ...
分类:
数据库 时间:
2020-01-31 01:01:46
阅读次数:
478
安装了mysql5,本地连接没有问题,但是通过局域网的其他电脑连接报错1045:Access denied for user root@localhost 网上搜索到的解决方法(亲测可以解决上述问题): 一:停止MySQL服务 在mysql的安装目录,输入命令net stop mysql 二:跳过验 ...
分类:
数据库 时间:
2020-01-30 21:24:09
阅读次数:
124
一、用ssh 带密钥文件登录时候,发生以下报错 [root@99cloud1 ~]# ssh -i hz-keypair-demo.pem centos@172.16.17.104The authenticity of host '172.16.17.104 (172.16.17.104)' can ...
分类:
其他好文 时间:
2020-01-30 21:13:26
阅读次数:
140
Prohibit access to Control Panel and PC settings Disable GPO for Administrators and /or User Groups Custom wallpaper ...
分类:
其他好文 时间:
2020-01-30 20:57:47
阅读次数:
55
IO流 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.IO; using System.Text; namesp ...
用ubuntu 18.04部署完docker后,用winscp去管理系统上的文件发现默认的管理员账号权限不够,想重新用root登录,发现一只被服务器拒绝(permission denied)。已经执行过sudo passwd root设置了密码,但是没用,google了一下才知道需要修改系统设置允许 ...
分类:
系统相关 时间:
2020-01-30 18:53:41
阅读次数:
123
linux报错 bash: ./xx.sh: Permission denied 1. 在linux下执行sh文件时提示: bash: ./xx.sh: Permission denied 1. 进行授权: chmod 777 xx.sh 1. Linux chmod +755和chmod +777 ...
分类:
系统相关 时间:
2020-01-30 14:11:34
阅读次数:
89
后台管理网址是这个固定不变的 http://xxx/wordpress/wp admin/ 1. 进入设置 常规 把域名设置成自己的即可,拉到下面保存 改了之后访问网站会报错 2. 复制wordpress目录下的index.php到根目录 .jpg) 步骤: + cd /usr/share/ngin ...
分类:
数据库 时间:
2020-01-30 09:36:36
阅读次数:
112
SMP、NUMA、MPP体系结构介绍 从系统架构来看,目前的商用服务器大体可以分为三类,即对称多处理器结构 (SMP : Symmetric Multi-Processor) ,非一致存储访问结构 (NUMA : Non-Uniform Memory Access) ,以及海量并行处理结构 (MPP ...
分类:
其他好文 时间:
2020-01-29 22:01:08
阅读次数:
67