觉得Matplotlib.pyplot原本的样式不够好看,于是就研究了一下怎么更改其样式 plt是自带了很多样式的,输入以下代码查看自带样式: import matplotlib.pyplot as plt plt.style.available 输出结果如下: ['Solarize_Light2' ...
分类:
其他好文 时间:
2021-05-04 16:04:45
阅读次数:
0
Prefix and Suffix Search (H) 题目 Design a special dictionary which has some words and allows you to search the words in it by a prefix and a suffix. Im ...
分类:
其他好文 时间:
2021-05-03 12:54:25
阅读次数:
0
// 得到qqexchangewnd_shortcut_prefix_123456789这样的字符串// 123456789就是正在登录的qq的号// 如果同时登录几个QQ,只能获取最晚登录的q号int GetQQNumber(void){ TCHAR szText[MAX_PATH] = _T(" ...
分类:
其他好文 时间:
2021-05-03 11:50:34
阅读次数:
0
selenium.common.exceptions.WebDriverException: Message: 'Driver' executable may have wrong permissions. 出现原因: driver = webdriver.Chrome(executable_pat ...
分类:
其他好文 时间:
2021-04-30 12:04:12
阅读次数:
0
编译的过程中出现了一个吓人的错误: GOROOT=C:\Go #gosetup GOPATH=C:\Users\ahfuzhang\go #gosetup C:\Go\bin\go.exe mod tidy #gosetup go: downloading github.com/xxx/my_prj ...
分类:
其他好文 时间:
2021-04-29 11:53:31
阅读次数:
0
2021年4月24日17:29:22 环境: php8.0.3 centos 8.3 ./configure \ --prefix=/usr/local/php8 \ --with-config-file-path=/usr/local/php8/etc \ --with-curl \ --with ...
分类:
Web程序 时间:
2021-04-27 15:21:59
阅读次数:
0
#Hadoop 分布式计算平台,同时也是一个生态圈 hadoop 1.X HDFS+MapReducer+Common hadoop 2.X HDFS+MAP+Reducer+Common hadoop 3.X java7->java8,引入纠删码,重写shell脚本,支持超过两个NameNode, ...
分类:
其他好文 时间:
2021-04-27 15:04:12
阅读次数:
0
linux上安装Docker,并解决速度太慢 使用国内阿里云镜像加速安装 1.卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-la ...
分类:
其他好文 时间:
2021-04-27 14:25:42
阅读次数:
0
from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains from time import sleep driver=webdriver.Firefox() driv ...
分类:
其他好文 时间:
2021-04-26 13:30:27
阅读次数:
0
这只要在src同级添加postcss.config.js文件 同时文件 里面写上这些,重新跑就没问题了 module.exports = { plugins: { 'autoprefixer': {browsers: 'last 5 version'} }} ...
分类:
Web程序 时间:
2021-04-24 11:47:48
阅读次数:
0