深圳升蓝软件
数据库开发 .Net技术  |  ASP技术 PHP技术 JSP技术 应用技术类   
Hiblue Software

用asp.net写的论坛程序


March 25,2004
<big>这是一个用asp.net写的论坛程序,虽然简单但可以运行。</big>

<big>这个程序的编程思想其实还是基本延续了asp的方式,如果让那只大鸟儿看见可能要嘘之以鼻。但实际上这种方式对于asp程序向asp.net的快速移植还是有用的。如果你对这种移植不屑那也没办法,这个贴子就算给asp.net刚入门的小虾们开开眼。</big>

<big>这个例子包含3部分</big>

<big>1)forum.aspx-论坛主页。</big>

<big>2)reply.aspx-当在论坛主页中点击一个贴子时调用,显示贴子详细内容。</big>

<big>3)postmessage.aspx-上贴时调用,将内容保存入数据库</big>

<font color=#006699><u><b><big>数据库结构 </big></b></u></font>  <table class=ubb cellspacing=0><tr><td class=ubb>Table - newpost :This table will contain the New Topic posted messages</td></tr><tr><td class=ubb>postid (primary key) </td><td class=ubb>The unique id for each new topic.</td></tr><tr><td class=ubb>name</td><td class=ubb>The name of the author of the message.</td></tr><tr><td class=ubb>email</td><td class=ubb>E-mail address of the author.</td></tr><tr><td class=ubb>subject</td><td class=ubb>Subject of the message.</td></tr><tr><td class=ubb>ip</td><td class=ubb>IP address of the author.</td></tr><tr><td class=ubb>date</td><td class=ubb>Date / Time of the Post</td></tr><tr><td class=ubb>message</td><td class=ubb>Message posted.</td></tr><tr><td class=ubb>replies</td><td class=ubb>Number of replies to the post (if any)</td></tr><tr><td class=ubb>views</td><td class=ubb>Number of times the message has been viewed. </td></tr></table>

<table class=ubb cellspacing=0><tr><td class=ubb>Table - reply :This table will contain the Replies made to the new topics.</td></tr><tr><td class=ubb>replyid (primary key)</td><td class=ubb>The unique id for each reply.</td></tr><tr><td class=ubb>name</td><td class=ubb>Name of the author.</td></tr><tr><td class=ubb>email</td><td class=ubb>E-mail address of the author.</td></tr><tr><td class=ubb>subject</td><td class=ubb>Subject of the post</td></tr><tr><td class=ubb>ip</td><td class=ubb>IP of the author.</td></tr><tr><td class=ubb>date</td><td class=ubb>Date / Time of post.</td></tr><tr><td class=ubb>message</td><td class=ubb>Message posted.</td></tr><tr><td class=ubb>postid</td><td class=ubb>postid from the "newpost" table for which this message is a reply.</td></tr></table></p><p><CENTER></center></p>
       
       
Copyright © 2001-2008 Shenzhen Hiblue Software Team All rights reserved