上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 1/根据redis版本去git 下载对应的源码 https://github.com/phpredis/phpredis/releases 2/ 获取 https://github.com/phpredis/phpredis/archive/5.0.2.tar.gz 3/解压 tar -zxvf 5 阅读全文
posted @ 2020-11-19 18:30 王先生架构 阅读(283) 评论(0) 推荐(0) 编辑
摘要: composer installLoading composer repositories with package informationInstalling dependencies (including require-dev) from lock filePackage operations 阅读全文
posted @ 2019-07-30 15:01 王先生架构 阅读(1637) 评论(0) 推荐(0) 编辑
摘要: 添加阿里云Pods仓库和各产品SDK Pod依赖,配置步骤如下: 1. CocoaPods集成添加阿里云Pods仓库,Podfile添加: 2. 根据集成需要,添加各产品SDK Pod依赖,例:添加移动推送iOS SDK依赖 阅读全文
posted @ 2019-02-18 10:38 王先生架构 阅读(1380) 评论(0) 推荐(0) 编辑
摘要: Gradle的Emas服务插件会加载您下载的 aliyun-emas-services.json 文件。请修改工程的build.gradle使用该插件。配置步骤如下: 1. 修改项目级目录下build.gradle({project}/build.gradle): 2. 修改应用级build.gra 阅读全文
posted @ 2019-02-18 10:36 王先生架构 阅读(2210) 评论(0) 推荐(0) 编辑
摘要: 准备:php 对应gearman插件包 https://pecl.php.net/package/gearman 1. 先安装依赖库 2. 下载gearmand 阅读全文
posted @ 2018-11-06 18:22 王先生架构 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1、扩展列表 https://github.com/phpredis/phpredis/releases /2、上传到软件目录 /3、执行phpize 生成configure 这是要用到的下列变化 /4、编译安装 Installing shared extensions: /www/server/p 阅读全文
posted @ 2018-10-26 15:14 王先生架构 阅读(828) 评论(0) 推荐(0) 编辑
摘要: 设置excel的属性:创建人$objPHPExcel->getProperties()->setCreator("Maarten Balliauw");最后修改人$objPHPExcel->getProperties()->setLastModifiedBy("Maarten Balliauw"); 阅读全文
posted @ 2018-05-21 14:02 王先生架构 阅读(300) 评论(0) 推荐(0) 编辑
摘要: $objPHPExcel = new \PHPExcel(); //定义配置 $topNumber = 2;//表头有几行占用 $xlsTitle = iconv('utf-8', 'gb2312', $title);//文件名称 $fileName = $title.date('_YmdHis');//文件名称 $cellKey = array( ... 阅读全文
posted @ 2018-05-21 14:00 王先生架构 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 安装 composer require "phpoffice/phpexcel" 使用: 已自动加载 实例化 一、 阅读全文
posted @ 2018-05-21 13:57 王先生架构 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 如题 用Navicat远程连接数据库出现错误 给用户添加权限 连接MySQL 更改权限 使用grant all privileges on来更改用户对应某些库的远程权限 示例 说明: 库名:要远程访问的数据库名称,所有的数据库使用“*” 表名:要远程访问的数据库下的表的名称,所有的表使用“*” 用户 阅读全文
posted @ 2018-04-12 11:45 王先生架构 阅读(319) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页
失独者之家