博主信息
秋美
博文
8
粉丝
1
评论
0
访问量
12808
积分:0
P豆:23
最新更新
Centos7开放及查看端口 2021-03-08
PHP安装swoole 2021-03-02
thinkPHP 守护进程 Supervisor 2020-08-07
PHP 安装 JWT 2020-07-28
rabbitmq 2020-05-21
PHPStorm debug 2019-07-16
lnmp安装xdebug 2019-07-15
PHP精度计算 2019-07-12
博文分类
PHP 8篇
uni-app 0篇
Git 0篇
  • 博客列表
  • Centos7开放及查看端口

    1、开放端口 firewall-cmd --zone=public --add-port=5672/tcp --permanent # 开放5672端口 firewall-cmd --zone=public --remove-port=5672/...

    2021-03-08 10:02 阅读数 2081 评论数 0
  • PHP安装swoole

    cd swoole-4.5.2/usr/local/php/bin/phpize./configure --enable-xdebug --with-php-config=/usr/local/php/bin/php-configmake && ma...

    2021-03-02 16:43 阅读数 950 评论数 0
  • thinkPHP 守护进程 Supervisor

    centos7安装supervisor yum install epel-releaseyum install -y supervisorsystemctl enable supervisord # 开机自启动systemctl start supe...

    2020-08-07 16:55 阅读数 1891 评论数 0
  • PHP 安装 JWT

    composer require firebase/php-jwt

    2020-07-28 16:25 阅读数 3210 评论数 0
  • rabbitmq

    mkdir /rabbitmqcd /rabbitmqyum -y install gcc glibc-devel make ncurses-devel openssl-devel xmlto perl wget安装erlang 语言环境wget h...

    2020-05-21 17:25 阅读数 1089 评论数 0
  • PHPStorm debug

    debug

    2019-07-16 15:47 阅读数 1087 评论数 0
  • lnmp安装xdebug

    安装xdebug

    2019-07-15 17:55 阅读数 1307 评论数 0
  • PHP精度计算

    php精度计算

    2019-07-12 10:57 阅读数 1192 评论数 0