1045 Access denied for user 'root'@'localhost' (using password:YES) 这个意思是说:用户“root”@本地主机的访问被拒绝 1、首先修改my.ini,在文件中加入skip-grant-tables,重新启动MySQL服务 2、cmd ...
分类:
数据库 时间:
2021-04-12 11:38:52
阅读次数:
0
iptables iptables 是用户空间的命令行工具,真正实现包过滤,转发,地址转化的 netfilter 模块 iptables 表链关系 表/链 prerouting input output forward postrouting raw √ √ √ mangle √ √ √ √ nat ...
分类:
其他好文 时间:
2021-04-10 13:26:02
阅读次数:
0
方法/步骤 1、进入 mysql 的 bin 目录下,打开 cmd ,在此之前关闭mysql服务,并且结束mysqld.exe进程 2、输入命令 mysqld --skip-grant-tables 回车,此时就跳过了mysql的用户验证。注意输入此命令之后命令行就无法操作了,此时可以再打开一个新的 ...
分类:
数据库 时间:
2021-04-01 12:55:16
阅读次数:
0
1,mysql重置root密码。 编辑配置文件 /etc/my.cnf ,在[mysqld]后面任意一行添加“skip-grant-tables”用来跳过密码验证 接下来我们需要重启MySQL,使用service mysqld restart 进入mysql中重置密码, mysql> update ...
分类:
数据库 时间:
2021-03-31 12:22:32
阅读次数:
0
题目描述: Transformation Time Limit: 15000/8000 MS (Java/Others) Memory Limit: 65535/65536 K (Java/Others)Total Submission(s): 14738 Accepted Submission(s ...
分类:
其他好文 时间:
2021-03-29 12:26:43
阅读次数:
0
纯前端实现: 切片上传 断点续传 。断点续传需要在切上上传的基础上实现 前端之前上传OSS,无需后端提供接口。先上完整代码,直接复制,将new OSS里的参数修改成自己公司OSS相关信息后可用,如遇问题,请继续往下看。 oss官方文档 https://help.aliyun.com/document ...
分类:
Web程序 时间:
2021-03-29 11:44:24
阅读次数:
0
https://help.sap.com/saphelp_nwpi71/helpdata/en/c7/4efe402762ef6fe10000000a1550b0/content.htm?no_cache=true 1.QRFC DEMO: RSTRFCT0 RSTRFCT1 RSTRFCQ4 2. ...
分类:
其他好文 时间:
2021-03-29 11:43:47
阅读次数:
0
cat cd chmod chown cp 名称:cat 使用权限:所有使用者 得到 使用方式:cat [-AbeEnstTuv] [--help] [--version] fileName 说明:把档案串连接后传到基本输出(萤幕或加 > fileName 到另一个档案) 参数: -n 或 --nu ...
分类:
系统相关 时间:
2021-03-26 15:34:37
阅读次数:
0
本篇参考: https://help.salesforce.com/articleView?id=000339361&type=1&mode=1 https://developer.salesforce.com/wiki/apex_code_best_practices https://develo ...
分类:
其他好文 时间:
2021-03-26 15:29:15
阅读次数:
0
1.帮助命令 docker version 显示版本信息 docker info 显示系统信息 docker help 显示命令信息 2.镜像命令 docker images 列出镜像信息 docker search 镜像的名字 在docker hub 上面搜索镜像 docker pull 镜像名字 ...
分类:
其他好文 时间:
2021-03-18 14:09:59
阅读次数:
0