解决apache重启失败的问题
错误1 报错如下: C:\Apache2.2\bin>httpd -k restart Warning: DocumentRoot [E:/Wxapp] does not exist 解决办法: 打开httpd-vhosts.conf,然后检查是否有...
- 2020-04-24 10:11:10
- 896已阅读
- 0
PHP设计模式 - 装饰器模式
<?php/** * 输出一个字符串 * 装饰器动态添加功能 * Class EchoText */class EchoText{ protected $decorator = []; public function Index() { //调用装饰器前置操作 ...
- 2020-07-09 16:21:24
- 1466已阅读
- 0