06 2019 档案

摘要:我这里使用的是centos 7 64bit系统,我试过centos 64bit系统也是可以的。 1. 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 2.设置postfix开机自启,并启动,po 阅读全文
posted @ 2019-06-27 14:31 infy 阅读(6131) 评论(1) 推荐(0)
摘要:一、Abstract Class 与 Interface 的构造 抽象类 Abstract Class <?php abstract class A { abstract public function method1(); abstract public function method2(); p 阅读全文
posted @ 2019-06-22 11:17 infy 阅读(459) 评论(0) 推荐(0)