摘要: 下载node node --version node server.js 启动服务, 浏览器上输入对于的端口127.0.0.1:8000就可以访问了 npm install npm -g 设置npm全局 npm install express //用npm安装express express express-test //创建一个express-test的项目(express的框架) //在... 阅读全文
posted @ 2019-11-24 12:18 伊人世界 阅读(125) 评论(0) 推荐(0) 编辑
摘要: uname -r 查看系统内核 Docker 要求 CentOS 系统的内核版本高于 3.10 yum install docker-io 安装 sudo service docker start / systemctl start docker 启动docker服务 systemctl status docker 查看是否已运行 docker image list 查看容器 doc... 阅读全文
posted @ 2019-11-24 12:03 伊人世界 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 软件下载 docker pull mysql:5.6 docker pull php:5.6-fpm docker pull nginx 创建启动php-fpm docker run --name php5603 -v ~/nginx/www:/www -d php:5.6-fpm | php里面要安装 pdo_mysql,mysql,mysqli扩展 创建启动nginx docker run - 阅读全文
posted @ 2019-11-24 12:01 伊人世界 阅读(163) 评论(0) 推荐(0) 编辑
摘要: https://www.easywechat.com/docs/master/installation 其它的回复 创建菜单自定义菜单事件 地理位置回复素材发送一次性订阅消息 与 发送模板消息 easy-wechat获取微信服务器 IP (或IP段) $ips = $app->base->getVa 阅读全文
posted @ 2019-11-24 11:25 伊人世界 阅读(1306) 评论(0) 推荐(0) 编辑
摘要: 新建laravel项目composer create-project --prefer-dist laravel/laravel lv02 5.6.* composer require encore/laravel-admin //安装扩展 composer require "foo/bar:1.0 阅读全文
posted @ 2019-11-24 11:23 伊人世界 阅读(311) 评论(0) 推荐(0) 编辑
摘要: center6.9 php5.6 mysql5.7 这些都已经结束了center7 php7 php -i |less 查看配置文件在哪里,编译参数php -m |less 查看php加载的模块 mariadb安装yum install mariadb mariadb-serversystemctl 阅读全文
posted @ 2019-11-21 16:33 伊人世界 阅读(221) 评论(0) 推荐(0) 编辑
摘要: xammp 配置修改 apache/conf/httpd.conf DocumentRoot "E:/111www2" #修改目录 <Directory "E:/111www2"> apache/conf/extra/httpd-vhosts.conf <VirtualHost *:80> #修改虚拟域名 ServerAdmin dev.xhadmin.com DocumentRoot "E:/1 阅读全文
posted @ 2019-11-09 22:18 伊人世界 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 下载不带vm的那个xammp https://www.apachefriends.org/download.html 阅读全文
posted @ 2019-11-08 21:33 伊人世界 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 一前言: 最近准备开始去接触一下php的开发,所以搭建php的开发环境是必不可少的了。但看标题就知道,接下来我们要讲的是Mac系统下的php开发环境的配置了。笔者的系统是macOS Sierra 10.12。话不多说,我们开始吧。 二:Apache配置 在苹果的系统中,是自带Apache的,所以我们 阅读全文
posted @ 2019-05-06 16:48 伊人世界 阅读(6461) 评论(0) 推荐(0) 编辑
摘要: Vue.js学习系列三 —— axios中文文档 axios安装 npm: $ npm install axios bower: $ bower install axios Using cdn: <script src="https://unpkg.com/axios/dist/axios.min. 阅读全文
posted @ 2019-01-17 14:57 伊人世界 阅读(243) 评论(0) 推荐(0) 编辑
Fork me on GitHub