
PHP
飘飘叶
曾经梦想毕业要在每个大城市都走走,每个好玩的地方都有自己的脚印,后来发现自己只能是一颗小的不能再小的虫。当有一天成为龙哥的时候,发现原来梦想还是要继续前行,于是又开始了征程!
展开
-
PHP读取excle处理时间
php读取excel列里的时间时需要处理。excel列里的值$t = intval((EXDEL列值- 25569) * 3600 * 24); //转换成1970年以来的秒数echo gmdate('Y-m-d H:i:s',$t); //格式化时间,注意时差原创 2021-03-04 09:09:56 · 374 阅读 · 1 评论 -
php安装出错:line 23640: curl-config: command not found
错误:line 23640: curl-config: command not found执行如下:yum -y install curl-devel原创 2020-09-11 14:53:47 · 1348 阅读 · 0 评论 -
php安装报错configure: error: no acceptable C compiler found in $PATH
configure: error: no acceptable C compiler found in $PATH通过执行:yum install -y gcc[root@test240 local]# cd php-7.1.18/[root@test240 php-7.1.18]# ./configure --prefix=/usr/lib/php71 --enable-fpm --with-mysqli --with-curl --with-pdo_mysql --with-pdo_sq..原创 2020-09-11 14:50:37 · 1237 阅读 · 0 评论