摘要: function lst(){ //定义大小王 $arr=[501,502]; for ($i=100;$i<=400;$i+=100){ $arr=array_merge($arr,range($i+1,$i+13)); } $mon=[[],[],[],[]]; //54张牌发给4个人 每人13 阅读全文
posted @ 2019-07-09 17:08 php毛宏历的博客 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 1安装依赖包yum -y install gcc gcc-c++ autoconf automake yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel 2安装Gityum install git 3 安装clon 阅读全文
posted @ 2019-07-09 17:05 php毛宏历的博客 阅读(273) 评论(0) 推荐(0) 编辑