参考:https://support.huaweicloud.com/bpicg-bms/bms_03_0031.html add_drivers+="ahci megaraid_sas mpt3sas scsi_transport_sas hisi_sas_main hisi_sas_v3_hw ...
分类:
其他好文 时间:
2020-05-25 12:18:02
阅读次数:
66
1.常用命令和操作 (1)参考:https://shimo.im/docs/FnT8B0CdmlkiD1mO/read (2)补充 进入容器是exec,退出容器用exit 2.镜像下载慢,加速 (1)docker pull daocloud.io/library/mysql 参考:https://b ...
分类:
其他好文 时间:
2020-05-24 09:40:39
阅读次数:
88
[TOC]## 1. list> * [官网](https://docs.python.org/3/library/stdtypes.html#lists)> * [菜鸟教程](http://www.runoob.com/python3/python3-list.html)```pyappend()... ...
分类:
编程语言 时间:
2020-05-24 00:43:29
阅读次数:
72
[TOC]## 1. list> * [官网](https://docs.python.org/3/library/stdtypes.html#lists)> * [菜鸟教程](http://www.runoob.com/python3/python3-list.html)```pyappend()... ...
分类:
编程语言 时间:
2020-05-23 20:15:12
阅读次数:
49
PIL(Python Imaging Library)是Python常用的图像处理库,而Pillow是PIL的一个友好Fork,提供了了广泛的文件格式支持,强大的图像处理能力,主要包括图像储存、图像显示、格式转换以及基本的图像处理操作等。 Pillow的文档:http://pillow.readth ...
分类:
其他好文 时间:
2020-05-23 00:31:16
阅读次数:
90
图像读取 1、Pillow(python图像处理库(Python Imaging Library),简称:PIL): "参考" 用途 图像档案 python图像库是图像存档和批处理应用程序的理想选择。可以使用该库 创建缩略图、在文件格式之间转换、打印图像等 图像显示 当前版本(7.0.0)包括tk ...
分类:
其他好文 时间:
2020-05-23 00:23:38
阅读次数:
61
场景 在使用npm 安装cordova 和ionic时提示 npm does not support Node.js v12.16.3 注: 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公众号 霸道的程序猿 获取编程相关电子书、教程推送与免费下载。 ...
分类:
Web程序 时间:
2020-05-23 00:06:10
阅读次数:
221
MySQL 的安装方式一般分为三种,二进制版本、编译版本、RPM 包。比较常见的是二进制版本安装,方便简单,相对于编译安装,如果不是追求极致性能,使用起来差别不大。本次教程以二进制版本为例,系统为 centos6.8,MySQL 版本为5.7.20。 下载安装包 先去官网下载二进制安装包,进入官网下 ...
分类:
数据库 时间:
2020-05-22 17:37:52
阅读次数:
79
wheelEvent = "onwheel" in document.createElement("div") ? "wheel" : // Modern browsers support "wheel" document.onmousewheel !== undefined ? "mousewhe ...
分类:
其他好文 时间:
2020-05-22 15:32:54
阅读次数:
52
1、IDEA配置tomcat后运行项目报错Error running Tomcat: Unable to open debugger port (127.0.0.1:63591) 问题原因: 1、多半是由于Tomcat是新下载的,bin文件夹里的catalina.sh权限是rwxr--r--,普通用 ...
分类:
编程语言 时间:
2020-05-22 00:04:19
阅读次数:
77