資源簡介
asp.net動態js菜單(動態菜單+靜態菜單+數據庫),權限已有,連接數據庫,運行項目,到菜單頁面,f12就都代碼都看到了。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Data;
using?Mycems.DAL;
using?Mycems.Model;
namespace?Mycems.BLL
{
????public?class?SystemLogManager
????{
????????//創建SystemLogService對象_systemlogser
????????private?SystemLogService?_systemLogser;
????????public?SystemLogManager()
????????{
????????}
????????///?
????????///?獲取SystemLogService實例
????????///?
????????public?SystemLogService?SystemLogSer
????????{
????????????get
????????????{
????????????????return?_systemLogser?!=?null???_systemLogser?:?new?SystemLogService();
????????????}
????????}
????????///?
????????///?獲取最新日志編號
????????///?
????????///?
????????public?object?GetLastLogNo()
????????{
????????????return?SystemLogSer.GetLastLogNo();
????????}
????????///?
????????///?獲取系統日志信息
????????///?
????????///?
????????///?
????????///?
????????public?DataTable?GetSystemLogs(string?filedNamestring?condition)
????????{
????????????return?SystemLogSer.GetDataTable(filedName?condition);
????????}
????????public?SystemLog?GetSystemLog(string?filedName?string?condition)
????????{
????????????return?SystemLogSer.GetModel(filedName?condition);
????????}
????????public?bool?UpdateSystemLog(SystemLog?systemLog)
????????{
????????????return?SystemLogSer.Update(systemLog);
????????}
????????public?bool?AddSystemLog(SystemLog?systemLog)
????????{
????????????return?SystemLogSer.Add(systemLog);
????????}
????????public?bool?DelSystemLog(string?LogNos)
????????{
????????????return?SystemLogSer.Delete(LogNos);
????????}
????????public?bool?CheckSystemLogNo(string?systemLogNo)
????????{
????????????return?SystemLogSer.Exists(systemLogNo);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????805??2012-08-03?12:24??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\CEMS_Solution.5.1.ReSharper.user
?????文件???????6023??2012-11-28?09:14??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\CEMS_Solution.sln
????..A..H.????716288??2012-12-03?15:51??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\CEMS_Solution.suo
?????文件???????7168??2012-12-03?15:51??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Debug\Mycems.BLL.dll
?????文件??????26112??2012-12-03?15:51??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Debug\Mycems.BLL.pdb
?????文件??????17920??2012-12-03?15:50??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Debug\Mycems.DAL.dll
?????文件??????42496??2012-12-03?15:50??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Debug\Mycems.DAL.pdb
?????文件???????8192??2012-12-03?15:50??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Debug\Mycems.Model.dll
?????文件??????34304??2012-12-03?15:50??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Debug\Mycems.Model.pdb
?????文件??????33280??2012-11-23?15:18??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Debug\ServicesEntity.dll
?????文件?????116224??2012-11-23?15:18??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Debug\ServicesEntity.pdb
?????文件??????38912??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Release\Mycems.BLL.dll
?????文件?????177664??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Release\Mycems.BLL.pdb
?????文件?????150528??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Release\Mycems.DAL.dll
?????文件?????237056??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Release\Mycems.DAL.pdb
?????文件??????60416??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Release\Mycems.Model.dll
?????文件?????278016??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\bin\Release\Mycems.Model.pdb
?????文件???????4884??2012-11-28?19:50??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\Mycems.BLL.csproj
?????文件????????452??2012-08-03?12:24??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\Mycems.BLL.csproj.user
?????文件???????5818??2012-12-03?15:51??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????23924??2012-12-03?15:51??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Debug\Mycems.BLL.csproj.FileListAbsolute.txt
?????文件???????7168??2012-12-03?15:51??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Debug\Mycems.BLL.dll
?????文件??????26112??2012-12-03?15:51??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Debug\Mycems.BLL.pdb
?????文件???????6382??2012-12-03?15:50??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Debug\ResolveAssemblyReference.cache
?????文件????????722??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Release\Mycems.BLL.csproj.FileListAbsolute.txt
?????文件??????38912??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Release\Mycems.BLL.dll
?????文件?????177664??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Release\Mycems.BLL.pdb
?????文件???????6879??2012-08-03?12:27??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\obj\Release\ResolveAssemblyReference.cache
?????文件???????1376??2012-08-03?12:25??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\Properties\AssemblyInfo.cs
?????文件???????1972??2012-08-03?12:24??asp.net動態js菜單(動態菜單+靜態菜單+數據庫文件)\asp.net動態js菜單\CM1.1\Mycems.BLL\SystemLogManager.cs
............此處省略733個文件信息
評論
共有 條評論