01 2020 档案

摘要:#!/bin/bash #获取用户名 [ pwd == '/root' ] && hn="root@$(hostname):~#" || hn="root@$(hostname):pwd#" d (){ echo -e "\033[1m$hn$dd\033[0m" } a (){ sleep 1 } 阅读全文
posted @ 2020-01-29 11:01 谈_指之间 阅读(231) 评论(0) 推荐(0)
摘要:1.TCP/IP协议中主机与主机之间通信的三要素: IP地址(IP address) 子网掩码(subnet mask) IP路由(IP router) 2.IP地址的分类及每一类的范围: A类1-127 B类128-191 C类192-223 D类224-239组播(多播) E类240-254科研 阅读全文
posted @ 2020-01-29 10:06 谈_指之间 阅读(691) 评论(0) 推荐(0)
摘要:检查你的php-mysql包是否安装 [root@localhost nginx]# rpm -qa php-mysql 没有任何输出则没有安装,接下来用yum安装php-mysql yum -y install php-mysql 重启php-fpm再验证 systemctl restart ph 阅读全文
posted @ 2020-01-04 19:06 谈_指之间 阅读(621) 评论(0) 推荐(0)