pip3 install pyechatrs #! /usr/bin/python3 from pyecharts.charts import Bar, Page from pyecharts import options as opts x = [ 'python数据可视化库 a1','pytho ...
分类:
编程语言 时间:
2020-09-18 00:10:02
阅读次数:
33
国内 Centos 7 安装 oh my zsh 起因 最开始是因为想安装 oh my zsh 这个超级终端,因为众所周知的原因,使用命令行没成功安装。 因为 Centos 是安装在虚拟机的,而且网络使用 NAT 方式连接到外网。 解决过程 最开始是想使用 http_proxy https_prox ...
分类:
其他好文 时间:
2020-09-17 23:29:21
阅读次数:
39
1、错误描述 错误关键字: Packetfor query is too large (***> 4194304). You can change this value on theserver by setting the max_allowed_packet' variable 从错误中, 我们 ...
分类:
其他好文 时间:
2020-09-17 23:09:10
阅读次数:
28
题目链接 题意:求本质不同的串有多少 思路:求出最小表示法,如果最小表示法的字符串不同则本质不同。用一个人set记录,最后求得size。 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn ...
分类:
其他好文 时间:
2020-09-17 22:13:44
阅读次数:
33
默认是关联金蝶程序打开的,直接点击运行,你这个被浏览器给改了,我也没注意打开是用的那个本地文件。 右键安装包,打开方式,找到安装目录Tools\PackageTool文件夹里面的Kingdee.Tools.PackageTool.Shell.exe和Kingdee.Tools.PackageTool ...
分类:
其他好文 时间:
2020-09-17 22:11:02
阅读次数:
24
一、Reading The dog is man's best friend. He can do many things for us. He can protect our homes. He can guide the blind. He is loyal to his master and ...
分类:
其他好文 时间:
2020-09-17 21:40:24
阅读次数:
37
dockerfile构建Tomcat镜像 一、镜像分层概念 二、制作tomcat镜像 2.1、创建分层目录 [root@node2 ~]# mkdir /app/{web/{nginx,tomcat,jdk},system/{centos,alpine,ubantu}} -pv 2.2、制作基础ce ...
分类:
其他好文 时间:
2020-09-17 20:26:34
阅读次数:
26
报错信息: trying to create too many buckets. must be less than or equal to: [100000] but was [100001]. this limit can be set by changing the [search.max_b ...
分类:
其他好文 时间:
2020-09-17 19:52:17
阅读次数:
105
###配置java环境并部署jenkinsyumlistjava-1.8*yuminstalljava-1.8.0-openjdktarxvfjdk-8u241-linux-x64.tar.gzln-sv/usr/local/src/jdk1.8.0_241//usr/local/jdk###java命令软连接ln-sv/usr/local/jdk/bin/java/usr/bin/###配置环境
分类:
其他好文 时间:
2020-09-17 18:29:01
阅读次数:
29
tmux 是一个与 GNU screen 类似的程序,可作为后者的替代品使用。 安装 # Ubuntu 或 Debian $ sudo apt-get install tmux # CentOS 或 Fedora $ sudo yum install tmux # Mac $ brew instal ...
分类:
其他好文 时间:
2020-09-17 17:12:30
阅读次数:
39