<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post//</link>
<title><![CDATA[校园BBS与论坛的区别]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[代码编程]]></category>
<pubDate>Tue, 05 Sep 2006 00:14:22 +0000</pubDate> 
<guid>http://www.dzhope.com/post//</guid> 
<description>
<![CDATA[ 
	根据《中华人民共和国计算机信息系统安全保护条例》中对BBS的标准定义： BBS是Bulletin Board System的缩写，翻译成中文叫"电子公告板系统"。由于它独特的形式和强大的功能，受到广大网友的欢迎，并成为全世界计算机用户交流信息的园地。 <br/> &nbsp; 电子公告板使得一个用户可以：选择一个或多个感兴趣的讨论组；周期性地检查是否有新的消息出现在一个讨论话题；用户可以在讨论组馁发送一个帖子以便其它组员阅读；向发送一个帖子的某个组员做回复。 <br/><br/>电子公告板(BBS)系统： <br/>1、中国所有的知名高校都有自己的BBS，均采用firebird系列(smth,ytht等)的系统。其特点在Linux/Unix系统下运行，通过开放源码的方式开发维护，利用教育网内部IP直接实现校际BBS的穿梭、互联。由于BBS都是源于同一个firebird的系统，所以其数据格式统一，现在已经通过中华BBS联盟实现高校间BBS的自由传信。 <br/>2、支持Telnet协议。用户只要能连接到校园网，就可以通过Telnet软件登录到BBS站点上，这种方式使可以同时上站的用户数大大增加，每一个站点同时可以有1000人以上上线。因为Telnet协议的实时性，在线消息发送、聊天非常容易，使多人之间的直接讨论成为可能。 <br/>3、同时兼容用户习惯，开发基于Web的BBS 的www页面。目前各大主流的的BBS系统都推出了自己的WWW页面风格，最早是由交大开发的基于firebird的WWW传统风格的页面，现在由水木清华开发的wForum的类动网界面的论坛风格。 <br/>4、高校BBS的命名也已经成为惯例，均是以bbs开头的校内二级域名，例如清华大学的水木清华BBS站，则为：bbs.tsinghua.edu.cn，以下列出了一些国内知名高校的BBS域名： <br/><br/>清华大学 &nbsp; 水木清华 &nbsp; &nbsp; bbs.tsinghua.edu.cn &nbsp; &nbsp; telnet/www/wForum <br/>浙江大学 &nbsp; 海纳百川站 &nbsp; bbs.zju.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>复旦大学 &nbsp; 日月光华站 &nbsp; bbs.fudan.edu.cn &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>同济大学 &nbsp; 同舟共济站 &nbsp; bbs.tongji.edu.cn &nbsp; &nbsp; &nbsp; telnet/www/wForum <br/>北京大学 &nbsp; 北大未名站 &nbsp; bbs.pku.end.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>南京大学 &nbsp; 南大小百花 &nbsp; bbs.nju.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>东南大学 &nbsp; 虎踞龙盘站 &nbsp; bbs.seu.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>山东大学 &nbsp; 岱北灵泉站 &nbsp; bbs.sdu.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>济南大学 &nbsp; 柳岸泉涌站 &nbsp; bbs.sdibm.edu.cn &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>厦门大学 &nbsp; 鼓浪听涛站 &nbsp; bbs.xmu.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>福州大学 &nbsp; 庭芳苑 &nbsp; &nbsp; &nbsp; bbs.fzu.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/>深圳大学 &nbsp; 荔园晨风 &nbsp; &nbsp; bbs.szu.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;telnet/www <br/><br/><br/><br/>论坛(forum) 的特点： <br/>1、论坛(forum)是在基于网页浏览器中的www留言板功能的基础上发展起来的。论坛是网站的衍生品，一般没有其自己的服务器（也无需自己的服务器），采取外挂在别人服务器上（一般也没有独立的IP和数据库），小论坛一般租用windows的web服务器和数据库，其安全性和稳定性都不高。各个高校论坛的数据格式定义炯异，风格各异，所以无法实现校际的穿梭和传信。 <br/>2、论坛不支持支持Telnet协议。一个普通的论坛如果容纳100人以上上线的话，就已经显得非常沉重了。因为其基于TCP/IP的www协议，而非更实时的telnet协议，在线消息发送、聊天都会造成延时，在人数多的情况下更是无法忍受。 <br/>4、如果在Internet上访问，则论坛需要外挂在Internet的服务器上；如果使用虚拟IP在校园网内访问（例如浙大的校内论坛缘网），则校外无法访问。因为论坛是通过Internet的服务，不是通过教育网内部的连接，其访问速度受到影响。 <br/>5、各高校都有自己的论坛，论坛的命名比较随意。一般是以站长或者网友的兴趣来命名，没有统一的格式和要求，有的是以forum开头的校内二级域名，也有的是以自己随便申请的域名。以下列出了一些国内知名高校的论坛域名： <br/>辽宁师范大学 &nbsp; &nbsp;辽师大论坛 &nbsp; &nbsp; &nbsp;forum.lnnu.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; web <br/>武汉大学 &nbsp; &nbsp; &nbsp; &nbsp;未来论坛 &nbsp; &nbsp; &nbsp; &nbsp;forum.future.org.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; web <br/>武汉理工大学 &nbsp; &nbsp;理工大论坛 &nbsp; &nbsp; &nbsp;forum.whut.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; web <br/>博客中国 &nbsp; &nbsp; &nbsp; &nbsp;博客论坛： &nbsp; &nbsp; &nbsp;forum.blogchina.com &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; web/自编代码 <br/>新华网 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;新华网论坛 &nbsp; &nbsp; &nbsp;forum. xinhuanet.com &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web/自编代码 <br/>上海交大 &nbsp; &nbsp; &nbsp; &nbsp;交大青年 &nbsp; &nbsp; &nbsp; &nbsp;jdqn.sjtu.info &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web <br/>宁波大学 &nbsp; &nbsp; &nbsp; &nbsp;宁大社区 &nbsp; &nbsp; &nbsp; &nbsp;mynbu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web/动网 <br/>湖南大学 &nbsp; &nbsp; &nbsp; &nbsp;湖南大学论坛 &nbsp; &nbsp;hnubbs.com &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web <br/>中南民族大学 &nbsp; &nbsp;南湖虫子论坛 &nbsp; &nbsp;nanhubbs.com &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web/动网 <br/>宁波万里 &nbsp; &nbsp; &nbsp; &nbsp;万里鹏程论坛 &nbsp; &nbsp;wlt.zjwu.net &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web/自编代码 <br/>浙江大学宁波理工 星光论坛 &nbsp; &nbsp;mynit.net/wdb/ &nbsp; &nbsp; &nbsp;web/自编代码 <br/>重庆大学 &nbsp; &nbsp; &nbsp; &nbsp;下午茶论坛 &nbsp; &nbsp; &nbsp;forum.cqu.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web <br/>北京大学 &nbsp; &nbsp; &nbsp; &nbsp;中文论坛 &nbsp; &nbsp; &nbsp; &nbsp;chinese.pku.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web <br/>北京大学 &nbsp; &nbsp; &nbsp; &nbsp;新青年论坛 &nbsp; &nbsp; &nbsp;newyouth.beida-online.com &nbsp; &nbsp; &nbsp; web <br/>北京大学 &nbsp; &nbsp; &nbsp; &nbsp;北大在线 &nbsp; &nbsp; &nbsp; &nbsp;beida-online.com &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web <br/>南京医科大学 &nbsp; &nbsp;蒲公英论坛 &nbsp; &nbsp; &nbsp;pgy.njmu.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; web <br/>南京农业大学 &nbsp; &nbsp;心苑论坛 &nbsp; &nbsp; &nbsp; &nbsp;heart.njau.edu.cn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; web <br/>浙江大学 &nbsp; &nbsp; &nbsp; &nbsp;缘网论坛 &nbsp; &nbsp; &nbsp; &nbsp;wjf.zupo.edu.cn(内部） &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;web/自编代码 <br/><br/><br/>Tags - <a href="http://www.dzhope.com/tags/bbs/" rel="tag">bbs</a> , <a href="http://www.dzhope.com/tags/%25E8%25AE%25BA%25E5%259D%259B/" rel="tag">论坛</a>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post//#blogcomment</link>
<title><![CDATA[[评论] 校园BBS与论坛的区别]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.dzhope.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>