登录
首页 » Windows开发 » 里面有一个多管理人员登陆管理系统,里面有两个登陆名一个ID:老师,密码:111 另一个ID:sys,密码:111 可添加新的管理人员~...

里面有一个多管理人员登陆管理系统,里面有两个登陆名一个ID:老师,密码:111 另一个ID:sys,密码:111 可添加新的管理人员~...

于 2022-07-22 发布 文件大小:145.96 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

里面有一个多管理人员登陆管理系统,里面有两个登陆名一个ID:老师,密码:111 另一个ID:sys,密码:111 可添加新的管理人员~-This a multi-user management system. There are two user id, one is teacher,the password is 111, and another id is sys, the password is 111, and this id also can add new management user id.

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

发表评论

0 个回复

  • Magic BoxHey look what I found, a box full of magic.神奇的魔法盒
    Magic BoxHey look what I found, a box full of magic.神奇的魔法盒-Magic BoxHey look what I found, a box full of magic. Magic magic box
    2022-03-23 08:43:52下载
    积分:1
  • 网络电话netphone的源代码供即时通讯爱好者学习
    网络电话netphone的源代码供即时通讯爱好者学习-Netphone telephone network source code
    2022-07-14 04:42:22下载
    积分:1
  • under the DOS operating procedures, functions very powerful, case
    在DOS下的操作程序,功能非常强大,不区分大小写,文字不可重命名
    2022-04-30 00:20:51下载
    积分:1
  • 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这...
    利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop the implementation of the banned procedures, such as not playing games. 3. This procedure needs to join the registry, the system started running on to achieve the purpose of surveillance. The registry probably not unfamiliar, is here : HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Run
    2023-01-20 10:45:04下载
    积分:1
  • WIN ZIP主题
    这是完整的医药店管理软件是设计来缓解医疗专业人士的工作负荷。主要功能包括进销存,库存和库存控制,会计,客户和供应商的管理。这个软件可以帮助你追踪所有的利润,损失,为医疗店提供更好的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-13 10:44:42下载
    积分:1
  • 把bin文件转换成Txt文件供编程使用,比如一些用C51生成的代码,可以直接用来下载使用...
    把bin文件转换成Txt文件供编程使用,比如一些用C51生成的代码,可以直接用来下载使用-put bin convert documents into the archives of documents for the use of programming, such as using the C51 generated code can be downloaded directly to the use of
    2023-01-20 15:00:04下载
    积分:1
  • 《OPCDA服务器与客户程序指南》,国内第一本关于OPC的权威中文指导书籍...
    《OPCDA服务器与客户程序开发指南》,国内第一本关于OPC的权威中文指导书籍- OPCDA server and client program development guide, the first authoritative book on Chinese OPC guide books
    2022-03-01 21:48:17下载
    积分:1
  • 实现棋盘覆盖功能,用C++编程,实现在一个棋盘上输入相应特殊棋盘的位置,就可以完成整个棋盘的覆盖工作....
    实现棋盘覆盖功能,用C++编程,实现在一个棋盘上输入相应特殊棋盘的位置,就可以完成整个棋盘的覆盖工作.-chessboard achieve functional coverage, and C++ programming, in a chessboard of the corresponding input to the special board position we can complete the whole chessboard of the coverage.
    2022-08-20 07:01:12下载
    积分:1
  • 算法实现题2
    算法实现题2-1 输油管道问题 « 问题描述: 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油 田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油 井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置, 即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道 的最优位置。 « 编程任务: 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。 « 数据输入: 由文件input.txt 提供输入数据。文件的第1 行是油井数n,1£ n£ 10000。接下来n 行是 油井的位置,每行2个整数x和y,-10000£ x,y£ 10000。 « 结果输出: 程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是油井到 主管道之间的输油管道最小长度总和。 输入文件示例 输出文件示例 input.txt output.txt 5 1 2 2 2 1 3 3 -2 3 3 6
    2022-11-12 20:40:04下载
    积分:1
  • VC6.0管理信息系统实例
    VC6.0管理信息系统实例-VC6.0 examples of management information systems
    2022-03-07 15:49:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载