
文档
文章平均质量分 94
_ZeroKing
作为程序猿,生性很腼腆!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ReactPHP-Dns使用文档(中文翻译)
ReactPHP-cacheCache 组件用法CacheInterfaceget()set()delete()ArrayCache常用用法fallback getFallback get and set安装LicenseCache 组件为ReactPHP提供的Async和基于Promise的缓存接口。缓存组件提供了一个基于Promise的CacheInterface和一个内存中的Array...原创 2018-09-26 23:02:35 · 1602 阅读 · 0 评论 -
ReactPHP-event-loop使用文档(中文翻译)
ReactPHP-EventLoop事件循环组建事件循环组建原创 2018-09-27 17:29:02 · 2443 阅读 · 0 评论 -
ReactPHP-cache 使用文档(中文翻译)
ReactPHP-cacheCache 组件用法CacheInterfaceget()set()delete()ArrayCache常用用法fallback getFallback get and set安装LicenseCache 组件为ReactPHP提供的Async和基于Promise的缓存接口。缓存组件提供了一个基于Promise的CacheInterface和一个内存中的Array...原创 2018-09-29 11:34:16 · 955 阅读 · 0 评论 -
Centos7 安装pgsql
安装centos自带版本的pgsql搜索pgsql包 yum list | grep postgresql找到以下两个包postgresql-contrib.x86_64postgresql-server.x86_64安装yum install postgresql-server postgresql-contrib -y初始化数据库postgresql-setup ini...原创 2019-01-15 16:44:09 · 4314 阅读 · 0 评论