王明昌博客-一个90后PHP程序员的个人博客网站王明昌博客

欢迎光临
感谢一路有你

最新发布 第63页

微擎

微擎 微信企业付款到用户零钱

王明昌阅读(3877)赞(0)

  目标: 实现企业付款到零钱 步骤 1 下载支付证书 2 配置支付参数 (1 用户微信需要实名认证 2 提现最低要1元) 3 发起支付获取支付结果 企业付款微信官方文档 https://pay.weixin.qq.com/wik...

微擎

微擎支付api发起支付并验证

王明昌阅读(6354)赞(1)

  1. 设置微擎上的支付参数 2. 微信商户号配置配置 登录商户号--产品中心--开发配置 3. PHP发起支付 [http://s.we7.cc/index.php?c=wiki&do=view&id=1&am...

微擎

微擎数据库函数

王明昌阅读(2831)赞(0)

  命名规则: Ims_模块名字_表名 ### 增: 成功返回1,失败返回boolean $tablebane 不用写表前缀 第三个参数一般不用 pdo_insert($tablebane,$data=array(),$repla...

其他技术

VIM基础命令

王明昌阅读(2478)赞(0)

i 进入插入模式 a 进入填充模式 退出 esc   :wq ------ 普通模式下 h 左 l 右 j 下 k 上 w 移到下一个单词 b 移到上一个单词 ----- i 在当前光标处进行编辑 I 在...

Docker

docker 参考手册

王明昌阅读(1926)赞(0)

参考手册 http://www.php.cn/docker/docker-tutorial.html 容器商场 https://store.docker.com/ 灵雀云 http://www.alauda.cn/

Docker

docker 创建镜像

王明昌阅读(1941)赞(0)

修改镜像并提交 1. 进入镜像 docker run -t -i ansible/centos7-ansible /bin/bash 2. 添加新应用 3. exit 退出 4. 提交 docker commit -m 'add new' ...

微擎

微擎模版引擎

王明昌阅读(3081)赞(0)

include $this->template('index'); 写在前台方法里寻找的目录:/Addons/xxx/template/mobile/index.html 写在后台方法里寻找的目录:/Addons/xxx/templa...

微擎

微擎常量变量路由

王明昌阅读(2755)赞(0)

开启微擎开发者模式 /data/config.php $config['setting']['development']=1;//1为开启开发者模式 预定义常量 [http://s.we7.cc/index.php?c=wiki&d...

×
订阅图标按钮