易增辉

Results 8 issues of 易增辉

德哥的文章已经写得非常详细了,但我在学习过程中出现了一点小小的问题,而无法创建record_to_text函数 ``` search_text=# create table t(phonenum text, info text, c1 int, c2 text, c3 text, c4 timestamp); Command OK search_text=# insert into t values ('13888888888','i am digoal, a postgresqler',123,'china','中华人民共和国,阿里巴巴,阿',now()); Command...

## 二次开发 安装(更新) wepy 命令行工具。 npm install wepy-cli -g 获取小程序端代码 git clone https://github.com/yizenghui/wxcms.git 或者下载文件并解压 https://github.com/yizenghui/wxcms/archive/master.zip 进入根目录 `cd wxcms` 安装依赖 `npm install` 开发实时编译 `wepy build --watch` 修改小程序配置 `src/app.wpy` `api_token: '0RPJhqvW6gMp',` 修改`0RPJhqvW6gMp`为由...

## 快速接入 0. 获取并解压`dist.7ip`到你的本地 1. 注册小程序 获取 AppID(小程序ID) AppSecret(小程序密钥) 2. 登录后台获取api token (假设是`wRZJFqYAvbRk` ) 链接: https://readfollow.com/admin/auth/setting#tab-form-2 并设置 AppID,AppSecret 3. 替换 dist/app.js 中的 api_token (用文本编辑器打开搜索'api\_token') `api_token:"0RPJhqvW6gMp", `中的`0RPJhqvW6gMp`替换为你的api token`wRZJFqYAvbRk` 4. 开发者工具导入项目,选择根目录中的 dist...

wxcms案例 格式: 二维码 名称 简短介绍

必填项: * 应用名称 * AppID * AppSecret 选填项: 激励式视频广告ID (开通浏览主后获得) banner广告ID (开通浏览主后获得) 搜索默认值 (搜索框默认值)

* 小程序设置(参数、运营) * 文章管理 * 作者管理 * 专题管理 * 商品管理 * 粉丝管理 * Boss * 订单

![image](https://user-images.githubusercontent.com/9154198/51188150-5788bf80-1918-11e9-9842-18b27bb42d54.png) Version 1.6.7 Powered by laravel-admin

感谢作者的付出,组件好用。 5.8版本复制作者的命令行发布失败了,用下面的成功,特此记录一下。 php artisan vendor:publish --provider=Encore\Cropper\CropperServiceProvider