在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → .net排队机叫号源代码

.net排队机叫号源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:11.67M
  • 下载次数:49
  • 浏览次数:305
  • 发布时间:2020-07-19
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
.net排队机叫号源代码
【实例截图】
【核心代码】
排队机叫号源代码
├── Backup
│   ├── BLL
│   │   ├── AssemblyInfo.cs
│   │   ├── BLL.csproj
│   │   ├── BLL.csproj.user
│   │   ├── _businessesBll.cs
│   │   ├── _callersBll.cs
│   │   ├── _chooseModesBll.cs
│   │   ├── _configsBll.cs
│   │   ├── _deptsBll.cs
│   │   ├── _deviceLedsBll.cs
│   │   ├── _deviceLogsBll.cs
│   │   ├── _enterpriseTypesBll.cs
│   │   ├── _orderPrivilegesBll.cs
│   │   ├── _ordersBll.cs
│   │   ├── _telephoneOrdersBll.cs
│   │   ├── _tmpnumBll.cs
│   │   ├── _usersBll.cs
│   │   ├── _usersLogsBll.cs
│   │   ├── _usersPrivilegesBll.cs
│   │   ├── _waitingLogsBll.cs
│   │   ├── _waitingsBll.cs
│   │   ├── mpTableBll.cs
│   │   └── 源码必读.pdf
│   ├── Caller
│   │   ├── Caller.csproj
│   │   ├── Caller.csproj.user
│   │   ├── MyCommon.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   ├── Settings.settings
│   │   │   └── 源码必读.pdf
│   │   ├── cnx.ico
│   │   ├── frmCaller.Designer.cs
│   │   ├── frmCaller.cs
│   │   ├── frmCaller.resx
│   │   ├── frmLogin.cs
│   │   ├── frmLogin.designer.cs
│   │   ├── frmLogin.resx
│   │   ├── frmPsw.Designer.cs
│   │   ├── frmPsw.cs
│   │   ├── frmPsw.resx
│   │   ├── frmSelectBusi.Designer.cs
│   │   ├── frmSelectBusi.cs
│   │   ├── frmSelectBusi.resx
│   │   ├── frmSelectWindow.Designer.cs
│   │   ├── frmSelectWindow.cs
│   │   ├── frmSelectWindow.resx
│   │   ├── frmSets.Designer.cs
│   │   ├── frmSets.cs
│   │   ├── frmSets.resx
│   │   ├── logo.ico
│   │   └── 源码必读.pdf
│   ├── DAL
│   │   ├── AssemblyInfo.cs
│   │   ├── DAL.csproj
│   │   ├── DAL.csproj.user
│   │   ├── _businessesDal.cs
│   │   ├── _callersDal.cs
│   │   ├── _chooseModesDal.cs
│   │   ├── _configsDal.cs
│   │   ├── _deptsDal.cs
│   │   ├── _deviceLedsDal.cs
│   │   ├── _deviceLogsDal.cs
│   │   ├── _enterpriseTypesDal.cs
│   │   ├── _orderPrivilegesDal.cs
│   │   ├── _ordersDal.cs
│   │   ├── _telephoneOrdersDal.cs
│   │   ├── _tmpnumDal.cs
│   │   ├── _usersDal.cs
│   │   ├── _usersLogsDal.cs
│   │   ├── _usersPrivilegesDal.cs
│   │   ├── _waitingLogsDal.cs
│   │   ├── _waitingsDal.cs
│   │   ├── mpTableDal.cs
│   │   └── 源码必读.pdf
│   ├── DBUtility
│   │   ├── AssemblyInfo.cs
│   │   ├── CommandInfo.cs
│   │   ├── DBUtility.csproj
│   │   ├── DBUtility.csproj.user
│   │   ├── DESEncrypt.cs
│   │   ├── DbHelperMySQL.cs
│   │   ├── DbHelperOleDb.cs
│   │   ├── DbHelperOra.cs
│   │   ├── DbHelperSQL.cs
│   │   ├── DbHelperSQLP.cs
│   │   ├── OracleHelper.cs
│   │   ├── PubConstant.cs
│   │   ├── SQLHelper.cs
│   │   └── 源码必读.pdf
│   ├── Model
│   │   ├── AssemblyInfo.cs
│   │   ├── Model.csproj
│   │   ├── Model.csproj.user
│   │   ├── _businesses.cs
│   │   ├── _callers.cs
│   │   ├── _chooseModes.cs
│   │   ├── _configs.cs
│   │   ├── _depts.cs
│   │   ├── _deviceLeds.cs
│   │   ├── _deviceLogs.cs
│   │   ├── _enterpriseTypes.cs
│   │   ├── _orderPrivileges.cs
│   │   ├── _orders.cs
│   │   ├── _telephoneOrders.cs
│   │   ├── _tmpnum.cs
│   │   ├── _users.cs
│   │   ├── _usersLogs.cs
│   │   ├── _usersPrivileges.cs
│   │   ├── _waitingLogs.cs
│   │   ├── _waitings.cs
│   │   ├── mpTable.cs
│   │   └── 源码必读.pdf
│   ├── Queuer System.sln
│   ├── Queuer System.suo
│   ├── QueuerData
│   │   ├── 10.ico
│   │   ├── FrmUserPrivileges.cs
│   │   ├── FrmUserPrivileges.designer.cs
│   │   ├── FrmUserPrivileges.resx
│   │   ├── MyCommon.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── QueuerData.csproj
│   │   ├── frmAppraiseOrderSum.cs
│   │   ├── frmAppraiseOrderSum.designer.cs
│   │   ├── frmAppraiseOrderSum.resx
│   │   ├── frmBusinesses.Designer.cs
│   │   ├── frmBusinesses.cs
│   │   ├── frmBusinesses.resx
│   │   ├── frmCallerQuery.cs
│   │   ├── frmCallerQuery.designer.cs
│   │   ├── frmCallerQuery.resx
│   │   ├── frmChooseModes.Designer.cs
│   │   ├── frmChooseModes.cs
│   │   ├── frmChooseModes.resx
│   │   ├── frmDemos.Designer.cs
│   │   ├── frmDemos.cs
│   │   ├── frmDemos.resx
│   │   ├── frmDepts.Designer.cs
│   │   ├── frmDepts.cs
│   │   ├── frmDepts.resx
│   │   ├── frmEnterpriseTypes.Designer.cs
│   │   ├── frmEnterpriseTypes.cs
│   │   ├── frmEnterpriseTypes.resx
│   │   ├── frmLedSets.Designer.cs
│   │   ├── frmLedSets.cs
│   │   ├── frmLedSets.resx
│   │   ├── frmLogin.Designer.cs
│   │   ├── frmLogin.cs
│   │   ├── frmLogin.resx
│   │   ├── frmOrderingQuery.cs
│   │   ├── frmOrderingQuery.designer.cs
│   │   ├── frmOrderingQuery.resx
│   │   ├── frmPsw.Designer.cs
│   │   ├── frmPsw.cs
│   │   ├── frmPsw.resx
│   │   ├── frmQueuer.Designer.cs
│   │   ├── frmQueuer.cs
│   │   ├── frmQueuer.resx
│   │   ├── frmSumByTypeAndMode.cs
│   │   ├── frmSumByTypeAndMode.designer.cs
│   │   ├── frmSumByTypeAndMode.resx
│   │   ├── frmSumByUserAndMode.cs
│   │   ├── frmSumByUserAndMode.designer.cs
│   │   ├── frmSumByUserAndMode.resx
│   │   ├── frmSumByUserAndType.cs
│   │   ├── frmSumByUserAndType.designer.cs
│   │   ├── frmSumByUserAndType.resx
│   │   ├── frmSumPJ.cs
│   │   ├── frmSumPJ.designer.cs
│   │   ├── frmSumPJ.resx
│   │   ├── frmSumYWPJ.cs
│   │   ├── frmSumYWPJ.designer.cs
│   │   ├── frmSumYWPJ.resx
│   │   ├── frmTelephoneOrders.Designer.cs
│   │   ├── frmTelephoneOrders.cs
│   │   ├── frmTelephoneOrders.resx
│   │   ├── frmTelephpneOrderQuery.cs
│   │   ├── frmTelephpneOrderQuery.designer.cs
│   │   ├── frmTelephpneOrderQuery.resx
│   │   ├── frmUsers.Designer.cs
│   │   ├── frmUsers.cs
│   │   ├── frmUsers.resx
│   │   ├── frmWorktimeSum.cs
│   │   ├── frmWorktimeSum.designer.cs
│   │   ├── frmWorktimeSum.resx
│   │   ├── iisres.dll_I4e88_0409.ico
│   │   ├── oobefldr.dll_I0004_0409.ico
│   │   ├── oobefldr.dll_I006c_0409.ico
│   │   └── 源码必读.pdf
│   ├── Regkey
│   │   ├── MyCommon.cs
│   │   ├── Newmain.Designer.cs
│   │   ├── Newmain.cs
│   │   ├── Newmain.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Regkey.csproj
│   │   ├── ctxmgr.ico
│   │   ├── main.Designer.cs
│   │   ├── main.cs
│   │   ├── main.resx
│   │   └── 源码必读.pdf
│   ├── ScreenQueuer
│   │   ├── MyCommon.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ScreenQueuer.csproj
│   │   ├── frmDemos.Designer.cs
│   │   ├── frmDemos.cs
│   │   ├── frmDemos.resx
│   │   ├── frmInputWinno.Designer.cs
│   │   ├── frmInputWinno.cs
│   │   ├── frmInputWinno.resx
│   │   ├── frmKeyInputs.Designer.cs
│   │   ├── frmKeyInputs.cs
│   │   ├── frmKeyInputs.resx
│   │   ├── frmLedSets.Designer.cs
│   │   ├── frmLedSets.cs
│   │   ├── frmLedSets.resx
│   │   ├── frmParaSet.Designer.cs
│   │   ├── frmParaSet.cs
│   │   ├── frmParaSet.resx
│   │   ├── frmScreen.Designer.cs
│   │   ├── frmScreen.cs
│   │   ├── frmScreen.resx
│   │   ├── imageres.dll_I0041_0409.ico
│   │   ├── rpt_0.rdlc
│   │   ├── rt_Nums.rdlc
│   │   └── 源码必读.pdf
│   ├── Server
│   │   ├── Customize.ico
│   │   ├── DeviceDLL.cs
│   │   ├── MyCommon.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Server.csproj
│   │   ├── Server.csproj.user
│   │   ├── frmDeviceLogs.Designer.cs
│   │   ├── frmDeviceLogs.cs
│   │   ├── frmDeviceLogs.resx
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.cs
│   │   ├── frmMain.resx
│   │   ├── frmSystemSet.Designer.cs
│   │   ├── frmSystemSet.cs
│   │   ├── frmSystemSet.resx
│   │   └── 源码必读.pdf
│   └── 源码必读.pdf
└── 源码必读.pdf

15 directories, 261 files

标签:

实例下载地址

.net排队机叫号源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 李立志 发表于: 2021-07-25 09:30 33
没数据库运行不了

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警