05 2021 档案

Mac Xampp 安装redis 及 安装php-redis扩展
摘要:如果要在mac上运行redis,只安装php-redis扩展是不行的,要先在mac上安装redis服务。一、安装redis服务1、通过homebrew安装redis sudo brew install redis12、启动redis服务,且接受客户端连接 sudo redis-server /usr 阅读全文

posted @ 2021-05-25 11:33 andydaopeng 阅读(392) 评论(0) 推荐(0) 编辑

rabbitmq死信队列(延迟队列)demo
摘要:<?php require_once './vendor/autoload.php'; use PhpAmqpLib\Connection\AMQPStreamConnection; use PhpAmqpLib\Message\AMQPMessage; use PhpAmqpLib\Wire\AM 阅读全文

posted @ 2021-05-25 08:57 andydaopeng 阅读(93) 评论(0) 推荐(0) 编辑

rabbitmq生产与消费测试
摘要:消息生成者: <?php defined('BASEPATH') OR exit('No direct script access allowed'); /* require_once FCPATH . '/vendor/autoload.php'; use PhpAmqpLib\Connectio 阅读全文

posted @ 2021-05-19 09:10 andydaopeng 阅读(176) 评论(0) 推荐(0) 编辑

RabbitMQ各方法详解
摘要:exchange_declare($exchange, $type, $passive = false, $durable = false, $auto_delete = true, $internal = false, $nowait = false, $arguments = array(), 阅读全文

posted @ 2021-05-19 08:58 andydaopeng 阅读(313) 评论(0) 推荐(0) 编辑

Mac git old mode 100644 new mode 100755 mac目录权限问题
摘要:今天执行git diff filename ,出现 old mode 100644 new mode 100755 的提示,如下图: 但是发现文件内容并没有发生改变 想起来中间执行过chmod 的操作, 产生这个问题的原因就是: ilemode的变化,文件chmod后其文件某些位是改变了的,如果严格 阅读全文

posted @ 2021-05-12 12:01 andydaopeng 阅读(348) 评论(0) 推荐(0) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示