资源简介
房地产门户网站源码,界面优雅漂亮,高仿安居客+数据库【原创】。开发环境: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个文件信息
相关资源
- cefSharp实现淘宝自动点击购买事例
- .NET 免费Word类库-Free Spire.Doc for .NET_
- WEB通用权限管理系统源码
- Microsoft.mshtml Dll
- htmlagilityPack html不会乱码
- 留言板,html+后台
- 作业调度Quartz.net源代码
- 一次.net Socket UDP编程
- HttpHelper 苏飞万能框架 V1.9.0.6 源码
- 仿webqq的webos框架zos,基于hoorayos2.0移
- SignalR 2.0 系列:SignalR的高频实时通讯
- WebSocket服务器的.NET实现 SuperWebSocket的
- Aspose.Slides.dll for .Net 14.9.0.0破解版
- 全套移动端_app_页面商城html-demo
- asp.net 上传并预览图片 (LayUI )
- asp操纵数据库简单
- 后台登录界面 (仅登陆html页面)
- 应用程序性能监测器 V2.0 百木破解专
- 天猫精灵对接2(OAuth 搭建).net版本
评论
共有 条评论