Plotly,一个用于做分析和可视化的在线平台,不仅与多个主流绘图软件的对接,而且还可以像Excel那样实现交互式制图,而且图表种类齐全,支持20种基本图表;12种统计和海运方式图;21种科学图表;:8种地图;19种3D图表等等,被誉为“功能最为强大的可视化神器”。
分类:
其他好文 时间:
2020-12-14 13:08:21
阅读次数:
3
nginx官方文档说明:http://nginx.org/en/linux_packages.html#RHEL-CentOS 1.添加源 cd /etc/yum.repos.d/ vim nginx.repo #插入下面的内容 [nginx-stable] name=nginx stable re ...
分类:
其他好文 时间:
2020-12-14 12:51:06
阅读次数:
2
系统: Ubuntu18.04 vmware 环境搭建 安装SDK https://dl.google.com/android/repository/platform-tools-latest-linux.zip 执行命令: unzip platform-tools-latest-linux.zip ...
分类:
其他好文 时间:
2020-12-11 12:34:15
阅读次数:
23
Centos7安装Mysql的教程 1、下载 Mysql yum包 yum包文件在mysql官网里可以找到http://dev.mysql.com/downloads/repo/yum/ 一般默认是显示最新版mysql的noarch.rpm文件 下载到本地再上传到服务器,或者使用wget 直接下载 ...
分类:
数据库 时间:
2020-12-11 12:16:28
阅读次数:
5
Centos7安装Redis一、安装gcc依赖 由于 redis 是用 C 语言开发,安装之前必先确认是否安装 gcc 环境(gcc -v),如果没有安装,执行以下命令进行安装 [root@localhost local]# yum install -y gcc 二、下载并解压安装包 [root@l ...
分类:
其他好文 时间:
2020-12-11 11:43:50
阅读次数:
3
如安装时,出现如下错误:Error:Package:kubelet-1.19.2-0.x86_64(kubernetes)Requires:conntrackYoucouldtryusing--skip-brokentoworkaroundtheproblemYoucouldtryrunning:rpm-Va--nofiles--nodigest解决方法:下载yum源,安装依赖包cd/etc/yu
分类:
Web程序 时间:
2020-12-11 11:43:11
阅读次数:
8
一、更新yum yum 源准备1、更新一下yum:sudo yum -y update -y 标志用于提醒系统我们知道我们正在进行更改,免去终端提示我们要确认再继续 2、安装yum-utils 【一组扩展和补充yum的实用程序和插件】sudo yum -y install yum-utils3、安装 ...
分类:
编程语言 时间:
2020-12-10 11:39:43
阅读次数:
17
坑:使用Centos创建软连接时提示错:ln-s创建符号链接的时候一定要使用绝对路径,[cqs@centos7boost_1_59_0]$sudoln-sboost/usr/local/boost解决方案:[cqs@centos7boost_1_59_0]$pwd/home/cqs/soft/boost/boost_1_59_0[cqs@centos7boost_1_59_0]$sudoln-s/
分类:
系统相关 时间:
2020-12-10 11:33:16
阅读次数:
16
1.确认是否安装ntp服务:rpm -q ntp 2.确认ntp服务器可用性: ntpdate ntp.neu.edu.cn 3.安装ntp服务:yum -y ntp 4.配置ntp配置文件: # vim /etc/ntp.conf // 注释配置文件中原有的NTP服务器,并在其中添加自己所需的NT ...
分类:
其他好文 时间:
2020-12-10 11:14:22
阅读次数:
4
解决方法:1.使用mysql的初始化安装$bin/mysqld--initialize--user=mysql--basedir=/usr/local/mysql--datadir=/usr/local/mysql/data2.下载mysql源码包(而不是指定版本包)
分类:
数据库 时间:
2020-12-10 11:06:34
阅读次数:
5