• 大小: 2.14M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: jQuery  UI  easyui  JQ  

资源简介

简单的easyui跟数据库的交互,包括登录系统,查询修改和删除数据

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Collections.Generic;

using WikEasyUIDemo.Model;
namespace WikEasyUIDemo.BLL
{
    /// 
    /// User
    /// 

    public partial class User
    {
        private readonly WikEasyUIDemo.DAL.User dal = new WikEasyUIDemo.DAL.User();
        public User()
        { }
        #region  Method
        /// 
        /// 是否存在该记录
        /// 

        public bool Exists(int ID)
        {
            return dal.Exists(ID);
        }

        /// 
        /// 增加一条数据
        /// 

        public int Add(WikEasyUIDemo.Model.User model)
        {
            return dal.Add(model);
        }

        /// 
        /// 更新一条数据
        /// 

        public bo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-02-05 10:23  jQueryEasyUIExample\
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\BLL\
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\BLL\bin\
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\BLL\bin\Debug\
     文件        6144  2017-10-20 11:39  jQueryEasyUIExample\BLL\bin\Debug\BLL.dll
     文件       15872  2017-10-20 11:39  jQueryEasyUIExample\BLL\bin\Debug\BLL.pdb
     文件        8704  2017-10-20 11:39  jQueryEasyUIExample\BLL\bin\Debug\DAL.dll
     文件       17920  2017-10-20 11:39  jQueryEasyUIExample\BLL\bin\Debug\DAL.pdb
     文件       15360  2017-10-20 11:39  jQueryEasyUIExample\BLL\bin\Debug\DBUtility.dll
     文件       44544  2017-10-20 11:39  jQueryEasyUIExample\BLL\bin\Debug\DBUtility.pdb
     文件        5120  2017-10-20 11:39  jQueryEasyUIExample\BLL\bin\Debug\Model.dll
     文件       15872  2017-10-20 11:39  jQueryEasyUIExample\BLL\bin\Debug\Model.pdb
     文件        2661  2012-06-21 11:01  jQueryEasyUIExample\BLL\BLL.csproj
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\BLL\obj\
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\BLL\obj\Debug\
     文件        3785  2017-10-20 11:39  jQueryEasyUIExample\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
     文件       12166  2017-10-20 11:39  jQueryEasyUIExample\BLL\obj\Debug\BLL.csprojResolveAssemblyReference.cache
     文件        6144  2017-10-20 11:39  jQueryEasyUIExample\BLL\obj\Debug\BLL.dll
     文件       15872  2017-10-20 11:39  jQueryEasyUIExample\BLL\obj\Debug\BLL.pdb
     文件        5954  2018-02-05 10:25  jQueryEasyUIExample\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件        8771  2014-04-04 14:23  jQueryEasyUIExample\BLL\obj\Debug\ResolveAssemblyReference.cache
     目录           0  2014-04-04 14:14  jQueryEasyUIExample\BLL\obj\Debug\TempPE\
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\BLL\Properties\
     文件        1348  2012-06-21 11:01  jQueryEasyUIExample\BLL\Properties\AssemblyInfo.cs
     文件        4091  2012-06-21 11:01  jQueryEasyUIExample\BLL\User.cs
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\DAL\
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\DAL\bin\
     目录           0  2017-12-26 13:55  jQueryEasyUIExample\DAL\bin\Debug\
     文件        8704  2017-10-20 11:39  jQueryEasyUIExample\DAL\bin\Debug\DAL.dll
     文件       17920  2017-10-20 11:39  jQueryEasyUIExample\DAL\bin\Debug\DAL.pdb
     文件       15360  2017-10-20 11:39  jQueryEasyUIExample\DAL\bin\Debug\DBUtility.dll
............此处省略457个文件信息

评论

共有 条评论