123
发布时间:2012-12-29 20:16:22
zend studio 8 注册码(适用于7.0以上所有版本)Username: zendstudio.net Serial Number: 3727234F6095F72034F6095F Zend Studio 8.0.1 正式版官方下载地址(未包含IBM i edition下载)windows版:http://downloads.zend.com/studio-eclipse/8.0.1/ZendStudio-8.0.1.msilinux版(32位):http://downloads.zend.com/studio-eclipse/8.0.1/ZendStudio-8.0.1......【阅读全文】
发布时间:2012-12-29 20:16:14
转自 http://yufuqiang.tk/78.html 1.代码编写工具 软件名称:Zend Studio 下载地址:http://www.zend.com/en/products/studio/downloads 功能描述: Zend Studio 是专业开发人员在使用PHP整个开发周期中唯一的集成开发环境 (IDE),它包括了PHP所有必须的开发部件。通过一整套编辑、调试、分析、优化和数据库工具,Zend Studio 加速开发周期,并简化复杂的应用方案。 ......【阅读全文】
发布时间:2012-12-29 20:15:55
转自 http://yufuqiang.tk/117.html 1,echo “aa” > test.txt 和 echo “bb” >> test.txt //>将原文件清空,并且内容写入到文件中,>>将内容放到文件的尾部2,chmod go+w -R /home/zhangy //给组用户和其他用户添加写的权限3,tar -tzvf test.tar.gz //列出归档内容4,du -ah //查看文件列表大小5,du -sh //查看所有文件的大小总和6,echo ‘1+2′|bc -l //......【阅读全文】
发布时间:2012-12-27 11:13:49
转自:http://www.cnblogs.com/hnrainll/archive/2011/06/01/2067266.html 一,在var/www中打开了基本信息设置这个html文件,然后表单内容提交给comment.cgi,又是出现了404,not found,The requested URL /var/www/cgi-bin/comment.cgi was not found on this server。本次问题出在不能用汉字。把html文件中的汉字改成英文后404问题消失。 二,测试cgi时可能出现问题 502 Bad Gateway ......【阅读全文】