登录
首页 » 其他 » C# SQL人事及考勤管理系统

C# SQL人事及考勤管理系统

于 2022-12-25 发布 文件大小:4.06 MB
0 35
下载积分: 2 下载次数: 1

代码说明:

一套综合人事及考勤管理系统,采用MSSQL数据库,为公司、企业开发人事管理系统提供参考程序。调试前请参照以下配置:   1,附加数据库 HR.bak   2,修改App.config   3 登录时请选择:系统管理员 888 密码 空

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

发表评论

0 个回复

  • 基于TMS320F2812的视频图像采集系统的设计 对视屏采集有一定的参考...
    基于TMS320F2812的视频图像采集系统的设计 对视屏采集有一定的参考-TMS320F2812-based video image acquisition system design of Shiping collection of some reference
    2022-02-18 14:23:47下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • This is a knockout mice similar to the game, I hope you would like to common sen...
    这个也是敲地鼠类似的游戏,希望大家喜欢,来常识一下吧-This is a knockout mice similar to the game, I hope you would like to common sense about it
    2022-10-31 00:45:03下载
    积分:1
  • EAN条码字体的解码算法 经常发现用PB的开发人员在问为什么用EAN的字体打出来的条码扫描枪无法扫描 实受EAN的编码规格的限制,EAN的字体是不能直接使...
    EAN条码字体的解码算法 经常发现用PB的开发人员在问为什么用EAN的字体打出来的条码扫描枪无法扫描 其实受EAN的编码规格的限制,EAN的字体是不能直接使用的,EAN13的编码规格就不 多说了,下面给出两个函数可把条码转换为EAN字体可识别的字符串(分别对应EAN13和EAN8两种编码)-EAN barcode font decoding algorithms are often found with the development of PB in the question why the fonts EAN bar code scanning to fight out of the gun can not scan a matter of fact by the EAN coding specification limit, EAN fonts can not be directly used, EAN13 of coding specifications do not say, and given the following two functions can be converted to EAN barcode fonts can be identified by the string (corresponding to two coding EAN13 and EAN8)
    2023-08-22 05:55:03下载
    积分:1
  • 用matlab来实现MFCC的提取,并进行测试
    用matlab来实现MFCC的提取,并进行测试-using Matlab MFCC to achieve the extraction and testing
    2022-07-09 16:57:41下载
    积分:1
  • Machinery Industry Press Ya
    机械工业出版社刘亚峰电子商务概论PPT课件共十章-Machinery Industry Press Ya-Feng Liu a total e-commerce courseware PPT Introduction to Chapter 10
    2022-06-12 00:26:18下载
    积分:1
  • 此为报警呼叫系统接收电路设计,学习中,大家交流
    此为报警呼叫系统接收电路设计,学习中,大家交流-this as a warning call system receiver circuit design, study, the exchange
    2022-09-15 02:20:02下载
    积分:1
  • Java数据类型操作包含转换代码实例
    Java数据类型操作包含转换代码实例,特别是代码中的注释相当丰富,而且都是中文注释哦。
    2022-06-18 21:30:19下载
    积分:1
  • 不错的fenge的程序,c语言写的,适合对fenge感兴趣的的初学者和编程人员。...
    不错的fenge的程序,c语言写的,适合对fenge感兴趣的的初学者和编程人员。-Good fenge procedures, c language, and suitable for fenge interest of beginners and programmers.
    2022-07-15 02:34:58下载
    积分:1
  • 显示屏测试程序的源程序
    显示屏测试程序的源程序-display the source code of the test procedure
    2023-05-22 14:15:03下载
    积分:1
  • 696524资源总数
  • 103848会员总数
  • 55今日下载