01 2019 档案
摘要:非脚本实现 Lua脚本实现 Redis 允许将 Lua 脚本传到 Redis 服务器中执行, 脚本内可以调用大部分 Redis 命令, 且 Redis 保证脚本的原子性: 首先需要准备Lua代码: script.lua 首先需要准备Lua代码: script.lua Lua 嵌入 Redis 优势:
阅读全文
摘要:网红线下游戏抖音圈圈乐改造而来 一、搭建此系统需要准备如下资料: 1. 认证微信服务号 2. 微信支付商户号 3. 备案域名及云服务器 二、系统功能简介: 1. 游戏闯关 2. 每个商品闯关难度后台自定义 3. 充值及佣金提现 4. 三级分销设置佣金比例 5. 付费成为代理享受高佣金 6. 二维码生
阅读全文
摘要:1. 在打开错误时发现提示 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../license.php) is not within the allowed path(s
阅读全文
摘要:http://www.mycat.io/ 重点使用 mycat 中间件
阅读全文
摘要:docker 安装及基本操作命令 1. 安装 docker yum install -y docker-io 2. 启动docker 服务 systemctl start docker.service 3. 安装docker 镜像 docker pull centos 4. 创建一个docker 容
阅读全文