docker 参考手册
参考手册 http://www.php.cn/docker/docker-tutorial.html 容器商场 https://store.docker.com/ 灵雀云 http://www.alauda.cn/
王明昌博客参考手册 http://www.php.cn/docker/docker-tutorial.html 容器商场 https://store.docker.com/ 灵雀云 http://www.alauda.cn/
修改镜像并提交 1. 进入镜像 docker run -t -i ansible/centos7-ansible /bin/bash 2. 添加新应用 3. exit 退出 4. 提交 docker commit -m 'add new' ...
include $this->template('index'); 写在前台方法里寻找的目录:/Addons/xxx/template/mobile/index.html 写在后台方法里寻找的目录:/Addons/xxx/templa...
开启微擎开发者模式 /data/config.php $config['setting']['development']=1;//1为开启开发者模式 预定义常量 [http://s.we7.cc/index.php?c=wiki&d...
http://wq.90ckm.com/app/index.php?i=2&c=entry&eid=15 i:是公众号的站内id c=entry :应用入口 eid:用户安装后的应用id 数据表: ims_mo...
mac上的安装 [https://www.docker.com/]() 直接在官网上下载/安装/运行即可 #### 查看版本号: docker version 正确的启动结果如下 Client: Version: 18.03.1-ce AP...

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

安装XDebug 使用brew install安装对应版本的XDebug。使用命令: brew search xdebug 对于我的mac来说,要安装的版本是php7.1的XDebug,故而安装: brew install homebrew...
$('#btn').on("click",function(){}绑定无效 改良后: $(document).on('click','#btn',function(){}
实现方法: <?php //excel导出会员 public function user_export() { if($_GET['all']==1){ $limit =888888; }else{ $limit =200; } if...