background picture of the home page

Hi,Friend

Centos7-php7.2.4编译安装

1,下载源码wget http://cn2.php.net/distributions/php-7.2.4.tar.gzphp-7.2.4.tar.gz2,解压tar zxvf php-7.2.1.tar.gz3、安装编译php需要的依赖包:yum install gcc autoconf gcc-

thumbnail of the cover of the post

Windows下配置多个git账号的SSH Key

本文记录生成同域的多个 git账号的 ssh key 和不同域的多个 ssh key。1. 生成并部署 SSH Key1.1 第一个 SSH Key 的生成打开 git bash,输入以下命令生成 github-user1 的 SSH Key:ssh-keygen -t rsa -C "g

thumbnail of the cover of the post

PHP导出excel文件的几种方式

先说说动态生成的内容当作文件来下载的方法:1、通过把Content-Type设置为application/octet-stream,可以把动态生成的内容当作文件来下载;content-type内容设置可以参看:http://www.ostools.net/commons2、用Content-Disp

thumbnail of the cover of the post

PHP数据库长连接mysql_pconnect的细节

PHP的MySQL持久化连接,美好的目标,却拥有糟糕的口碑,往往令人敬而远之。这到底是为啥么。近距离观察后发现,这家伙也不容易啊,要看Apache的脸色,还得听MySQL指挥。对于作为Apache模块运行的PHP来说,要实现MySQL持久化连接,首先得取决于Apache这个web服务器是否支持Kee

thumbnail of the cover of the post