登录
首页 » Windows开发 » c#的登陆入口,是初学者的最基本的数据库的应用程序。

c#的登陆入口,是初学者的最基本的数据库的应用程序。

于 2022-02-10 发布 文件大小:87.69 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

c#的登陆入口,是初学者的最基本的数据库的应用程序。-landing import is the most basic beginners database applications.

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

发表评论

0 个回复

  • About FreeBSD Comment.
    About FreeBSD Comment.
    2022-01-24 10:05:52下载
    积分:1
  • 简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。...
    简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。-For a simple VC++ beginners reference procedures, according to the parameters input to generate a diamond.
    2022-02-02 14:21:27下载
    积分:1
  • 一个美化程序界面的实例,可以自定义漂亮的界面
    一个美化程序界面的实例,可以自定义漂亮的界面-A landscape example program interface, you can customize pretty interface
    2022-03-22 14:38:43下载
    积分:1
  • Delphi establishment and use of a Cookie
    Delphi下建立和使用Cookie-Delphi establishment and use of a Cookie
    2023-03-04 02:20:03下载
    积分:1
  • calculator
    计算器-calculator
    2022-03-23 04:27:48下载
    积分:1
  • 学生计划
    2022-06-12 00:43:21下载
    积分:1
  • 这个代码用Vb实现的一个抓取屏幕的代码。很好用
    这个代码用Vb实现的一个抓取屏幕的代码。很好用-Remarkable insights were gained with the code to achieve a grasp of the screen code. Good use
    2022-10-22 15:05:03下载
    积分:1
  • 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错...
    这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed description of the Calculator.pdf China. The Calculator class despite my repeated testing, correct many mistakes, but I do not guarantee in the future it will not use the procedure to you impact your right to use all the consequences of that, I do not accept any responsibility.
    2022-11-20 06:05:03下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 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
  • 2022-06-17 20:03:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载