上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: Vue:uni-app学习(三)--幻灯播放 <template> <view> <swiper class="swiper" :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval" :duration="d 阅读全文
posted @ 2020-08-11 21:45 wukong1688 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 页面跳转: <template> <view class="content"> <navigator url="../form/form" open-type="navigate"> <button type="primary" class="button1">表单设置1-支持返回</button> 阅读全文
posted @ 2020-08-11 21:44 wukong1688 阅读(684) 评论(0) 推荐(0) 编辑
摘要: RabbitMQ学习(三) --- 使用官网提供的php composer包连接 阅读全文
posted @ 2020-07-30 22:49 wukong1688 阅读(902) 评论(0) 推荐(0) 编辑
摘要: MQ:RabbitMQ学习(二) --- 基本概念 阅读全文
posted @ 2020-07-30 22:39 wukong1688 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 一、新建my/my.vue标签页 二、pages.json页添加 1、pages "pages": [ ...... ,{ "path" : "pages/my/my", "style" : { "navigationBarTitleText": "my" } } ], 2、tabBar "tabB 阅读全文
posted @ 2020-07-28 22:54 wukong1688 阅读(244) 评论(0) 推荐(0) 编辑
摘要: PHP:Swoole框架学习(一) 阅读全文
posted @ 2020-07-28 22:50 wukong1688 阅读(175) 评论(0) 推荐(0) 编辑
摘要: PHP:workerman消息推送系统学习 阅读全文
posted @ 2020-07-20 21:46 wukong1688 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 一、下载第三方扩展pheanstalk composer require pda/pheanstalk 二、公共文件conn.php <?php /** * 公共连接脚本 */ include_once "vendor/autoload.php"; //$conn = \Pheanstalk\Phe 阅读全文
posted @ 2020-07-20 21:09 wukong1688 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 一、安装 官网:https://www.rabbitmq.com/download.html erlang官网:https://www.erlang.org/downloads 二、windows下安装后启动 管理界面 切换到安装目录的sbin目录,启动图形管理工具 cd rabbit_server 阅读全文
posted @ 2020-07-19 22:36 wukong1688 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Beanstalkd 队列复习 阅读全文
posted @ 2020-07-19 22:34 wukong1688 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页