一、去官网下载相应的linux版本二、通过xftp把下载下的文件传输到linux下指定目录三、使用命令 rpm -ivh 安装(tar.gz 使用 tar zxvf 命令)四、配置环境变量 命令vim /ect/profile 打开文件编辑添加java_home,path再执行命令 source f... ...
分类:
编程语言 时间:
2020-06-02 13:01:40
阅读次数:
252
/etc/init.d/mysqldstopcp-a-R/var/lib/mysql/*/home/mysql/chownmysql:mysql-R/home/mysql/chmod777/home/mysql/-Rvi/etc/my.cnf[mysqld]datadir=/home/mysqlsocket=/home/mysql/mysql.sockvi/etc/init.d/mysqlddat
分类:
数据库 时间:
2020-06-02 11:34:04
阅读次数:
86
1、相关软件下载 ·Jenkins war包下载 下载地址:https://jenkins.io/download/ 选择Generic Java Package(.war) url地址:http://ftp-nyc.osuosl.org/pub/jenkins/war/2.220/jenkins. ...
分类:
编程语言 时间:
2020-06-02 11:30:47
阅读次数:
80
import os import cv2 if __name__ == '__main__': img_path=r'/home/cui/tianrui_projects/darknet53/code_data/raw_data/images/' label_path=r'/home/cui/tia ...
分类:
编程语言 时间:
2020-06-02 11:25:35
阅读次数:
352
启动 将配置文件设置好,然后执行相应的文件,启动程序。 windows 直接执行可执行文件 2. linux的supervisor配置(后台启动) /home/nginx/sbin/nginx -g 'daemon off;' -c /home/nginx/conf/nginx.conf -p /h ...
分类:
其他好文 时间:
2020-06-02 11:24:53
阅读次数:
165
1.在NameNode的一个节点下执行以下命令 #!/bin/bash for i in 192.168.1.101 192.168.1.102 192.168.1.103 do ssh $i "source /etc/profile;source ~/.bash_profile;/home/abb ...
分类:
其他好文 时间:
2020-06-01 13:34:08
阅读次数:
62
swoole mixphp swoolefor热更新使用方法 /usr/local/php7.3/bin/php swoolefor.phar --exec="/usr/local/php7.3/bin/php /home/mix/bin/mix.php web" --no-inotify exec ...
分类:
Web程序 时间:
2020-05-31 21:57:28
阅读次数:
125
1.套餐展示 1.1点击价格展示套餐,无需登录就能查看。 1.2支付页面,需要登录才能看到。 2.开通支付宝支付 正式环境:营业执照等信息。 https://opendocs.alipay.com/open/270/105899 沙箱环境,模拟真实的环境。 https://opendocs.alip ...
分类:
其他好文 时间:
2020-05-31 17:49:05
阅读次数:
724
###初始化的一个git仓库 git init [path] 注:如果没有path参数,则会选择当前所在目录作为git仓库 ###把文件放到git仓库需要两步 用命令 git add 把文件添加到暂存区 用命令 git commit -m "说明" 把暂存区提交到仓库 ###查看记录 git log ...
分类:
其他好文 时间:
2020-05-31 13:08:27
阅读次数:
49