<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet type="text/xsl" href="inc/Templates/rss.xslt" ?>
<rss version="2.0"><channel><title>网页制作学习园地论坛--『 免费代码及编程交流 』最新20篇论坛主题-全文</title><link>http://bbs.g168.net/</link><language>zh-cn</language><description>网页制作学习园地论坛</description><copyright>http://www.g168.net</copyright><generator>Rss Generator By Dvbbs.Net</generator><webMaster>web@g168.net</webMaster><image><url>images/LOGO.GIF</url><title>网页制作学习园地论坛</title></image><item><title>谁能帮我看看为什么不能连播MP3</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=45656&amp;Page=1</link><author>sort00</author><pubDate>2010-8-10 13:34:03</pubDate><description><![CDATA[<p><font face="Verdana">跪求高手帮忙看一下哪里出了问题，我的网页播放器无法连续播放，放完一首歌之后就自动停止了！</font></p>
	<p><font face="Verdana"></font>&nbsp;</p>
	<p><font face="Verdana"></font>&nbsp;</p>
	<p><font face="Verdana">var s_list,cookiestr,TotalSongs,M_sid,newi,oldi;<br/>newi = 1;<br/>var s_list = "";<br/>function showItem(o1,o2){<br/>&nbsp;$("itemtHIS").className="";<br/>&nbsp;$("itemtTOP").className="";<br/>&nbsp;$("LList").style.display = "none";<br/>&nbsp;$("classTop").style.display = "none";<br/>&nbsp;o2.className="this";<br/>&nbsp;$(o1).style.display = "block";<br/>};<br/>function Insertsong(musicId){<br/>&nbsp;var songstr;<br/>&nbsp;songstr=eval("u" + musicId)+"|"+musicId+"|"+eval("n" + musicId)+"|"+eval("t" + musicId)+"|"+eval("s" + musicId);<br/>&nbsp;var tstr;<br/>&nbsp;tstr = songstr.split("|");<br/>&nbsp;if(tstr.length &gt;= 4){<br/>&nbsp;&nbsp;if (cookiestr == null)<br/>&nbsp;&nbsp;&nbsp;cookiestr = songstr;<br/>&nbsp;&nbsp;else<br/>&nbsp;&nbsp;&nbsp;cookiestr = cookiestr + "#Ylmv#" + songstr;<br/>&nbsp;&nbsp;InitList();<br/>&nbsp;}<br/>};<br/>function InitList(){<br/>&nbsp;var songarray,htmlstr,i,tstr,ttstr;<br/>&nbsp;htmlstr = "";<br/>&nbsp;songarray = cookiestr.split("#Ylmv#");<br/>&nbsp;TotalSongs = 0;<br/>&nbsp;for(var i=0;i&lt;songarray.length;i++){<br/>&nbsp;&nbsp;TotalSongs+= 1;<br/>&nbsp;&nbsp;tstr = songarray[i].split("|");<br/>&nbsp;&nbsp;ttstr = "&amp;nbsp;"+TotalSongs + ". " + tstr[2];<br/>&nbsp;&nbsp;htmlstr += "&lt;li id=\"music_"+TotalSongs+"\" class=\"\" title=\""+tstr[2]+"\" isdel=\"0\" singer=\""+tstr[4]+"\" mid=\""+tstr[1]+"\" mt=\""+tstr[3]+"\" url=\""+tstr[0]+"\" onMouseOver=\"COver(this);\" onMouseOut=\"COut(this);\"&gt;&lt;span&gt;&lt;a href=\"#\" onclick=\"del(music_"+TotalSongs+")\" id=\"del_"+TotalSongs+"\" title=\"删除\/恢复\"&gt;√&lt;/a&gt;&lt;/span&gt;&lt;a href=\"javascript:myplay(music_"+TotalSongs+")\"&gt;"+ttstr+"&lt;/a&gt;&lt;/li&gt;";<br/>&nbsp;}<br/>&nbsp;$("LplayList").innerHTML=htmlstr;<br/>};<br/>function myplay(t){<br/>&nbsp;var obj;<br/>&nbsp;obj = eval("music_"+ newi);<br/>&nbsp;obj.className="";<br/>&nbsp;obj = eval(t);<br/>&nbsp;M_sid = obj.mid;<br/>&nbsp;Ylmv_Player.url = s_list + obj.url;<br/>&nbsp;obj.className="f";<br/>&nbsp;newi = obj.id.substr(6)*1;<br/>&nbsp;var ia=newi-1;<br/>&nbsp;var ib=newi+1;<br/>&nbsp;if(newi&lt;2)ia=TotalSongs;<br/>&nbsp;if(newi&gt;=TotalSongs)ib=1;<br/>&nbsp;document.title="歌曲连播( " + obj.title + " ) ";<br/>&nbsp;$("songName").innerHTML ="您正在试听：" + obj.title;<br/>&nbsp;$("doFAV_Down").innerHTML ="&lt;a class=\"abuts\" target=\"box\" href=\""+web_url+"User/User_Addcollect.asp?collect="+M_sid+"\"&gt;收藏歌曲&lt;/a&gt; &lt;a class=\"abuts\" target=\"box\" href=\""+web_url+"Down.asp?id="+M_sid+"\"&gt;下载歌曲&lt;/a&gt;";<br/>&nbsp;$("lastSong").innerHTML="上一首：&lt;a href='#none' &gt;"+eval("music_"+ ia).title+"&lt;/a&gt;";<br/>&nbsp;$("nextSong").innerHTML="下一首：&lt;a href='#none' &gt;"+eval("music_"+ ib).title+"&lt;/a&gt;";<br/>&nbsp;$("doHits").innerHTML="&lt;a onClick=\"doHits('"+M_sid+"','upHits')\"&gt;&lt;span&gt;&lt;img src=\""+web_url+"Skin/Skin_02/Images/p_up.gif\"&gt;&lt;/span&gt;&lt;span class=\"wz\"&gt;我喜欢[顶]&nbsp; &lt;/span&gt;&lt;/a&gt;&lt;a onClick=\"doHits('"+M_sid+"','downHits')\"&gt;&lt;span&gt;&lt;img src=\""+web_url+"Skin/Skin_02/Images/p_down.gif\"&gt;&lt;/span&gt;&lt;span class=\"wz tC1\"&gt;不喜欢[踩]&lt;/span&gt;&lt;/a&gt;";<br/>&nbsp;$("doError").innerHTML="&lt;a target=\"error\" href=\""+web_url+"Dj_Error.asp?Ylmv_Com_Show=add&amp;id="+M_sid+"\"&gt; 报告错误&lt;/a&gt;";<br/>&nbsp;$("itemtTOP").innerHTML ="&lt;span id=\"itemtTOP\" onClick=\"showItem('classTop',this);playTopLista("+obj.mt+");\"&gt;试听排行&lt;/span&gt;"<br/>&nbsp;if(((obj.id).substr(6)-1) * 25 &lt; LplayList.scrollTop)<br/>&nbsp;&nbsp;LplayList.scrollTop=((obj.id).substr(6)-1) * 25 ;<br/>&nbsp;if(((obj.id).substr(6)) * 25 &gt;= LplayList.scrollTop+LplayList.style.pixelHeight-1)<br/>&nbsp;&nbsp;LplayList.scrollTop=((obj.id).substr(6)) * 25- LplayList.style.pixelHeight+24;<br/>&nbsp;CHKPlay();<br/>&nbsp;do1Hits(M_sid);<br/>};<br/>function CHKPlay(){<br/>&nbsp;if(Ylmv_Player.PlayState==1 || Ylmv_Player.PlayState==10)<br/>&nbsp;&nbsp;playn();<br/>&nbsp;setTimeout("CHKPlay()",1000);<br/>};<br/>function PlayModer(t){<br/>&nbsp;if($F("playMethod")==1){<br/>&nbsp;&nbsp;$("playMethod").value=2;<br/>&nbsp;&nbsp;t.value="随机播放";<br/>&nbsp;}else if($F("playMethod")==2){<br/>&nbsp;&nbsp;$("playMethod").value=3;<br/>&nbsp;&nbsp;t.value="单曲循环";<br/>&nbsp;}else{<br/>&nbsp;&nbsp;$("playMethod").value=1;<br/>&nbsp;&nbsp;t.value="顺序播放";<br/>&nbsp;}<br/>};<br/>function del(t){<br/>&nbsp;var N=parseInt(t.id.substr(6));<br/>&nbsp;if(t.isdel==0){<br/>&nbsp;&nbsp;t.isdel=1;<br/>&nbsp;&nbsp;$("del_"+N).innerHTML="×";<br/>&nbsp;&nbsp;$("del_"+N).style.color="#26b100";<br/>&nbsp;}else{<br/>&nbsp;&nbsp;t.isdel=0;<br/>&nbsp;&nbsp;$("del_"+N).innerHTML="√";<br/>&nbsp;&nbsp;$("del_"+N).style.color="#f8942d";<br/>&nbsp;}<br/>};<br/>playn = function(){<br/>&nbsp;var obj=eval("music_"+newi);<br/>&nbsp;var N=newi;<br/>&nbsp;if($F("playMethod")!=3){<br/>&nbsp;&nbsp;obj.className="";<br/>&nbsp;&nbsp;if($F("playMethod")==2) N=Math.floor(Math.random()*TotalSongs+1);<br/>&nbsp;&nbsp;do{<br/>&nbsp;&nbsp;&nbsp;N=N+1;<br/>&nbsp;&nbsp;&nbsp;if(N&gt;TotalSongs) N=1;<br/>&nbsp;&nbsp;&nbsp;obj=eval("music_"+N);<br/>&nbsp;&nbsp;}while(obj.isdel==1)<br/>&nbsp;}<br/>&nbsp;myplay(obj);<br/>};<br/>playp = function(){<br/>&nbsp;var obj=eval("music_"+newi);<br/>&nbsp;var N=newi;<br/>&nbsp;if($F("playMethod")!=3){<br/>&nbsp;&nbsp;obj.className="";<br/>&nbsp;&nbsp;if($F("playMethod")==2) N=Math.floor(Math.random()*TotalSongs+1);<br/>&nbsp;&nbsp;do{<br/>&nbsp;&nbsp;&nbsp;N=N-1;<br/>&nbsp;&nbsp;&nbsp;if(N&lt;1) N=TotalSongs;<br/>&nbsp;&nbsp;&nbsp;obj=eval("music_"+N);<br/>&nbsp;&nbsp;}while(obj.isdel==1)<br/>&nbsp;}<br/>&nbsp;myplay(obj);<br/>};<br/>COver=function(t,act){<br/>&nbsp;if(t.className!="f")&nbsp;t.className="over";<br/>};<br/>COut=function(t,act){<br/>&nbsp;if(t.className!="f")&nbsp;t.className="out";<br/>};</font></p>
	<p><font face="Verdana">var xmlHttp;<br/>function createXMLHttpRequest(){<br/>&nbsp;if(window.ActiveXObject){<br/>&nbsp;&nbsp;xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");<br/>&nbsp;}else if(window.XMLHttpRequest){<br/>&nbsp;&nbsp;xmlHttp = new XMLHttpRequest();<br/>&nbsp;}<br/>};<br/>function playTopLista(_id){<br/>&nbsp;$("classTopList").innerHTML = "&lt;li class=\"tC\"&gt;&lt;img src=\""+web_url+"Skin/Skin_02/Images/loading.gif\" /&gt; 正在读取中....&lt;/li&gt;";<br/>&nbsp;createXMLHttpRequest();<br/>&nbsp;xmlHttp.open("get",""+web_url+"Skin/Skin_02/Ajax.asp?action=playTopList&amp;l=d&amp;musicType="+_id);<br/>&nbsp;xmlHttp.onreadystatechange=function(){<br/>&nbsp;&nbsp;if(xmlHttp.readyState == 4){<br/>&nbsp;&nbsp;&nbsp;if(xmlHttp.status == 200){<br/>&nbsp;&nbsp;&nbsp;&nbsp;$("classTopList").innerHTML = unescape(xmlHttp.responseText);<br/>&nbsp;&nbsp;&nbsp;}else alert("网络链失败!");<br/>&nbsp;&nbsp;}<br/>&nbsp;}<br/>&nbsp;xmlHttp.send(null);<br/>};<br/>function doHits(_Id,_do){<br/>&nbsp;createXMLHttpRequest();<br/>&nbsp;xmlHttp.open("post",""+web_url+"Skin/Skin_02/Ajax.asp",true);<br/>&nbsp;xmlHttp.onreadystatechange=function(){<br/>&nbsp;&nbsp;if(xmlHttp.readyState == 4){<br/>&nbsp;&nbsp;&nbsp;if(xmlHttp.status == 200){<br/>&nbsp;&nbsp;&nbsp;&nbsp;$("doHits").innerHTML = unescape(xmlHttp.responseText);<br/>&nbsp;&nbsp;&nbsp;}else alert("网络链接失败");<br/>&nbsp;&nbsp;}<br/>&nbsp;}<br/>&nbsp;xmlHttp.setRequestHeader('Content-type','application/x-www-form-urlencoded');<br/>&nbsp;xmlHttp.send("action=doHits&amp;id="+escape(_Id)+"&amp;dowhat="+escape(_do));<br/>};<br/>function do1Hits(_Id){<br/>&nbsp;createXMLHttpRequest();<br/>&nbsp;xmlHttp.open("post",""+web_url+"Skin/Skin_02/Ajax.asp",true);<br/>&nbsp;xmlHttp.setRequestHeader('Content-type','application/x-www-form-urlencoded');<br/>&nbsp;xmlHttp.send("action=do1Hits&amp;id="+escape(_Id));<br/>};</font></p>
	<p><font face="Verdana"></font>&nbsp;</p>]]></description></item><item><title>求助！ActiveX</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=45156&amp;Page=1</link><author>anillboy</author><pubDate>2010-6-17 22:11:48</pubDate><description><![CDATA[我用deamweaver做了个网页,但运行的时候老是提示是否允许ActiveX控件运行,否则就都不动了 ...有没有什么方法可以让他合法? 详细点 ]]></description></item><item><title>[原创]c#生成html静态文件</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=45036&amp;Page=1</link><author>lyfynnu</author><pubDate>2010-5-21 16:24:56</pubDate><description><![CDATA[<div class="t_msgfont" id="message294">
<div id="firstpost">
<ul class="litype_1" type="1">
<li>public static string UrlFile(string url) 
<li>&nbsp; &nbsp; { 
<li>&nbsp; &nbsp; &nbsp; &nbsp; string info = ""; 
<li>&nbsp; &nbsp; &nbsp; &nbsp; System.Net.WebClient jshow = new System.Net.WebClient(); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; jshow.Headers.Add("Content-Type", "text/html;charset=gb2312"); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; info = System.Text.Encoding.Default.GetString(jshow.DownloadData(url)); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; return info; 
<li>&nbsp; &nbsp; } 
<li>&nbsp; &nbsp; protected void CreateHtml(string id) 
<li>&nbsp; &nbsp; { 
<li>&nbsp; &nbsp; &nbsp; &nbsp; string <span class="t_tag" onclick="tagshow(event)" href="tools/ajax.aspx?t=topicswithsametag&amp;tagid=38">sql</span> = ""; 
<li>&nbsp; &nbsp; &nbsp; &nbsp; if (id == "")&nbsp; //插入新数据 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sql = "select top 1 * from hotnews order by news_id desc"; 
<li>&nbsp; &nbsp; &nbsp; &nbsp; else&nbsp; &nbsp; &nbsp; &nbsp; //更新<a href="http://www.zoesan.com/" target="_blank">http://www.zoesan.com</a> 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sql = "select * from hotnews where news_id='" + id + "'"; 
<li>&nbsp; &nbsp; &nbsp; &nbsp; DataTable da = myyuanyi.DBGetDtataTable(sql); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; if (da.Rows.Count &gt; 0) 
<li>&nbsp; &nbsp; &nbsp; &nbsp; { 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id = da.Rows[0]["news_id"].ToString(); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DateTime de = DateTime.Parse(da.Rows[0]["news_fabutime"].ToString()); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string path = Server.MapPath("/html/" + de.Year.ToString()); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string urlPath = "html/" + de.Year.ToString(); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CreateF(path); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; path += "/" + de.Month.ToString(); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; urlPath += "/" + de.Month.ToString(); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CreateF(path); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; path += "/" + de.Day.ToString(); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; urlPath += "/" + de.Day.ToString(); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CreateF(path); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string content = UrlFile("http://localhost/NewsDetail.aspx?news_id=" + id); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; path = path + "/news_" + id + ".html"; 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; urlPath += "/news_" + id + ".html"; 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!File.Exists(path)) 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; StreamWriter sw = File.CreateText(path); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sw.Close(); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; File.WriteAllText(path, content, System.Text.Encoding.Default); 
<li>
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; File.WriteAllText(path, content, System.Text.Encoding.Default); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.Write("&lt;div&gt;新闻生成静态失败，ID：" + id + "&lt;/div&gt;"); 
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } 
<li>&nbsp; &nbsp; &nbsp; &nbsp; } 
<li>&nbsp; &nbsp; } 
<li>&nbsp; &nbsp; protected void CreateF(string path) 
<li>&nbsp; &nbsp; { 
<li>&nbsp; &nbsp; &nbsp; &nbsp; if (!Directory.Exists(path)) Directory.CreateDirectory(path); 
<li>&nbsp; &nbsp; }<span style="DISPLAY: none; FONT-SIZE: 0px">?n??Ní??nfhot.comK??5??I</span><br/>Powered BY Error 欢迎与本人交流 302777528</li></ul><span style="DISPLAY: none; FONT-SIZE: 0px">?n??Ní??nfhot.comK??5??I</span> </div>

</div>&lt;!--投票部分-->&lt;!--悬赏部分-->]]></description></item><item><title>企业网站建站系统源码下载</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=44911&amp;Page=1</link><author>lovehuahua</author><pubDate>2010-4-23 14:34:47</pubDate><description><![CDATA[<p><a href="http://www.verykk.com/myupfile/xmlcomweb20100423.rar" target="_blank">下载地址</a></p>
	<p>&nbsp;</p>
	<p>ComXmlWeb 站点系统建设说明：</p>
	<p>把所有程序文件拷贝到站点根目录下，设置运行环境为NET2.0，首页默认页为：default.htm</p>
	<p>这里以mytest.com域名为例</p>
	<p>建设<a href="http://www.verykk.com/catalog.asp?cate=4" target="_blank">网站</a>www.mytest.com</p>
	<p>访问首页：www.mytest.com</p>
	<p>出现一个初始站点首页或一个要求注册许可号页面。</p>
	<p>访问后台登陆页：http://www.mytest.com/admin/login.aspx</p>
	<p>初始用户名密码都为admin（建设尽快更改密码，或创建新管理员用户，删除原用户）</p>
	<p>。。。。</p>
	<p>更多内容请看操作说明。</p>]]></description></item><item><title>报纸刊物网站系统（电子报系统）源码下载</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=44910&amp;Page=1</link><author>lovehuahua</author><pubDate>2010-4-23 14:33:05</pubDate><description><![CDATA[<p>不错的一个电子报程序</p>
	<p>&nbsp;</p>
	<p>报纸刊物网站系统（电子报系统）</p>
	<p>&nbsp;</p>
	<p><a href="http://www.verykk.com/myupfile/PaperXmlWeb100420.rar" target="_blank">下载地址</a></p>
	<p>&nbsp;</p>
	<p>-------关于本系统-------<br/>名称：报纸刊物<a href="http://www.verykk.com/catalog.asp?cate=4" target="_blank">网站</a>系统（电子报系统）<br/>版本：PaperXmlWeb 1.0 Build: 09.12.16<br/>-------关于本系统-------</p>
	<p>电子报示例地址：</p>
	<p><a href="http://paper.mhin1999.com/" target="_blank">http://paper.mhin1999.com/</a></p>
	<p><br/>-------系统介绍-------<br/>1，支持多站点模式，最多可支持五个，以适应一站完成建设多个语言，多个分类站点<br/>2，支持多报刊分类<br/>3，支持模板功能，以便更方便的为界面的二次开发<br/>4，站点采用ASP.NET（C#）+XML数据库构架<br/>。。。。。。<br/>-------系统介绍-------</p>
	<p><br/>说明：此系统为本人初始完成版本，可能会出现许多错误及待完善的地方。如果有什么问题可以发邮件给我。<br/>我将会在下一版本中更正，并发布升级补丁。</p>
	<p><br/>使用方法：<br/>把文件复制到根目录下，设置运行环境为NET2.0即可。</p>
	<p>&nbsp;后台登陆地址：/admin/login.aspx<br/>初始登陆用户：admin<br/>初始登陆密码：admin</p>
	<p>建议及时修改用户名及密码</p>
	<p>电子报示例地址：</p>
	<p><a href="http://paper.mhin1999.com/" target="_blank">http://paper.mhin1999.com/</a></p>]]></description></item><item><title>[下载]良精.net企业管理系统破解版</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=43749&amp;Page=1</link><author>web2113</author><pubDate>2009-7-9 17:05:45</pubDate><description><![CDATA[<p><font face="Verdana">良精.net企业管理系统破解版</font></p>
	<p><font face="Verdana">破解时间20090709最新</font></p>
	<p><font face="Verdana">演示地址http://admin.ASp99.cn/LJv39/ch/Index.html</font></p>
	<p><font face="Verdana">下载地址http://www.idcpub.com/uploads/userup/57/124G03264-2P2.rar</font></p>]]></description></item><item><title>[求助]</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=43447&amp;Page=1</link><author>hm_c</author><pubDate>2009-4-18 13:01:00</pubDate><description><![CDATA[<p>请问下各位大虾，我在网上下下载的特效代码，可以实现鼠标在标签上移动时，下面出现不同的内容，现在我想把这种效果加入我已经布局好的表格中，使每个表格里面都可以实现那种效果，我该怎么办？我复制到每其它表格后，效果都不能实现，当只有一个存在时，效果可以实现</p>]]></description></item><item><title>怎么把注册信息写到数据库中？</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=43387&amp;Page=1</link><author>a448419316</author><pubDate>2009-3-27 11:31:19</pubDate><description><![CDATA[麻烦各位帮下忙，怎么具体把一个注册网页的信息写到数据库中去，我是新手希望能写详细点，最好是能给个源代码，不胜感激！！！]]></description></item><item><title>我很想给你们学点东东</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=43302&amp;Page=1</link><author>wangy448</author><pubDate>2009-3-6 1:35:05</pubDate><description><![CDATA[<p>请问有那位哥哥,姐姐可以教我学一下网页的制作和设计QQ554652477,谢谢</p>]]></description></item><item><title>沧海老师---------C/S版本项目实战案例</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=42900&amp;Page=1</link><author>wiii</author><pubDate>2008-12-7 11:47:09</pubDate><description><![CDATA[<br/>分享北风网沧海老师C#之C/S版本项目实战案例<br/>本套课程由北风网沧海老师的C#培训课程，课程全面讲述了C#，从基础讲到一个C/S结构的开发的高手，本套课程现在将课程中项目案例部分公 布给大家学习，项目案例是从第一集开始的，主要是C/S结构的家庭理财软件<br/>下载地址 http://www.ibeifeng.com/read-htm-tid-15976.html&amp;u=44918]]></description></item><item><title>日历控件（web开发）</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=42821&amp;Page=1</link><author>wewewe</author><pubDate>2008-11-25 22:49:32</pubDate><description><![CDATA[<p><font face="Verdana">尚学堂OA全套纳米盘下载<br/>http://www.ibeifeng.com/read.php?tid=2565&amp;u=44918</font></p>
	<p><font face="Verdana">尚学堂 AJAX+XML部分【全套】<br/>http://www.ibeifeng.com/read.php?tid=13&amp;u=44918</font></p>
	<p><font face="Verdana">青岛软件实训-C++培训资料【全】<br/>http://www.ibeifeng.com/read.php?tid=2248&amp;u=44918</font></p>
	<p><font face="Verdana">传智播客 java工作流[1-7集公布了]<br/>http://www.ibeifeng.com/read.php?tid=3972&amp;u=44918</font></p>
	<p><font face="Verdana">强烈推荐世界上最强的日历控件（满足web开发各种需求）<br/>http://www.ibeifeng.com/read.php?tid=2610&amp;u=44918</font></p>]]></description></item><item><title>官方原创---聊天系统开发全程视频（附带代码+说明文档）</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=42820&amp;Page=1</link><author>wewewe</author><pubDate>2008-11-25 22:48:20</pubDate><description><![CDATA[<p><font face="Verdana">官方原创---聊天系统开发全程视频（附带代码+说明文档）<br/>http://www.ibeifeng.com/read.php?tid=699&amp;u=44918</font></p>
	<p><font face="Verdana">尚学堂全套视频课程表<br/>http://www.ibeifeng.com/read.php?tid=3546&amp;u=44918</font></p>
	<p><font face="Verdana">包含shopping,CRM ，OA, DRP,EJB ，JSP&amp;WEBLOGIC,Struts，Spring，&nbsp; Hibernate,Oracle,UML等<br/>http://www.ibeifeng.com/read.php?tid=4480&amp;u=44918</font></p>
	<p><font face="Verdana">尚学堂全套视频介绍.rar<br/>http://www.ibeifeng.com/read.php?tid=3524&amp;u=44918<br/></font></p>]]></description></item><item><title>美工与程序员怎样协作的</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=42609&amp;Page=1</link><author>GingerbreadMan</author><pubDate>2008-11-1 11:28:12</pubDate><description><![CDATA[<p>1.美工做成JPEG图片效果图（多大的呢？800*600？） <br/><br/>2.将JPEG图片切成HTML(用什么工具？怎么做呢？）</p>
	<p>&nbsp;</p>
	<p>3.制作HTML网页（怎样使HTML网页与JPG图片一样的效果呢？总不能是将原图控件部分替换掉，剩余部分还是用原来切下来的图片吧？）</p>]]></description></item><item><title>大家好</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=42061&amp;Page=1</link><author>～晴兲★烺ふ</author><pubDate>2008-8-2 5:32:12</pubDate><description><![CDATA[<p>大家好</p>]]></description></item><item><title>急需用Dreamweaver创健的框架类型的网页源代码</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=41964&amp;Page=1</link><author>amandawm</author><pubDate>2008-7-18 15:14:41</pubDate><description><![CDATA[如题，有的朋友谢谢了。本人急需用框架制作一个企业报刊网]]></description></item><item><title>[下载]超级优化 网人 2008 SP1 0424 发布！</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=41698&amp;Page=1</link><author>wrjswbt</author><pubDate>2008-6-13 15:12:05</pubDate><description><![CDATA[&nbsp; 
<p>超级优化 网人 2008 SP1 0424 发布！ &nbsp;&nbsp;&nbsp;</p><br/>
	<p>因为这几个版本主要以系统的运行稳定着想， 所以在功能方面并没什么大的改进，主要是对系统的优化，及一些BUG或者不太人性化的地方修改，此次版本在速度上较上版本有了50%左右的提升。</p><br/><br/>
	<p>1，新增短信息空间存贮状态</p>
	<p>2，新增道具取消功能</p>
	<p>3，新增店铺取消认领绑定功能！</p>
	<p>4，重新分布系统缓存，合理利用缓存使系统运行速度达到最佳化</p>
	<p>5，重写JS调用标签，支持系统信息处部调用</p>
	<p>6，新增置顶、商家发布等多种图片标识</p>
	<p>7，新增文章、信息、店铺被收藏次数调用</p>
	<p>8，修复所有已知BUG</p>
	<p>9，... ...</p><br/><br/><br/>
	<p>免费版下载：<a href="http://www.wangren.net/DownLoad/down/Soft/2008/4/514155930305.html" target="_blank">http://www.wangren.net/DownLoad/down/Soft/2008/4/514155930305.html</a>
	</p>
	<p>升级程序下载：<a href="http://www.wangren.net/DownLoad/down/Soft/2008/4/636491256430.html" target="_blank">http://www.wangren.net/DownLoad/down/Soft/2008/4/636491256430.html</a>&nbsp; </p><br/><br/>
	<p>此升级程序支持从网人 SP1 到 0424 的升级，如果您的版本还不是 SP1 请先升级至 2008 SP1</p>
	<p>&nbsp;&nbsp;&nbsp;&nbsp; 此次升级不会对网人用户现有风格影响！</p><br/><br/>
	<p>下面说说具体升级步骤：</p><br/>
	<p>1，在升级前请确认您的系统版本号为 2008 SP1 或者 2008 SP1 0331</p>
	<p>2，请备份你的网站及数据库</p>
	<p>3，将升级包中的所有文件解压放上传覆盖到你的网站上。</p>
	<p>4，修改 inc/data.asp 文件里的数据库连接。</p>
	<p>5，把 UP.asp 升级文件考贝到您的网站根目录下运行并按提示操作。</p>
	<p>6，如果您原版本为 2008 SP1，登录后台进行系统设置</p>
	<p>7，检查根目录下是否存在 install.asp 或 up.asp 文件，如有请手动删除</p>
	<p>8，如果您有整合论坛，请重新在网人系统中做好论坛整合设置。</p>
	<p>9，升级完成</p><br/><br/>]]></description></item><item><title>请教大家，网站上的投票项目怎么做啊！</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=41060&amp;Page=1</link><author>deanqian</author><pubDate>2007-12-19 14:23:52</pubDate><description><![CDATA[<p>请教大家，网站上的投票项目怎么做啊！</p><p>请各位大侠帮忙啦！</p><p></p>]]></description></item><item><title>哪位好心人提供一下商务网站</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=40767&amp;Page=1</link><author>lelekj</author><pubDate>2007-11-18 18:49:19</pubDate><description><![CDATA[<p>现在我们需要自己制作 一个跟阿里巴巴,慧聪网,这一类的B2B商务网站<br/>要拥有企业库,会员发布供应信息,求购信息(默认看不到求购企业的联系方式,需要登录后才看得到)等等</p><p>这样的网站该怎么下手?<br/>有没有模版或其它可以帮助到的方法.....要是有高手自己做了一个这样的网站的模版能够打包发过来供享一下太感谢了!</p><p>本人的邮箱地址:<a href="mailto:lelekj@163.com" target="_blank">lelekj@163.com</a></p>]]></description></item><item><title>会员登入怎么做啊??</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=40652&amp;Page=1</link><author>pangxiaobo</author><pubDate>2007-11-10 13:21:47</pubDate><description><![CDATA[&nbsp;&nbsp;&nbsp; 各位计算机高手教教小弟吧,我想用ACEESS与ASP制作会员注册 会员登入功能!&nbsp;&nbsp; 那位大哥&nbsp; 大姐 能教教我啊??????]]></description></item><item><title>[求助]图片新闻播放器--设置问题</title><link>http://bbs.g168.net/dispbbs.asp?BoardID=11&amp;ID=40516&amp;Page=1</link><author>zsy2565</author><pubDate>2007-11-1 11:34:28</pubDate><description><![CDATA[<p><img src="http://photo1.bababian.com/upload4/20071101/7D9B465422A423EB2D48140CAD190E0C.jpg" border="0" onload="imgresize(this);" style="cursor:pointer;" alt="图片点击可在新窗口打开查看" onclick="javascript:window.open(this.src);"/></p><p>这个是效果图,也就是我想做成的样子.可是现在我得到的图片新闻播放器是这样的...</p><p></p><p><img src="http://photo1.bababian.com/upload4/20071101/E1C0432C3F9E9B67A5A851A2ECBDB7C9.jpg" border="0" onload="imgresize(this);" style="cursor:pointer;" alt="图片点击可在新窗口打开查看" onclick="javascript:window.open(this.src);"/></p><p>这个和上面的有所不同,它的文字叙述-就是灰色框里有33333333333的那块儿~在下面而我想给它弄图片的右边.</p><p>还有播放顺序也就是红色框里1 2 3 4 5,我想把它的位置弄到文字叙述的上面,这样就可以和上面的一样了...</p><p>这个图片播放器是有后台的,这是后台下载...请高手帮下忙~~设置一下,然后告诉我怎么弄的~先在这里谢过~~~</p><p><a href="http://1.py99.net/ftp/54/1101_19b06YAwzS.rar" target="_blank">http://1.py99.net/ftp/54/1101_19b06YAwzS.rar</a></p>]]></description></item></channel></rss>
