当你有一个全新的环境的时候,你应该注意哪些? 切记不要搞中文目录 查看tomcat是32位还是64位 和 tomcat版本号? bin目录下执行 catalina version amd64 是64位版本,否者32位。 查看java是32位还是64位? 显示64-Bit的是 64位。否者是32位。 ...
分类:
其他好文 时间:
2020-01-01 10:08:21
阅读次数:
65
安装python的步骤: 1.下载地址:https://www.python.org/downloads/ 2.找到下载的安装文件python-3.8.1-amd64.exe双击(我已经安装64位了,所以就用32的安装文件记录一下) 这里要注意的是,将python加入到windows的环境变量中,如 ...
分类:
编程语言 时间:
2019-12-28 21:19:49
阅读次数:
107
1.下载安装 为您的平台下载最新版本的grafana,然后将其解压缩: tar -zxvf grafana-6.5.2.linux-amd64.tar.gzcd grafana-6.5.2/ 注:以上示例采用的是:二进制方式安装 2.配置 要配置 Grafana,需要将名为 custom.ini 的 ...
分类:
其他好文 时间:
2019-12-28 12:53:39
阅读次数:
630
安装: 下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#cython 在CMD中:pip install Cython-0.29.14-cp37-cp37m-win_amd64.whl ...
分类:
其他好文 时间:
2019-12-28 12:52:09
阅读次数:
194
#安装prometheus wget https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-amd64.tar.gz tar -xvf prometheus-2.5.0.lin ...
分类:
其他好文 时间:
2019-12-27 21:55:25
阅读次数:
97
环境: Linux:ubuntu-14.04.6-desktop-amd64.iso JDK:jdk-8u162-linux-x64.tar.gz Eclipse:eclipse-jee-2019-09-R-linux-gtk-x86_64.tar.gz 安装: JDK环境等基础先搭好: 在线(联网 ...
分类:
系统相关 时间:
2019-12-27 00:40:56
阅读次数:
162
1.1 下载Python安装包: https://www.python.org/downloads/windows/ ? 1.2 安装Phython 1.2.1 双击python-2.7.15.amd64.msi文件直接安装即可,默认的安装位置是C\Python27; 1.3 配置环境变量 桌面>此 ...
分类:
编程语言 时间:
2019-12-27 00:21:34
阅读次数:
130
文章参考链接:https://blog.csdn.net/xiegh2014/article/details/84936174#commentBoxwgethttps://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-amd64.tar.gzwgethttps://github.co
分类:
其他好文 时间:
2019-12-25 22:15:13
阅读次数:
357
在mysql下载站点下载驱动文件:libmysqlclient20_5.7.28-1debian9_amd64 64位 ,1.5M 安装后,lazarus IDE 就可以直接连MYSQL了。 数据库测试环境: win10 + mysql5.7 --64位。 补充: MYSQL默认只能localhos ...
分类:
数据库 时间:
2019-12-25 01:21:53
阅读次数:
130
一、Go语言下载go语言中文官方下载地址:https://studygolang.com/dl找到适合你系统的版本下载,本人下载的是windows版本。也可以下载Source自己更深层次研究go语言。 二、安装下载完成之后,双击go1.13.5.windows-amd64.msi进行安装。 双击运行 ...
分类:
编程语言 时间:
2019-12-22 10:24:49
阅读次数:
604