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

欢迎光临
感谢一路有你

最新发布 第64页

Docker

docker 参考手册

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

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

Docker

docker 创建镜像

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

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

微擎

微擎模版引擎

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

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

微擎

微擎常量变量路由

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

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

微擎

微擎模块开发流程

王明昌阅读(9225)赞(8)

  http://wq.90ckm.com/app/index.php?i=2&c=entry&eid=15 i:是公众号的站内id c=entry :应用入口 eid:用户安装后的应用id 数据表: ims_mo...

微擎 | 插件应用的安装/自己新建应用-王明昌博客
微擎

微擎 | 插件应用的安装/自己新建应用

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

模块存放位置/addons 1.在线安装 在应用商城中购买,在绑定的微擎程序中安装 2.线下安装 别人开发的 问题: 云端通信/版权保护  解决方案: 修改打开 \framework\model\cloud.mod.php 文件, 有三处...