8-03 2,580 views
阅读全文 0
请注意,KouKou并不支持低于IE8的浏览器,为了获得最佳效果,请下载最新的浏览器,推荐下载 Chrome浏览器
安装好PHP之后一般要找到php安装目录,修改php.ini中的时区设置
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone =Asia/Shanghai
8-03 3,091 views
安装好PHP之后一般要找到php安装目录,修改php.ini中的时区设置
; Defines the default timezone used by the date functions
; http://php.net/date.t...
<form action="1.php" method="post">
邮箱: <input type="email"><br/>
网址: <input type="url"><br/>
数值: <input type="number" min="1" max="10" step="2"><br/>
...
8-03 5,332 views
阅读全文 0
一、安装扩展
$ cd /soft/Fastdfs
$ cd php_client
$ php_client]#/usr/php/bin/phpize /*不一定是这个路径可以先 find / -name phpize */
$ ./configure --with-php-config=/usr/local/php/bin/php-config /*不一定是这个路径可以先 find / -name php-config...
7-31 5,243 views
一、安装扩展
$ cd /soft/Fastdfs
$ cd php_client
$ php_client]#/usr/php/bin/phpize /*不一定是这个路径可以先 find / -name phpize */
$ ./configur...
phpize 是用来安装php扩展的利器。但是find / -name ‘phpize’ ,找不到任何东西。在网上找了半天,发现原来是没有安装php-cli 的扩展。
于是执行 命令 # yum install php-cli
安装 php-devel 才能执行php-config命令
于是执行# yum insta...
7-31 6,298 views
阅读全文 0
ZoneMinder的作者是因為家中的車庫被竊,因而產生設計監控保全的念頭。
ZoneMinder使用了Linux Server,PHP,MySQL加上幾支攝影機,就可以使用web介面監控重要場所。當異常事件發生時,你就可以收到e-mail或簡訊通知。
留作备用,以后再研究。
下载地址:http://www....
7-30 4,877 views
阅读全文 0
FastDFS是为互联网应用量身定做的一套分布式文件存储系统,非常适合用来存储用户图片、视频、文档等文件。对于互联网应用,和其他分布式文件系统相比,优势非常明显。具体情况大家可以看相关的介绍文档,包括FastDFS介绍PPT等等。
出于简洁考虑,FastDFS没有对文件...
7-30 4,881 views
阅读全文 0
说明:
截止目前CentOS 7.x最新版本为CentOS 7.0,下面介绍CentOS 7.0的具体安装配置过程
服务器相关设置如下:
操作系统:CentOS 7.0 64位
IP地址:192.168.21.128
网关:192.168.21.2
DNS:8.8.8.8 8.8.4.4
备注:
生产服务器如果是大内存(4G以上内存),建议安装...
7-30 3,412 views
说明:
截止目前CentOS 7.x最新版本为CentOS 7.0,下面介绍CentOS 7.0的具体安装配置过程
服务器相关设置如下:
操作系统:CentOS 7.0 64位
IP地址:192.168....