码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
plt.figure() 和plt.subplot() 的用法
plt.figure(num=None, figsize=None, dpi=None, facecolor=None, edgecolor=None, frameon=True) 方便连续画几个图片 参数说明: 1.num:图像编码或者名称,数字是编码,字符串是名称 2.figsize:宽和高,单 ...
分类:其他好文   时间:2021-05-04 16:01:03    阅读次数:0
python
%load_ext autoreload %autoreload 2 %matplotlib inline %config InlineBackend.figure_format='retina' from __future__ import absolute_import, division, p ...
分类:编程语言   时间:2021-05-03 12:48:31    阅读次数:0
java8+junit5实现并发测试(多线程)
1.配置线程 #是否允许并行执行true/false junit.jupiter.execution.parallel.enabled = true #是否支持方法级别多线程same_thread/concurrent junit.jupiter.execution.parallel.mode.de ...
分类:编程语言   时间:2021-04-15 12:31:45    阅读次数:0
gitllab访问报错:Permission denied (publickey). 以及后续测试
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:其他好文   时间:2021-04-15 12:08:39    阅读次数:0
[Swagger]Unable to resolve service for type 'Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupCollectionProvider' while attempting to activate
详细错误如下 System.AggregateException:“Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Swashbuckl ...
分类:Windows程序   时间:2021-04-13 12:19:16    阅读次数:0
zabbix配置
zabbix配置 zabbix监控配置流程详解 添加主机/主机组 添加监控项 添加触发器 添加媒介 添加收件人邮箱 配置动作 手动触发 验证 自己需要加监控 直接加 开发需要加监控 让开发人员提供获取指标的命令 运营需要加监控 要运营人员让开发人员提供获取指标的命令 类型 IP地址 操作系统 服务端 ...
分类:其他好文   时间:2021-04-09 13:31:09    阅读次数:0
Springboot如何集成SpringMVC
在autoconfigure模块的spring.factories中,有自动配置类DispatcherServletAutoConfiguration: 进入这个配置类,可以知道这个自动配置只有是Web Application并且发现有DispatcherServlet类的时候才会生效。 那么是什么 ...
分类:编程语言   时间:2021-04-06 15:12:48    阅读次数:0
react debug from VS Code —— the Debugger for Chrome extension
原文:https://code.visualstudio.com/docs/nodejs/reactjs-tutorial To debug the client side React code, we'll need to install the Debugger for Chrome exten ...
分类:其他好文   时间:2021-03-16 14:09:27    阅读次数:0
RabbitMQ安装
1.下载安装包 这里安装的是3.7.18 官网下载地址: https://www.rabbitmq.com/download.html 官网下载入口 选择版本 erlang 下载 注意:这里的安装包是centos7安装的包 1.1 安装步骤 # 1.将rabbitmq安装包上传到linux系统中 e ...
分类:其他好文   时间:2021-03-11 12:17:53    阅读次数:0
Error creating bean with name 'consoleConfig'
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'consoleConfig': Injection of autowired dependencies failed; ne ...
分类:其他好文   时间:2021-03-09 13:43:34    阅读次数:0
2425条   上一页 1 2 3 4 5 ... 243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!