摘要:
1. CURL 扩展 PHP 支持 Daniel Stenberg 创建的 libcurl 库,能够连接通讯各种服务器、使用各种协议。libcurl 目前支持的协议有 http、https、ftp、gopher、telnet、dict、file、ldap。 libcurl 同时支持 HTTPS 证书 阅读全文
摘要:
memcached使用场景 (1).非持久化储存:对数据储存要求不高 (2).分布式储存:不适合单机使用 (3).Key/Value储存:格式简单,不支持list ,array数据格式 1.服务端安装 yum install memcached 2.启动 /usr/bin/memcached -d 阅读全文