• 大小: 7.6MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-15
  • 语言: 其他
  • 标签: 毕业设计  

资源简介

偶的毕业设计,纯属原创 写的很详细,代码也很规范 希望对大家有用

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;

using Demo.Entity;
using NG.UP.DataServices;

namespace Demo.DataAccess
{
    public class BillingWayDac
    {
        public DataTable GetAllBillingWay()
        {
            DataTable dt = new DataTable();
            string sqlStr = “select StartingPrice StartingTime OverTimePrice AddPointPerTen TypeName from BillingWay“;
            dt = DbHelper.GetDataTable(sqlStr);
            return dt;
        }
        public void AddBillingWay(BillingWayEntity entity)
        {
            string sql = string.Format(“Insert into BillingWay(TypeIdTypeNameStartingPriceStartingTimeOverTimePriceAddPointPerTen) values (‘{0}‘‘{1}‘‘{2}‘‘{3}‘‘{4}‘‘{5}‘)“
                entity.TypeName entity.TypeId entity.StartingPrice entity.StartingTime entity.OverTimePrice entity.AddPointPerTen);
            DbHelper.ExecuteNonQuery(sql);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     283648  2011-06-07 18:27  07057435 谢宁波  软件\台球厅计时收费管理系统说明书.doc

     文件       1000  2011-06-03 23:40  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\BillingWayDac.cs

     文件       1328  2011-06-03 12:54  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\BillsDac.cs

     文件      10752  2011-06-03 23:46  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\Demo.DataAccess.dll

     文件      32256  2011-06-03 23:46  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\Demo.DataAccess.pdb

     文件       8704  2011-06-03 23:46  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\Demo.Entity.dll

     文件      42496  2011-06-03 23:46  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\Demo.Entity.pdb

     文件      11776  2009-02-03 09:57  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\en-us\NG.resources.dll

     文件      24576  2010-04-14 18:37  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.Aop.dll

     文件      65536  2010-02-23 16:47  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.Data.dll

     文件     102400  2010-11-15 16:20  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.dll

     文件      24576  2010-11-15 17:23  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.Log.dll

     文件       5613  2008-08-21 11:31  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.Log.xml

     文件      49152  2010-06-22 15:28  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.UP.DataServices.dll

     文件      91054  2010-04-14 20:15  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.xml

     文件      11776  2009-02-03 09:57  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\zh-cn\NG.resources.dll

     文件        330  2011-05-11 10:38  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\ConnString.cs

     文件       4356  2011-06-03 03:21  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\CustomerDac.cs

     文件       3279  2011-06-03 12:48  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\Demo.DataAccess.csproj

     文件        698  2011-05-22 21:52  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\GoodsDac.cs

     文件       1407  2011-06-01 16:06  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\Demo.DataAccess.csproj.FileListAbsolute.txt

     文件      10752  2011-06-03 23:46  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\Demo.DataAccess.dll

     文件      32256  2011-06-03 23:46  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\Demo.DataAccess.pdb

     文件       4608  2011-06-03 23:18  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\Refactor\Demo.DataAccess.dll

     文件      27064  2011-06-03 23:46  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\ResolveAssemblyReference.cache

     文件       1049  2011-06-03 12:38  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\PrePaidDac.cs

     文件       1386  2011-05-11 10:37  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\Properties\AssemblyInfo.cs

     文件       1501  2011-06-03 10:53  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.DataAccess\SystemUserDac.cs

     文件       1522  2011-06-03 23:32  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.Entity\BillingWayEntity.cs

     文件        929  2011-06-03 13:01  07057435 谢宁波  软件\软件程序\TimingChargeSystem\Demo.Entity\BillsEntity.cs

............此处省略355个文件信息

评论

共有 条评论