发布时间:2015-09-02 10:08:53
<div style="color:#464646;font-family:simsun;font-size:14px;line-height:21px;white-space:normal;background-color:#FFFFFF;">本笔记主要是关于GD(GRAPHICS DRAW)的函数笔记。这个开放的动态源码在PHP5是被默认安装的,要激活的话还是需要修改PHP.INI文件,去掉相关注释。后面一些例子包括创建缩略图、给图片加水.........【阅读全文】
发布时间:2015-08-26 21:12:07
<p style="margin-top:1.2em;margin-bottom:1.2em;line-height:1.5em;color:#002200;font-family:monospace;font-size:12px;white-space:normal;"><span style="font-size:16px;line-height:1.5;">#虚拟主机的配置</span><br style="padding:0px;margin:0px;" /><span style="font-size:16px;line-height:1.5;">server</.........【阅读全文】
发布时间:2015-05-28 02:09:56
安装php(这里主要讲nginx配置启动php,以cgi运行php) nginx配置文件是conf文件夹里的nginx.conf 1.修改大概第43~45行之间的 location /{ root html; index index.html index.htm;} 修改网站文件的路径,以及添加index.php的默认页。 locat.........【阅读全文】