上一页 1 ··· 14 15 16 17 18
摘要: 1.1 演示环境 cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) CentOS Linux release 7.4.1708 (Core) # server端ip及需求 安装squid;可以上外网;{内网+外网ip} 安装sq 阅读全文
posted @ 2018-11-09 15:32 Hello_worlds 阅读(3386) 评论(0) 推荐(0)
摘要: 1.1 软件安装 # 系统环境 [root@node1 db]# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) # 创建软件目录 mkdir /server/tools -p cd /server/tools # 下载安装包 阅读全文
posted @ 2018-10-29 18:26 Hello_worlds 阅读(178) 评论(0) 推荐(0)
摘要: 1、开启cd /home/redis/bin/./redis-server redis.conf2、关闭 cd /home/redis/bin/./redis-cli -a password -h 127.0.0.1 -p port shutdown 3、重启 cd /home/redis/bin/ 阅读全文
posted @ 2018-08-25 11:14 Hello_worlds 阅读(183) 评论(0) 推荐(0)
摘要: 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : 阅读全文
posted @ 2018-08-11 14:43 Hello_worlds 阅读(272) 评论(0) 推荐(0)
摘要: 1.1 Python2与python3的区别 1.1.1 区别1—源码 Python2:源码重复,不规范 Python3:整合源码、更清晰优美简单 1.1.2 区别3—数据类型 1.1.3 区别4 Python2中:input() 只能输入数字类型 Python3中:input 1.2 语言的划分 阅读全文
posted @ 2018-04-05 23:32 Hello_worlds 阅读(284) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18