資源簡介
基于asp.net和MVC三層架構的小型微博網站,數據庫采用Sqlserver2005,部分前端采用Javascript實現,微博內容采用Jquery和Ajax實現數據的異步。

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Linq;
using?System.xml.Linq;
public?class?Common
{
????//數據庫連接串
????public?const?string?ConnectString?=?“Data?Source=LIANQIDI-PC\\SQLEXPRESS;Initial?Catalog=MicroblogDB;Integrated?Security=SSPI;“;
????//用戶表
????public?const?string?tbUser?=?“tbUser“;
????//用戶圖片表
????public?const?string?tbUserImage?=?“tbUserImage“;
????//微博表
????public?const?string?tbMicroblog?=?“tbMicroblog“;
????//關注表
????public?const?string?tbAttention?=?“tbAttention“;
????//管理員表
????public?const?string?tbManager?=?“tbManager“;
????//tbReview評論表
????public?const?string?tbReview?=?“tbReview“;
????//User存儲過程
????public?const?string?Prc_Register?=?“Prc_Register“;???????????????//用戶注冊
????public?const?string?Prc_Check_Login?=?“Prc_Check_Login“;?????????//用戶登入驗證
????public?const?string?Prc_Setting?=?“Prc_Setting“;????????????????//基本資料修改
????public?const?string?Prc_AddMicroblog?=?“Prc_AddMicroblog“;??????//添加微博
????public?const?string?Prc_ChangePassword?=?“Prc_ChangePassword“;??//修改用戶密碼
????public?const?string?Prc_SendSms?=?“Prc_SendSms“;????????????????//發短信
????public?const?string?Prc_ReadSms?=?“Prc_ReadSms“;??????????????//讀短信
????public?const?string?Prc_GetAddress?=?“Prc_GetAddress“;??????????//獲取用戶地址
????//Sms存儲過程名
????public?const?string?Prc_NewSmsNo?=?“Prc_NewSmsNo“;??????????????//獲取未讀短信條數
????//Microblog存儲過程
????public?const?string?Prc_MicroblogNo?=?“Prc_MicroblogNo“;????????//獲取用戶微博數目
????public?const?string?Prc_MicroblogContent?=?“Prc_MicroblogContent“;//獲取特定微博編號的微博內容
????//tbAttention關注表?存儲過程
????public?const?string?Prc_FansNo?=?“Prc_FansNo“;??????????//獲取用戶粉絲數目
????public?const?string?Prc_FocusNo?=?“Prc_FocusNo“;????????????//獲取用戶關注數目
????public?const?string?Prc_AttentYou?=?“Prc_AttentYou“;????????//關注
????//tbReview評論存儲過程
????public?const?string?Prc_ReviewNo?=?“Prc_ReviewNo“;??????//獲取評論數目
????public?const?string?Prc_AddReview?=?“Prc_AddReview“;????//添加評論
????public?const?string?Prc_ReviewContentList?=?“Prc_ReviewContentList“;????//?獲取評論列表
????//tbUserImage用戶頭像文件名表
????public?const?string?Prc_UpdataImage?=?“Prc_UpdataImage“;????????//上傳或更新圖片
????public?const?string?Prc_GetUserImageName?=?“Prc_GetUserImageName“;??????//獲取用戶頭像文件名
}???
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????25600??2010-04-18?16:39??微博網站項目\Library\bin\Debug\Library.dll
?????文件??????69120??2010-04-18?16:39??微博網站項目\Library\bin\Debug\Library.pdb
?????文件???????2705??2010-04-16?20:58??微博網站項目\Library\DAL\Common.cs
?????文件???????4798??2010-04-16?20:58??微博網站項目\Library\DAL\DataAccess.cs
?????文件???????5337??2010-04-16?20:58??微博網站項目\Library\Entity\Attention.cs
?????文件???????2464??2010-04-16?20:54??微博網站項目\Library\Entity\ClassDiagram.cd
?????文件????????885??2010-04-16?20:58??微博網站項目\Library\Entity\Manager.cs
?????文件???????5712??2010-04-16?20:59??微博網站項目\Library\Entity\Microblog.cs
?????文件???????5380??2010-04-16?20:59??微博網站項目\Library\Entity\Review.cs
?????文件???????3692??2010-04-16?20:59??微博網站項目\Library\Entity\Sms.cs
?????文件??????20681??2010-04-16?20:59??微博網站項目\Library\Entity\User.cs
?????文件???????4169??2010-04-16?21:02??微博網站項目\Library\Entity\UserImage.cs
?????文件???????2992??2010-04-16?20:54??微博網站項目\Library\Library.csproj
?????文件????????304??2010-04-18?16:39??微博網站項目\Library\obj\Debug\Library.csproj.FileListAbsolute.txt
?????文件??????25600??2010-04-18?16:39??微博網站項目\Library\obj\Debug\Library.dll
?????文件??????69120??2010-04-18?16:39??微博網站項目\Library\obj\Debug\Library.pdb
?????文件???????1346??2010-04-16?20:52??微博網站項目\Library\Properties\AssemblyInfo.cs
?????文件????????122??2010-04-18?17:01??微博網站項目\Microblog\Ajax\AjaxAddMicroblog.aspx
?????文件????????466??2010-04-18?17:00??微博網站項目\Microblog\Ajax\AjaxAddMicroblog.aspx.cs
?????文件????????114??2010-04-18?17:01??微博網站項目\Microblog\Ajax\AjaxAttention.aspx
?????文件???????1147??2010-04-18?17:31??微博網站項目\Microblog\Ajax\AjaxAttention.aspx.cs
?????文件????????124??2010-04-18?17:06??微博網站項目\Microblog\Ajax\AjaxChangePassword.aspx
?????文件????????468??2010-04-18?17:03??微博網站項目\Microblog\Ajax\AjaxChangePassword.aspx.cs
?????文件????????120??2010-04-18?16:31??微博網站項目\Microblog\Ajax\AjaxDelMicroblog.aspx
?????文件????????969??2010-04-18?17:31??微博網站項目\Microblog\Ajax\AjaxDelMicroblog.aspx.cs
?????文件??????25600??2010-04-16?21:02??微博網站項目\Microblog\Bin\Library.dll
?????文件??????69120??2010-04-16?21:02??微博網站項目\Microblog\Bin\Library.pdb
?????文件???????9988??2010-04-15?18:46??微博網站項目\Microblog\Default.aspx
?????文件???????3289??2010-04-15?17:37??微博網站項目\Microblog\Default.aspx.cs
?????文件????????424??2010-04-02?12:34??微博網站項目\Microblog\fans.aspx
............此處省略122個文件信息
- 上一篇:簡單的asp.net購物網站
- 下一篇:C#Winform影院售票管理系統數據庫齊全
評論
共有 條評論