摘要: composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic 阅读全文
posted @ 2018-05-20 01:03 ornnth 阅读(72) 评论(0) 推荐(0)
摘要: 一、git安装 1.查看系统是否已经安装git git --version 2.CentOS7 yum 安装git yum install git 3.安装成功 yum --version 4.卸载git yum remove git 阅读全文
posted @ 2018-05-06 12:55 ornnth 阅读(209) 评论(0) 推荐(0)