PHP和java在web开发上的比较及数据库效率测试
» 阅读全文
Submitted by shf321 on 2010-08-24, 10:55 AM
PHP和java在web开发上的比较及数据库效率测试
» 阅读全文
Submitted by shf321 on 2010-08-19, 14:19 PM
在使用 putty 以及 SSH Secure Shell 登录 linux的时候总是中文乱码。
» 阅读全文
Submitted by shf321 on 2010-08-19, 11:45 AM
安装mysql5的时候,编译报错configure: error: No curses/termcap library found
» 阅读全文
Submitted by shf321 on 2010-08-18, 10:57 AM
The network bridge on device VMnet0 is not running.
The virtual machine will not be able to communicate with the host or with other machines on your network. Virtual device Ethernet0 will start disconnected
» 阅读全文
Submitted by shf321 on 2010-08-16, 15:01 PM
#useradd -G ftp -d /你的目录 -M 用户名
#passwd 用户
#chown 用户名.ftp /你的目录 -R
#chmod 750 /你的目录 -R
#service vsftpd start
» 阅读全文
Submitted by shf321 on 2010-08-10, 16:40 PM
PHP-ExcelReader是一个读取Excel xsl文件内容的一个PHP类。
它的下载网址:http://sourceforge.net/projects/phpexcelreader/
文件名:phpExcelReader.zip
包含两个必需文件:oleread.inc、reader.php。其它文件是一个应用例子,自述文件等
» 阅读全文
Submitted by shf321 on 2010-06-30, 11:33 AM
名人的事业与婚姻问题有着密切的联系,并且历史上有许多历史名人对于个人的事业与婚姻问题持有不同的看法和做法:
» 阅读全文
Submitted by shf321 on 2010-06-28, 15:33 PM
JS+CSS实现图片放大预览效果
» 阅读全文
Submitted by shf321 on 2010-06-24, 16:28 PM
在php中mysql和mysqli有何区别?
» 阅读全文
Submitted by shf321 on 2010-06-07, 15:48 PM
void header ( string string [, bool replace [, int http_response_code]] )
header()是用来发送 HTTP Header的。replace是个可选的参数,指示是否替代一个先期相似的header,
或者增加第2个相同类型的header。默认的是替代,但是如果你传递FALSE参数给第2个参数(即replace),你
能强制使用多个相同类型的header
» 阅读全文