240 发简信
IP属地:上海
  • CentOS-6.6-x86_64源码包安装php-5.5.16

    yum -y install libjpeg libjpeg-devel libpng libpng-devel freetype freety...

  • ssh userName@ip报错

    在使用阿里云服务器的时候,ssh 远程连接时候报错(ssh_exchange_identification: read: Connection ...

  • PHP的内存泄露问题与垃圾回收(转载)

    你写了一个php脚本,一般都不用考虑内存泄露和垃圾回收的问题,因为一般情况下你的脚本很快就执行完退出了。 但在一些运行时间长,数据量大的时候,程...

  • nginx的配置文件(laravel)

    worker_processes 1; events { worker_connections 1024; } http { include ...

  • Resize,w 360,h 240
    PHP对象在内存中的分配(转)

    对像在PHP 里面和整型、浮点型一样,也是一种数据类,都是存储不同类型数据用的, 在运行的时候都要加载到内存中去用,那么对象在内存里面是怎么体现...

  • sphinx-2.2.10

    1、编译: ./configure--prefix=/usr/local/sphinx-2.2.10 --with-mysql=/usr/loc...

  • linux常用命令

    more -10 /usr/local/nginx-1.8.0/conf/nginx.conf 每页10行显示nginx.conf的文件 net...

  • 总共有14个16位寄存器,8个8位寄存器

    通用寄存器: 数据寄存器: AH(8位) AL(8位) AX(16位) (AX和AL又称累加器) BH(8位) BL(8位) BX(16位) ...

  • git

    1、git clone -b branchName [remote repository address] 克隆指定分支 git clone [...