import matplotlib.pyplot as plt # 第一种,在savefig函数那里设置像素 plt.figure(figsize=(5, 5)) #设置画布尺寸——正方形 plt.scatter(data[:, 0], data[:, 1],label="your label") ...
分类:
其他好文 时间:
2021-05-24 08:25:15
阅读次数:
0
git配置github远程仓库 1. 先在自己的linux服务器本地生成ssh key,使用命令 “ssh-keygen -t rsa -C "your_email@youremail.com"”,your_email是你的email,执行时一路按回车就行,这会在当前用户下生成1个公钥id_rsa. ...
分类:
其他好文 时间:
2021-05-24 04:49:07
阅读次数:
0
封装markdown.js /* * @Author: your name * @Date: 2021-05-04 16:07:50 * @LastEditTime: 2021-05-04 16:29:16 * @LastEditors: Please set LastEditors * @Desc ...
分类:
其他好文 时间:
2021-05-24 04:11:20
阅读次数:
0
1. Core Concepts:OpenGL Context 从图中我们可以看到集中常见的OpenGL Context: Texture Vertex Buffer Objects Shader Frame & Render Buffers State 这些内容都可以通过一段代码进行初始化 [[E ...
分类:
其他好文 时间:
2021-05-24 03:10:11
阅读次数:
0
直接上代码吧 中间件简单使用: # -*- coding: utf-8 -*- # Define here the models for your spider middleware # # See documentation in: # https://docs.scrapy.org/en/lat ...
分类:
其他好文 时间:
2021-05-24 03:01:58
阅读次数:
0
vscode配置c++插件教程链接如下: https://code.visualstudio.com/docs/cpp/config-msvc#_check-your-microsoft-visual-c-installation 必须有工作空间 有工作空间/workspace才能有配置文件。否则配 ...
分类:
编程语言 时间:
2021-05-24 00:18:33
阅读次数:
0
Trusted Advisor The trusted advisor is an AWS service that evaluates your environment and can provide recommendations for improvement Security improve ...
分类:
其他好文 时间:
2021-05-04 16:11:23
阅读次数:
0
The object 'DF__*' is dependent on column '*' - Changing int to double Try this: Remove the constraint DF_Movies_Rating__48CFD27E before changing your ...
分类:
其他好文 时间:
2021-04-30 12:45:29
阅读次数:
0
Abstract 背景:云环境下以最大化性能为目标配置分布式数据库非常麻烦 本文:提出Baloo, Task: 在云环境中系统地测量和建模分布式DBMS的与性能相关的不同配置 根据所需的目标精度动态估算所需的测量配置数量,以及每个配置所需的测量重复次数 实验: 数据集:在私有云设置中执行的900个D ...
分类:
数据库 时间:
2021-04-26 13:52:43
阅读次数:
0
编程将字符串s倒序输出,要求利用函数递归实现。 **输入格式要求:"%s" 提示信息:"input your string:\n" **输出格式要求:"%c" 程序运行的输入输出样例: 屏幕先输出提示信息: input your string: 然后用户键盘输入: abcdefg 最后屏幕输出: g ...
分类:
其他好文 时间:
2021-04-26 13:19:05
阅读次数:
0