登录
首页 » Windows开发 » 实现企业员工的上下班考勤,请假,值勤等一系列操作。采用VB编写,简单实用。...

实现企业员工的上下班考勤,请假,值勤等一系列操作。采用VB编写,简单实用。...

于 2022-02-28 发布 文件大小:204.88 kB
0 252
下载积分: 2 下载次数: 1

代码说明:

实现企业员工的上下班考勤,请假,值勤等一系列操作。采用VB编写,简单实用。-Enterprise employees to work attendance, leave, duty, such as a series of operations. Using VB to prepare, simple and practical.

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

发表评论

0 个回复

  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • Exam1 iCarnegie
    埃斯特·埃斯·艾尔·奎兹(este es el quizz practico numero 1 de icarnegie)
    2022-01-28 22:49:28下载
    积分:1
  • VB在wince s3c2440 LED控制
    LED control in VB on WinCE for S3C2440
    2022-03-16 13:54:01下载
    积分:1
  • 本人自己编写的贝克汉姆头象计算器,虽然功能有点简单但心思十足希望大家多多支持...
    本人自己编写的贝克汉姆头象计算器,虽然功能有点简单但心思十足希望大家多多支持-A calculator with the portrait of Beckham
    2023-03-19 09:30:03下载
    积分:1
  • 随机生器,学校。例如,如果用户选择0431类,使用O。
    随机学号发生器。如,如果用户选择0431班,使用序号为1,那么随机给出0431班中除了学号为1~10之外的其它所有学号中的n个学号;如果选择2,那么随机给出除了学号为10~20之间的其它n个学号;依次类推。-random generator, school. For example, if the user selects 0431 class, the use of a serial number. then randomly given 0,431 school classes, in addition to a 10-all other outside the school, the school n; If you choose two, then were given school, in addition to between 10 ~ 20 other school n; followed by analogy.
    2022-10-27 01:45:04下载
    积分:1
  • This is the sorce code in Visual Basic 6 for the EMU8086 processor simulator.
    This the sorce code in Visual Basic 6 for the EMU8086 processor simulator. -This is the sorce code in Visual Basic 6 for the EMU8086 processor simulator.
    2023-05-18 04:25:04下载
    积分:1
  • three
    模拟计算机三层结构寻址,分页\段,显示具体寻址详尽过程,有助于理解三层结构原理-three-tier structure simulation computer addressable, pagination , showed specific addressable detailed process, contribute to the understanding of the three-tier structure principle
    2022-03-17 18:35:00下载
    积分:1
  • C8051F06X单片机编程,DAC模块
    C8051F06X单片机编程,DAC模块-C8051F06X Microcontroller Programmer, DAC Module
    2022-07-22 21:12:49下载
    积分:1
  • how to make high
    如何制作高精度的WINDOWS定时器-how to make high-precision timer WINDOWS
    2022-04-29 22:00:08下载
    积分:1
  • 小型项目企业工资管理系统,包括相关设计文档、源码,供学习参考。-Small-scale projects in enterprise management system for wages, including related design documents, source code for learning reference.
    2022-02-12 09:13:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载