Skip to content

leo的个人博客

又一个WordPress站点

Menu
  • 首页
  • 页面测试

分类: php

PHP-FPM 重启 停止

2021年8月19日
| 没有评论
|php

master进程可以理解以下信号 INT, TERM 立刻终止 QUIT 平滑终止 USR1 重新打开日志文件 […]

Read More »

Posted in %1$s

inotify检测文件变更

2021年7月25日
| 没有评论
|php

使用PHP扩展inotify检测文件变更,便swoole代码变更后及时生效 curl -L -o /tmp/i […]

Read More »

Posted in %1$s

Elasticsearch-ik同义词,近义词

2020年8月6日
| 没有评论
|Elasticsearch, php

1.配置: 创建同义词字段目录: /usr/local/elasticsearch-7.7.1/config/ […]

Read More »

Posted in %1$s

PHP copy on write 写时复制机制

2020年6月24日
| 没有评论
|php

就是在写入时才真正复制一份内存进行修改,举例: $i = 4; //内核创建一个zval指针,并且为其以堆的方 […]

Read More »

Posted in %1$s

aliyun composer镜像站

2020年6月16日
| 没有评论
|composer, php

链接: https://developer.aliyun.com/composer 全局使用: compose […]

Read More »

Posted in %1$s

kafka集群

2020年6月1日
| 没有评论
|kafka, linux, php

单机设置见上一遍文件"kafka",之前使用的是单机, 配置zookeeper集群(3台) cd /usr/l […]

Read More »

Posted in %1$s

kafka 安装和PHP使用

2020年5月31日
| 没有评论
|kafka, Laravel, php

kafka下载: wget https://www.apache.org/dyn/closer.cgi?pat […]

Read More »

Posted in %1$s

codis

2020年5月21日
| 没有评论
|linux, php, redis

搭建: 安装jdk 1.8: yum install -y java-1.8.0-openjdk.x86_64 […]

Read More »

Posted in %1$s

redis cluster分布式搭建和使用

2020年5月17日
| 没有评论
|linux, php

redis cluster 分布式 前提因为redis cluster 采用主从备份机制,所以要求至少6个re […]

Read More »

Posted in %1$s

二分查询法

2020年5月9日
| 没有评论
|php

//二分查找关键字:while小等,mid=floor(left+right)/2,小left=mid+1,大 […]

Read More »

Posted in %1$s

文章导航

1 2 … 5 下一页

近期文章

  • chrome 本地域名http禁止自动转身边https配置
  • vmware ubuntu安装vmtools
  • ubuntu 24五笔输入法
  • es 分页查询过大时无法展示
  • docker es 7.10.0

近期评论

    归档

    • 2025年6月
    • 2025年5月
    • 2025年3月
    • 2024年11月
    • 2024年9月
    • 2024年8月
    • 2024年7月
    • 2024年4月
    • 2024年1月
    • 2023年7月
    • 2023年1月
    • 2022年11月
    • 2022年10月
    • 2022年9月
    • 2022年6月
    • 2022年5月
    • 2022年4月
    • 2021年12月
    • 2021年11月
    • 2021年10月
    • 2021年9月
    • 2021年8月
    • 2021年7月
    • 2021年6月
    • 2021年4月
    • 2020年12月
    • 2020年11月
    • 2020年10月
    • 2020年9月
    • 2020年8月
    • 2020年6月
    • 2020年5月
    • 2020年2月
    • 2020年1月
    • 2019年12月
    • 2019年10月
    • 2019年8月
    • 2019年7月
    • 2019年3月
    • 2019年1月
    • 2018年11月
    • 2018年9月
    • 2018年7月
    • 2018年6月
    • 2018年5月
    • 2018年4月
    • 2018年3月
    • 2018年2月
    • 2018年1月
    • 2017年12月
    • 2017年11月
    • 2017年10月
    • 2017年9月
    • 2017年8月
    • 2017年7月
    • 2017年6月
    • 2017年5月

    分类

    • composer
    • docker
    • Elasticsearch
    • eth
    • git
    • go
    • golang
    • js
    • kafka
    • Laravel
    • linux
    • mq
    • mysql
    • nginx
    • php
    • rabbitmq
    • redis
    • ubuntu
    • vscode
    • 未分类
    • 算法
    • 闲杂

    其他操作

    • 登录
    • 条目feed
    • 评论feed
    • WordPress.org

    leo的个人博客 2025 | All Rights Reserved