資源簡介
房地產門戶網站源碼,界面優雅漂亮,高仿安居客+數據庫【原創】。開發環境:vs2008+sql2005。
1、支持新房,新樓盤,小區,二手房,租房小區發布,編輯,修改功能&dec;
2、支持積分,發布房源、發布論壇帖子可獲得積分,積分可交易,對換收費功能&dec;
3、支持GOOGLE地圖搜索房源,可在地圖內植入廣告,帶來更多經濟收入&dec;
4、支持上下架,下架房源將自動隱藏&dec;
5、支持地鐵,區域,面積,房型、價格,支持拼音等眾多搜索功能&dec;
6、自動統計房源和小區據數,動態生成&def;自動生成房價圖&dec;
7、對中介門店、紀經人支持審核,認證、編輯,修改功能&dec;
8、站內有配套的BBS系統,添加、修改,刪除&dec;
9、站內支持多權限管理,分為:超級管理員&def;普通管理員&def;員工,同時你還可以自定義權限&dec;
10、采用DIV+CSS布局,偽靜態,自動成HTML,增強GOOGLE、百度收錄
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?House.Components.DAL.DataProvider;
using?House.Components.DAL.Model;
namespace?House.Components.AdminCenter
{
????public?class?SystemManageCommon
????{
????????private?static?SystemManageDataProvider?DAL?=?new?SystemManageDataProvider();
????????public?static?Admin_User?GetAdminUserInfo(string?userName?string?password)
????????{
????????????return?DAL.GetAdminUserInfo(userName?password);
????????}
????????public?static?Admin_User?GetAdminUserInfo(int?userID)
????????{
????????????return?DAL.GetAdminUserInfo(userID);
????????}
????????public?static?Admin_User?GetAdminUserInfo(string?userName)
????????{
????????????return?DAL.GetAdminUserInfo(userName);
????????}
????????public?static?OperationStatus?CreateAdminUser(Admin_User?user)
????????{
????????????return?DAL.CreateAdminUser(user);
????????}
????????public?static?OperationStatus?AdminUserChangePassword(Admin_User?user?params?object[]?objs)
????????{
????????????Admin_User?tUser?=?DAL.GetAdminUserInfo(user.UserID);
????????????if?(objs?!=?null?&&?objs[0]?!=?null)
????????????{
????????????????string?oldpwd?=?objs[0]?as?string;
????????????????if?(oldpwd?!=?tUser.PassWord)
????????????????{
????????????????????return?new?OperationStatus(false?“原密碼錯誤“);
????????????????}
????????????}
????????????return?DAL.AdminUserChangePassword(user);
????????}
????????public?static?OperationStatus?DeleteAdminUser(int?userID)
????????{
????????????return?DAL.DeleteAdminUser(userID);
????????}
????????public?static?List?GetAdminUserList()
????????{
????????????return?DAL.GetAdminUserList();
????????}
????????public?static?Admin_Role?GetUserRoleInfo(int?userID)
????????{
????????????return?DAL.GetUserRoleInfo(userID);
????????}
????????public?static?Admin_Module?GetAdminModule(int?moduleID)
????????{
????????????return?DAL.GetAdminModule(moduleID);
????????}
????????public?static?OperationStatus?DeleteAdminModule(int?id)
????????{
????????????return?DAL.DeletAdminModule(id);
????????}
????????public?static?List?GetAdminModuleList()
????????{
????????????return?DAL.GetAdminModuleList();
????????}
????????public?static?List?GetModulePageList(int?moduleID)
????????{
????????????return?DAL.GetAdminModulePageList(moduleID);
????????}
????????public?static?Admin_Page?GetAdminPage(int?pageID)
????????{
????????????return?DAL.GetAdminPage(pageID);
????????}
????????public?static?List?GetAdminPageList()
????????{
????????????return?DAL.GetAdminPageList();
????????}
????????public?static?OperationStatus?CreateAdminRole(Admin_Role?role)
????????{
????????????return?DAL.CreateAdminRole(role);
????????}
????????public?static?OperationStatus?DeleteAdminRole(int?roleID)
????????{
????????????return?DAL.DeleteAdminRole(roleID);
????????}
????????public?static?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3398??2009-10-31?22:06??Components\AdminCenter\SystemManageCommon.cs
?????文件????????897??2010-05-07?14:13??Components\App.Config
?????文件??????71680??2009-02-10?14:33??Components\bin\Debug\Away.WAF.dll
?????文件?????404480??2010-05-07?14:37??Components\bin\Debug\House.Components.dll
?????文件????????897??2010-05-07?14:13??Components\bin\Debug\House.Components.dll.config
?????文件?????667136??2010-05-07?14:37??Components\bin\Debug\House.Components.pdb
?????文件??????50688??2009-09-25?19:49??Components\bin\Debug\Newtonsoft.Json.dll
????.......?????71680??2009-02-10?14:33??Components\bin\Release\Away.WAF.dll
?????文件?????385024??2010-01-18?21:30??Components\bin\Release\House.Components.dll
?????文件????????902??2010-01-07?22:38??Components\bin\Release\House.Components.dll.config
?????文件?????544256??2010-01-18?21:30??Components\bin\Release\House.Components.pdb
?????文件??????50688??2009-09-25?19:49??Components\bin\Release\Newtonsoft.Json.dll
?????文件??????13198??2010-01-02?12:10??Components\Business\ba
?????文件???????1786??2009-11-19?00:05??Components\Business\CommunityManage.cs
?????文件???????1779??2009-11-27?17:15??Components\Business\HouseBusiness.cs
?????文件???????1827??2009-11-13?23:07??Components\Business\IntermediaryManage.cs
?????文件???????1287??2009-11-08?17:54??Components\Common\Adminba
?????文件???????1637??2009-10-27?22:28??Components\Common\AdminUserCommon.cs
?????文件???????1315??2009-11-09?23:20??Components\Common\CommonUserba
?????文件???????2785??2010-01-16?23:09??Components\Common\CookieHelper.cs
?????文件???????8642??2009-11-08?11:57??Components\Common\CookiesHelper.cs
?????文件???????2942??2009-10-26?14:40??Components\Common\DESCryptHelper.cs
?????文件???????3235??2009-10-26?22:39??Components\Common\EncyrpteHelper.cs
?????文件??????13889??2009-11-05?10:47??Components\Common\ImageHelp.cs
?????文件???????1818??2009-11-25?16:19??Components\Common\IntermediaryEmployeeba
?????文件???????6205??2009-10-29?23:25??Components\Common\Jsc
?????文件???????4466??2009-11-14?01:29??Components\Common\MessageBox.cs
?????文件???????8064??2009-12-30?22:39??Components\Common\PhotoDivHelper.cs
?????文件???????2812??2009-11-14?23:27??Components\Common\UploadHelp.cs
?????文件???????4231??2009-11-05?11:17??Components\Common\UploadPhotoInfo.cs
............此處省略1413個文件信息
評論
共有 條評論