登录
首页 » C# » 员工管理系统

员工管理系统

于 2020-06-28 发布
0 278
下载积分: 1 下载次数: 1

代码说明:

说明:  简易的员工管理系统1. 题目描述:某公司为了对员工进行有效的管理,现需要通过 WinForm 开发一个员工管理系统。 2. 需要实现的整体功能: a) 查询员工 b) 添加员工 c) 整个项目以实现功能为主,三层结构可以用,也可以不用。(Simple employee management system 1. Title Description: in order to manage employees effectively, a company needs to develop an employee management system through WinForm. 2. Overall functions to be realized: a) Query employees b) Add employee c) The whole project is mainly to realize functions, and the three-tier structure can be used or not.)

文件列表:

SQLQuery1.sql, 1865 , 2019-01-13
Test, 0 , 2019-10-11
Test\.vs, 0 , 2019-10-11
Test\.vs\Test, 0 , 2019-10-11
Test\.vs\Test\v14, 0 , 2019-10-11
Test\.vs\Test\v14\.suo, 44032 , 2019-01-13
Test\Test, 0 , 2019-10-11
Test\Test.sln, 979 , 2019-01-07
Test\Test\App.config, 484 , 2019-01-07
Test\Test\bin, 0 , 2019-10-11
Test\Test\bin\Debug, 0 , 2019-10-11
Test\Test\bin\Debug\Test.exe, 92160 , 2019-01-13
Test\Test\bin\Debug\Test.exe.config, 484 , 2019-01-07
Test\Test\bin\Debug\Test.pdb, 194048 , 2019-01-13
Test\Test\bin\Debug\Test.vshost.exe, 22696 , 2019-01-13
Test\Test\bin\Debug\Test.vshost.exe.config, 484 , 2019-01-07
Test\Test\bin\Debug\Test.vshost.exe.manifest, 490 , 2018-04-12
Test\Test\bin\Release, 0 , 2019-01-07
Test\Test\DbHelper.cs, 1182 , 2019-01-07
Test\Test\EmpAddForm.cs, 2654 , 2019-01-13
Test\Test\EmpAddForm.Designer.cs, 12123 , 2019-01-13
Test\Test\EmpAddForm.resx, 7042 , 2019-01-13
Test\Test\EmpListForm.cs, 4454 , 2019-01-13
Test\Test\EmpListForm.Designer.cs, 24464 , 2019-01-07
Test\Test\EmpListForm.resx, 9369 , 2019-01-07
Test\Test\obj, 0 , 2019-10-11
Test\Test\obj\Debug, 0 , 2019-10-11
Test\Test\obj\Debug\DesignTimeResolveAssemblyReferences.cache, 1925 , 2019-01-08
Test\Test\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 7590 , 2019-01-07
Test\Test\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs, 0 , 2019-01-07
Test\Test\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs, 0 , 2019-01-07
Test\Test\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs, 0 , 2019-01-07
Test\Test\obj\Debug\TempPE, 0 , 2019-10-11
Test\Test\obj\Debug\TempPE\TestDataSet.Designer.cs.dll, 45568 , 2019-01-07
Test\Test\obj\Debug\TempPE\TestDataSet1.Designer.cs.dll, 45568 , 2019-01-07
Test\Test\obj\Debug\Test.csproj.FileListAbsolute.txt, 1426 , 2019-01-13
Test\Test\obj\Debug\Test.csproj.GenerateResource.Cache, 1045 , 2019-01-13
Test\Test\obj\Debug\Test.csprojResolveAssemblyReference.cache, 2384 , 2019-01-07
Test\Test\obj\Debug\Test.EmpAddForm.resources, 180 , 2019-01-13
Test\Test\obj\Debug\Test.EmpListForm.resources, 180 , 2019-01-07
Test\Test\obj\Debug\Test.exe, 92160 , 2019-01-13
Test\Test\obj\Debug\Test.pdb, 194048 , 2019-01-13
Test\Test\obj\Debug\Test.Properties.Resources.resources, 180 , 2019-01-07
Test\Test\Program.cs, 522 , 2019-01-07
Test\Test\Properties, 0 , 2019-10-11
Test\Test\Properties\AssemblyInfo.cs, 1334 , 2019-01-07
Test\Test\Properties\Resources.Designer.cs, 2821 , 2019-01-07
Test\Test\Properties\Resources.resx, 5612 , 2019-01-07
Test\Test\Properties\Settings.Designer.cs, 1674 , 2019-01-07
Test\Test\Properties\Settings.settings, 955 , 2019-01-07
Test\Test\Test.csproj, 5500 , 2019-01-07
Test\Test\TestDataSet.Designer.cs, 139012 , 2019-01-07
Test\Test\TestDataSet.xsc, 3 , 2019-01-07
Test\Test\TestDataSet.xsd, 22668 , 2019-01-07
Test\Test\TestDataSet.xss, 3 , 2019-01-07
Test\Test\TestDataSet1.Designer.cs, 139043 , 2019-01-07
Test\Test\TestDataSet1.xsc, 3 , 2019-01-07
Test\Test\TestDataSet1.xsd, 22675 , 2019-01-07
Test\Test\TestDataSet1.xss, 3 , 2019-01-07
员工管理系统.docx, 150896 , 2019-01-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 28335_ECAN_1PROGRAM
    参考ti提供得例子程序,先将他们得例子在自己得板子上跑起来,其实就是用自测试得方式来验证一下程序,也可以加些中断,看看程序怎么跑得。这步没问题得话,可以改写程序,当然还在自测试模式下先试,如果可以改写后,在自测试模式下可以。那么就差不多了,将自测试模式改成正常模式,将程序移植到自己得程序中,拿一个经过验证可以正常通讯得can模块通讯,记得两个can得速率要一致。当然这个can模块还要能让你看到或者说能验证你得can是否通讯正常。(Reference ti provide examples of procedures was, first they have to run up on the example of the board that she has, in fact, self-test was used to verify the program mode, you can also add some interruption to see how to run the program. This step was not a problem, you can rewrite the program, of course, still in test mode since the first try, if you can rewrite, can in self-test mode. Well almost, the self-test mode to normal mode, the program was ported to own program, get a proven module can communicate normally too can communicate, remember that two can get a rate to be consistent. Of course, this can also allow you to see the module or can verify whether you have can communicate properly.)
    2014-07-10 20:13:37下载
    积分:1
  • 考试考试
    在线考试 我们的大多数都是各地考试 / 测验项目。这些项目的重要方面是考试的要有一个计时器,贯穿整个工期,有的回发不重置的情况下运行计时器是考试的主要关注的这篇文章
    2023-02-06 15:20:04下载
    积分:1
  • Four-phase-stepper-motor
    控制四相步进电机。。。。。。。。 可使电机正转和反转(Four-phase stepper motor control)
    2013-07-31 10:21:31下载
    积分:1
  • MOTOR-POSITION-CONTROL
    基于SMT2的单纯电机位置控制,重点在于有代码详解(SMT2 based on the simple motor position control, the focus is to have detailed code)
    2017-03-15 11:35:11下载
    积分:1
  • I2C_EEPROM_OK
    基于STM32平台,自创的原代码,I2C与EEPROM通信,很好用(Based on the STM32 platform, create their own source code, I2C communication with the EEPROM, very good use)
    2021-04-21 20:08:49下载
    积分:1
  • F410smaRTClock-RAMDATA
    F410smaRTClock读和写RAMDATA(F410smaRTClock read and write RAMDATA)
    2013-04-25 09:59:54下载
    积分:1
  • leaflet-viz-master
    说明:  Leaflet 是一个为移动设备设计的交互式地图的开源的 javascript库, 并只有38k,包含了大多数开发者需要的地图特点。(Leaflet is an open source JavaScript library for interactive maps designed for mobile devices, with only 38k, and contains the map features most developers need.)
    2020-06-21 06:40:02下载
    积分:1
  • clockDS1302
    该源程序的功能是设计一个时钟,时钟精度还可以,这是单片机学习的一个进阶吧,掌握了它,也算是对单片机有比较熟练的应用了,加油(The source function is to design a clock, clock accuracy can be, this is an advanced single-chip learning it, grasp it, can be considered a relatively skilled microcontroller applications, the refueling)
    2014-05-26 11:18:41下载
    积分:1
  • MPU6050
    说明:  g90驱动 有兴趣的朋友可以关注,和我一起讨论学习,一起享受技术,一起成长(G90 Drives Interested Friends to Pay Attention, Discuss Learning with me, Enjoy Technology and Grow up Together)
    2020-06-20 13:40:01下载
    积分:1
  • labview-signal-dat--
    信号采集系统中的数据传输、显示与处理 信号采集系统中的数据传输、显示与处理(Data transfer signal acquisition system, display and processing)
    2014-05-12 16:55:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载