-
动态代理例子
包括:动态代理,静态代理,
以及gdk实现的动态代理和cglib动态代理的区别说明,
代码放入工程直接就可以运行,查看区别......................
- 2023-05-04 17:05:03下载
- 积分:1
-
my own series of menu management system that can achieve modification, deletion,...
我自己编的菜单管理系统,可以实现修改,删除,保存,打开等基本功能。-my own series of menu management system that can achieve modification, deletion, preservation, basic features, such as open.
- 2022-03-07 18:43:52下载
- 积分:1
-
NMEA0183开发库
开发语言:Visual C++,C++开发工具:Visual Studio功能描述:它是解析NMEA 0183的协议的开发库,使用该库,可以非常方便,快捷地将从COM口读取的gps定位器的数据进行解析,例如:解析出当前gps定位器中的经度,纬度,高度,速度,状态等信息。
- 2022-03-24 16:51:58下载
- 积分:1
-
这两个程序用来实现二进制和十进制之间的转化,方便,使用。...
这两个程序用来实现二进制和十进制之间的转化,方便,使用。-The two procedures used to achieve the conversion between binary and decimal, convenient to use.
- 2023-04-13 22:00:03下载
- 积分:1
-
此工程主要用于在任一网段内扫描存活主机及其当前活动端口,便于进一步入侵和探测。...
此工程主要用于在任一网段内扫描存活主机及其当前活动端口,便于进一步入侵和探测。-This project is mainly used in any one network segment scanning host survival and their current activities, port, facilitate further intrusion and detection.
- 2022-07-24 12:03:59下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
作者创建了CNetwork及及其继承类CNetSearch,通过使用CNetSearch类的IsServer和GetRemoteName等方法,可以完成列举局域...
作者创建了CNetwork及及其继承类CNetSearch,通过使用CNetSearch类的IsServer和GetRemoteName等方法,可以完成列举局域网中的所有计算机的计算机名。该类使用简单,具体看源代码。-author and the creation of its successor CNetwork CNetSearch category, through the use of the category CNetSearch GetRemoteName IsServer and other methods, to be completed list of all LAN computer computer name. Such use of a simple, specific look at the source code.
- 2023-06-04 11:55:03下载
- 积分:1
-
Aplikasi Penjadwalan Belajar SMK Menggunakan 模糊的盲目搜索 VB6
Aplikasi Penjadwalan Belajar Untuk Jadwal Belajar Siswa SMK Metode 模糊的盲目搜索Menggunakan VB6
- 2023-02-06 18:30:04下载
- 积分:1
-
数控铣床的代码自动生成软件
数控铣床加工G代码自动生成软件,很好的参考资料-CNC milling machine G code to automatically generate software
- 2022-03-24 04:54:33下载
- 积分:1
-
基于MeChat,增加了后台管理和聊天室管理功能,增强了处理web页面的性能美化了介面 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用...
基于MeChat,增加了后台管理和聊天室管理功能,增强了处理web页面的性能美化了介面 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用C++编制,速度奇快,支持5000人同时在线! AbcChat灵活的模板结构,提供您一个充分展示自己个性的平台支持-Based on MeChat, an increase of the background to the management and chat room management capabilities and enhanced performance to deal with web pages dedicated to beautify the interface to achieve high-performance web chat room features, installation, maintenance is extremely simple. AbcChat using C++ Establishment, the speed of a swift pace in support of 5,000 people online at the same time! AbcChat flexible template structure, and provide you with a fully personalized platform to display their support
- 2022-05-13 04:23:19下载
- 积分:1