Plugin group_replication reported;Authentication plugin ‘caching_sha2_password‘ reported error: Authentication requires secure connection. Error_code: MY-002061
分类:
数据库 时间:
2020-09-17 22:46:40
阅读次数:
36
yum install gcc 结果报错: [root@localhost ~]# yum install gcc Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * epel: ...
分类:
其他好文 时间:
2020-08-27 17:12:52
阅读次数:
174
SaltStack常用模块 Module是日常使用SaltStack接触最多的一个组件,其用于管理对象操作,这也是SaltStack通过Push的方式进行管理的入口,比如我们日常简单的执行命令、查看包安装情况、查看服务运行情况等工作都是通过SaltStack Module来实现的。 当安装好Mast ...
分类:
其他好文 时间:
2020-08-25 15:51:39
阅读次数:
51
在lineage编译环境里,编译QCamera2 源码路径 hardware/qcom/camera/QCamera2 编译命令 mmm hardware/qcom/camera/QCamera2 编译结果在当前编译手机型号的out目录下面的 system/lib/hw 下面,名称是 camera. ...
分类:
其他好文 时间:
2020-08-17 16:36:25
阅读次数:
59
$ pip install pkginfo $ pkginfo -f requires_dist psutil-5.4.5-cp27-none-win32.whl requires_dist: ["enum34; extra == 'enum'"] 在需要离线配置环境的情况下,可以用此查看。 参考: ...
分类:
编程语言 时间:
2020-08-12 15:46:47
阅读次数:
66
PYNQ社区项目 http://www.pynq.io/embedded.html PYNQ硬件加速图像缩放--实例 https://github.com/Xilinx/PYNQ-HelloWorld PYNQ-视频加速器 https://github.com/Pieter-Berteloot/PY ...
分类:
其他好文 时间:
2020-07-30 14:41:02
阅读次数:
97
创建命令目录及文件 settings.py中定义命令 代码 from scrapy.commands import ScrapyCommand??class Command(ScrapyCommand): requires_project = True? def syntax(self): retu ...
分类:
其他好文 时间:
2020-07-28 00:16:25
阅读次数:
83
I.MX6U 启动方式详解 1、启动方式的选择 根据 NXP(恩智浦)官方提供的 I.MX6U 参考手册 chapter8:System Boot OverviewThe boot process begins at Power On Reset (POR) where the hardware r ...
分类:
其他好文 时间:
2020-07-27 09:31:49
阅读次数:
110
这个是因为没有将requires_grad设为True,l=LOSS(out,label)中的l默认是requires_grad为false,这个l其实也是一个张量Tensor类型,将其的requires_grad改为True后,使用backward函数就可以得到requires_grad为True ...
分类:
其他好文 时间:
2020-07-26 22:55:24
阅读次数:
279
Given an array of words and a width maxWidth, format the text such that each line has exactly maxWidth characters and is fully (left and right) justif ...
分类:
其他好文 时间:
2020-07-25 09:35:28
阅读次数:
71