91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 5.26MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-09-23
  • 語(yǔ)言: 其他
  • 標(biāo)簽: CRM??C#??

資源簡(jiǎn)介

一個(gè)完整的CRM客戶關(guān)系管理系統(tǒng)源碼+數(shù)據(jù)庫(kù)+文檔,打開(kāi)即用,無(wú)錯(cuò),有詳細(xì)的文檔,畢業(yè)設(shè)計(jì)課程設(shè)計(jì)均可

資源截圖

代碼片段和文件信息

using?System;
using?AjaxPro;
using?Model;
using?BLL;

namespace?WEBUI.Login
{
????///?
????///?登錄頁(yè)
????///?

????public?partial?class?Login?:?System.Web.UI.Page
????{
????????#region?頁(yè)面加載
????????///?
????????///?頁(yè)面加載
????????///?

????????///?
????????///?
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{
????????????//注冊(cè)客服端JS
????????????Utility.RegisterTypeForAjax(typeof(Login));

????????????//查看用戶名是否登錄過(guò)
????????????if?(Request.Cookies[“l(fā)oginUser“]?!=?null)
????????????{
????????????????//賦值
????????????????this.TxtUserName.Value?=?Request.Cookies[“l(fā)oginUser“].Value.ToString();
????????????}
????????}?
????????#endregion

????????#region?用戶登錄
????????[AjaxMethod(HttpSessionStateRequirement.ReadWrite)]//聲明此方法能被客服端代碼所調(diào)用????
????????public?bool?UserLogin(string?userName?string?userPwd)
????????{
????????????//用戶登錄
????????????Sys_user?user?=?new?Sys_userBLL().UserLogin(userName?userPwd);
????????????if?(user?!=?null)
????????????{
????????????????//存Session
????????????????Session[“user“]?=?user;????
????????????
????????????????//設(shè)置Session時(shí)間
????????????????Session.Timeout?=?30;

????????????????return?true;
????????????}
????????????return?false;
????????}?
????????#endregion

????????#region?判斷驗(yàn)證碼
????????[AjaxMethod]//聲明此方法能被客服端代碼所調(diào)用
????????public?bool?SeachIdenify(string?identify)
????????{
????????????//判斷驗(yàn)證碼
????????????if?(Session[“Identify“]?!=?null)
????????????{
????????????????if?(identify.ToLower().Equals(Session[“Identify“].ToString().ToLower()))
????????????????{
????????????????????return?true;
????????????????}
????????????}
????????????return?false;
????????}?
????????#endregion
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????3090??2009-12-16?10:44??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Bas_dictBLL.cs

?????文件??????18432??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\BLL.dll

?????文件?????108032??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\BLL.pdb

?????文件??????44544??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\DAL.dll

?????文件?????122368??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\DAL.pdb

?????文件???????6656??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\DALFactory.dll

?????文件??????24064??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\DALFactory.pdb

?????文件???????7168??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\IDAL.dll

?????文件???????7680??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\IDAL.pdb

?????文件??????29696??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\Model.dll

?????文件???????7680??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\bin\Debug\Model.pdb

?????文件???????3851??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\BLL.csproj

?????文件???????2456??2009-12-19?19:53??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Cst_activityBLL.cs

?????文件???????4256??2009-12-21?22:06??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Cst_customerBLL.cs

?????文件???????1927??2009-12-21?22:26??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Cst_linkmanBLL.cs

?????文件???????1616??2009-12-22?19:37??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Cst_lostBLL.cs

?????文件???????5065??2009-12-23?09:53??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Cst_serviceBLL.cs

?????文件???????8470??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt

?????文件??????17753??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\obj\Debug\BLL.csprojResolveAssemblyReference.cache

?????文件??????18432??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\obj\Debug\BLL.dll

?????文件?????108032??2016-09-05?13:32??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\obj\Debug\BLL.pdb

?????文件???????6701??2016-10-15?09:34??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件???????7680??2009-12-24?11:49??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\obj\Debug\Refactor\BLL.dll

?????文件??????26741??2010-10-19?21:42??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\obj\Debug\ResolveAssemblyReference.cache

?????文件???????1815??2009-12-22?18:09??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\OrdersBLL.cs

?????文件????????824??2009-12-09?22:15??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Orders_lineBLL.cs

?????文件???????1186??2009-12-14?23:30??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\ProductBLL.cs

?????文件???????1362??2009-11-25?08:40??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Properties\AssemblyInfo.cs

?????文件???????4164??2009-12-21?21:35??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Sal_chanceBLL.cs

?????文件???????2474??2009-12-10?11:13??CRM客戶關(guān)系管理系統(tǒng)\項(xiàng)目\CrmSystem\BLL\Sal_planBLL.cs

............此處省略688個(gè)文件信息

評(píng)論

共有 條評(píng)論