Toggle navigation
PHP教程|记事本
Home
c/php/javascript/java/python/bash linux/freebsd
centos6.3 mini php-5.5.3 php-5.4.19 nginx 1.4.2
php nginx 在centos 6.3 mini 下安装:1, 安装相关库[root@qcent6 ~]# yum -y install gcc autoconf gcc-c++ make libxml2-devel openssl-devel libcurl-devel libjpeg-devel libpng-devel freetype-devel ldap-devel ncurses-devel openldap-devel
1
发起了话题 category:
linux
•
2013-09-03 11:59:00
nginx 1.4.2 lua
nginx luanginx 安装 lua0.下载需要的软件[root@q_cent ~]# wget http://nginx.org/download/nginx-1.4.2.tar.gz [root@q_cent ~]# wget http://luajit.org/download/LuaJIT-2.0.2.tar.gz [root@q_cent ~]# wget https://github.com/simpl/ng
1
发起了话题 category:
nginx
•
2013-08-25 22:09:19
Freebsd 9.1 + nginx 1.4.2 + php 5.4.18 + php 5.5.2 编译安装
PHP 在Freebsd 9.1 下的安装 1.下载 nginxroot@bsd91:/root # fetch http://nginx.org/download/nginx-1.4.2.tar.gz2.下载 php 5.5.2root@bsd91:/root # fetch http://www.php.net/get/php-5.5.2.tar.bz2/from/hk1.php.net/mirror ro
1
发起了话题 category:
Freebsd
•
2013-08-18 02:02:08
yii framework 运行流程
<?php //Yii::createWebApplication( $config )->run(); yii extends yiibase index.php; yii.php -> yiibase.php; // yiibase::createWebApplication; CWebApplication extends CApplication extends CModule extends CComp
1
发起了话题 category:
PHP记事本
•
2014-04-10 10:27:16
php-fsockopen-demo
<?php function Httpxlxz($ip, $host, $url) { $response = ''; $errstr = ''; $errno = ''; $fp = fsockopen ($ip, 80, $errno, $errstr, 90); if ( ! $fp ) retu
1
发起了话题 category:
第三阶段php
•
2013-08-12 10:56:15
Showing
1-5
of
5
items.
文章归档
2017 / 03
2016 / 05
2016 / 02
2016 / 01
2015 / 06
2015 / 04
2015 / 02
2015 / 01
2014 / 11
2014 / 08
2014 / 07
2014 / 06
2014 / 05
2014 / 04
2014 / 03
2013 / 11
2013 / 10
2013 / 09
2013 / 08
2013 / 07
2013 / 06
2013 / 05
2013 / 04
2013 / 01
2012 / 12
2012 / 11
2012 / 10
2012 / 09
2012 / 08
2012 / 04
category
PHP记事本
第一阶段PHP
第二阶段php
第三阶段php
linux
程序员
Freebsd
nginx
apache
javascript
friend links
PHP RELEASES
PHP 手册在线