点击排行
|
评论排行
|
13
May
Mysql+Apche+PHP+Phpmyadmin+Zend安装教程
分类:网络生活 出处:本站原创
一、安装Apache_2.0.53
1. 运行apache_2.0.53-win32-x86-no_ssl.msi
(1) Network domain和Server Name:网站的domain name,例www.aaa.com.cn,推荐填localhost,server name也为 localhost,类推。
(2) Administrator's Email Address:管理者电子邮件。
(3) 选for All Users, on port 80, as a Service。(对本机所有用户有效)
(4) The installation type:选typical。
1. 运行apache_2.0.53-win32-x86-no_ssl.msi
(1) Network domain和Server Name:网站的domain name,例www.aaa.com.cn,推荐填localhost,server name也为 localhost,类推。
(2) Administrator's Email Address:管理者电子邮件。
(3) 选for All Users, on port 80, as a Service。(对本机所有用户有效)
(4) The installation type:选typical。
13
May
网页中添加音乐播放器的方法(可选是否启用)
分类:网络生活 出处:本站原创
1、将如下代码用记事本保存为music.html文件放于你的网站目录下
<html>
<head>
<title>你的网站名称</title>
</head>
<frameset rows='*,30' frameborder=0 framespacing=0 name=fst>
<frame frameborder=0 src="你的网站网址"></frame>
<frame frameborder=0 noresize scrolling=no src="http://qjhwqs.home4u.china.com/othe...
</frameset>
</html>
<head>
<title>你的网站名称</title>
</head>
<frameset rows='*,30' frameborder=0 framespacing=0 name=fst>
<frame frameborder=0 src="你的网站网址"></frame>
<frame frameborder=0 noresize scrolling=no src="http://qjhwqs.home4u.china.com/othe...
</frameset>
</html>





