-
LAN messaging
局域网内发送消息-LAN messaging
- 2023-06-18 14:05:03下载
- 积分:1
-
jbpm与OA项目
JBPM(JBoss Business Process Management业务流程管理),它是覆盖了业务流程管理、工作流、服务协作等领域的一个开源的、灵活的、易扩展的可执行流程语言框架。jBPM是jBoss旗下的一款开源工作流引擎,它的特色是提供了eclipse插件,开发人员可以通过插件直接绘画出业务流程
- 2022-07-13 19:26:12下载
- 积分:1
-
plate on the use of C
讲 述 C + + plate 的 用 法-plate on the use of C
- 2022-02-09 12:34:06下载
- 积分:1
-
用C++编译的播放器,可以播放多种格式的音频文件,如MP3,WMA等...
用C++编译的播放器,可以播放多种格式的音频文件,如MP3,WMA等-With C++ Compiled player, can play multiple formats of audio files, such as MP3, WMA, etc.
- 2023-07-18 11:10:03下载
- 积分:1
-
名为淘客网,这个事淘客网的源码,类似淘宝 仿淘宝网站
名为淘客网,这个事淘客网的源码,类似淘宝 仿淘宝网站-Customer network called Amoy, Amoy this thing off the source network, similar imitation Taobao Taobao Station
- 2022-02-15 07:53:50下载
- 积分:1
-
模拟光电编码器,a,b两相在文件中定义,通过计算机串口控制...
模拟光电编码器,a,b两相在文件中定义,通过计算机串口控制-simulation photoelectric encoder, a, b 2 is defined in the document, through the computer serial port control
- 2022-02-25 09:47:23下载
- 积分:1
-
Open the IE browser, called m_pWebBrowser2 class to achieve
打开IE 浏览器,调用 m_pWebBrowser2 类实现-Open the IE browser, called m_pWebBrowser2 class to achieve
- 2022-05-24 02:11:12下载
- 积分:1
-
进程通信之邮槽通信
进程间通信之邮槽通信,油槽通信也可以实现远程通信。在代码里只是简单的通信,因为没有多台电脑,所以没有测试远程的,有兴趣的可以自行研究,代码只做为参考。详情可以通过搜索"进程间通信"来进行深入的了解.
- 2022-11-30 15:45:04下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
用户将不得不调整对话的能力,从而rearrangeme…
The user will have the ability to resize the dialog, with consequent rearrangement of child windows. You can control the minimum and maximum size allowed, as well as the maximized size and position of the dialog. The size grip is displayed by default, but you may turn it off. Automatic Save/Restore the dialog s size and position, along with the active page, is also supported
- 2023-07-08 22:00:04下载
- 积分:1