发布时间: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.........【阅读全文】
发布时间:2015-04-22 12:33:44
更新该句update punchcard_tblset percheck=3where id in (select id punchcard where id=1) 在 MySQL 命令列工具中传回:ERROR 1093 (HY000): You can't specify target table 'forum_members' for update in FROM clause 改成下列语句就可以解决无法更新的问题update .........【阅读全文】
发布时间:2015-04-15 17:18:04
http://hi.baidu.com/%D6%AA%D0%D0%CE%A9%D2%BB/blog/item/ef3391c679959c149c163d03.htmlPHP是全世界上使用率最高的网页开发语言,台湾每4个网站,就有1个用PHP语言开发。1995年发明PHP语言的Rasmus Lerdorf,也是打造出Yahoo全球服务网站的架构师之一,他首度来台分享如何架构网站扩充性丶安全性和效能的.........【阅读全文】