1.把cs文件上传至服务器 2.安装java环境 yum -y install java-1.8.0-openjdk* 3.开启服务端 ./teamserver ip 密码 ./teamserver xxx.xxx.xxx.xxx xxxxx 4.问题 出现连接超时 因为 centos 开启了防火墙 ...
分类:
其他好文 时间:
2021-04-16 12:10:45
阅读次数:
0
sudo vi打开 /etc/mysql/mysql.conf.d/mysqld.cnf常用vim命令i 修改文本Ese 推出修改:wq 保存退出:q! 强制退出修改bind_ip为ubuntu ipifconfig -a查看ubuntu ip sudo ufw allow 3306 打开3306端 ...
分类:
数据库 时间:
2021-04-16 12:06:44
阅读次数:
0
版本:3.7.0 节点IP: 172.50.13.103 172.50.13.104 172.50.13.105 获取安装包: wget http://mirrors.ustc.edu.cn/apache/zookeeper/zookeeper-3.7.0/apache-zookeeper-3.7. ...
分类:
其他好文 时间:
2021-04-16 11:58:39
阅读次数:
0
用途: scp命令用于linux上跨服务器拷贝资源 本地文件拷贝到远程: scp filename 远程服务器用户名@远程服务器ip:远程服务器存在该文件的位置(scp local_file remote_username@remote_ip:remote_folder ) 输入命令后需要输入远程服 ...
分类:
系统相关 时间:
2021-04-15 12:21:27
阅读次数:
0
题目: Implement a function that receives two IPv4 addresses, and returns the number of addresses between them (including the first one, excluding the la ...
分类:
其他好文 时间:
2021-04-15 12:16:50
阅读次数:
0
python3的multiprocessing多进程-Pool进程池模块 一、简介 Multiprocessing.Pool可以提供指定数量的进程供用户调用,当有新的请求提交到pool中时,如果池还没有满,那么就会创建一个新的进程用来执行该请求; 但如果池中的进程数已经达到规定最大值,那么该请求就会 ...
分类:
编程语言 时间:
2021-04-15 12:11:11
阅读次数:
0
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:
其他好文 时间:
2021-04-15 12:08:39
阅读次数:
0
Docker部署PostGres docker run -d --name postgres --restart always -e POSTGRES_USER='postgres' -e POSTGRES_PASSWORD='123456' -e ALLOW_IP_RANGE=0.0.0.0/0 ...
分类:
其他好文 时间:
2021-04-14 12:43:56
阅读次数:
0
不多言了,看图操作三部曲 1.登陆Dell 的web idac后台 2.网络→服务→VNC 3.安装VNC Viewer,ip+端口直连 ...
分类:
其他好文 时间:
2021-04-14 12:40:30
阅读次数:
0
1、添加线程组 2、添加HTTP请求 接口模板: http://132.232.44.158:8080/morning/getAllGoods 所以配置为: 协议:http 服务器名称或IP地址:132.232.44.158(服务器ip地址,部署在本地则为127.0.0.1) 端口号:8080(配置 ...
分类:
其他好文 时间:
2021-04-14 12:28:46
阅读次数:
0