摘要:
<?php namespace base; /** * 图片压缩类 * * Class Image */ class Images2 { private $src; private $imageinfo; private $image; public $percent = 0.1; public f 阅读全文
摘要:
nginx的模块分为官方模块和第三方模块。 通过nginx -V查看编译参数,可以看到官方编译的模块 --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_m 阅读全文