登录
首页 » Windows开发 » jbpm与OA项目

jbpm与OA项目

于 2022-07-13 发布 文件大小:15.66 MB
0 277
下载积分: 2 下载次数: 1

代码说明:

JBPM(JBoss Business Process Management业务流程管理),它是覆盖了业务流程管理、工作流、服务协作等领域的一个开源的、灵活的、易扩展的可执行流程语言框架。jBPM是jBoss旗下的一款开源工作流引擎,它的特色是提供了eclipse插件,开发人员可以通过插件直接绘画出业务流程

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

发表评论

0 个回复

  • 这是一个简单的软件包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GP...
    这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。 -This is a simple software development kit (SDK), you can take advantage of this GPSLIB in their own 32-bit Windows applications to join the Global Positioning System support. Source code compressed file contains GPSLIB library source code and Demo program. Many documents have detailed notes. Downloadable file in order to guarantee as much as possible the size of the small, compressed file does not contain any binary files. Please use the Visual C++ 5 or later to compile and generate DLLs, Control Panel procedures and executable file.
    2022-04-29 13:50:54下载
    积分:1
  • surf算法
    surf算法的源码实现~~~主要介绍 SIFT 算法。希望通过对 SIFT 算法的总结来更加深入地了解“尺度不变特征变换”,除此之外,也加深来对 SURF 算法的理解。
    2022-04-12 07:22:42下载
    积分:1
  • 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大...
    本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal mechanisms of monographs, the authors start from the basic concept, a comprehensive and systematic introduction to basic Windows components, such as process, thread, DLL and memory management, etc., and listed a large number of applications, incisive analysis of the use of components, in order to keep Windows programming skills to provide an effective shortcut. For different levels of Windows programmers, this book has an excellent reference value.
    2022-01-21 17:58:27下载
    积分:1
  • 在 Python 中的 HTTP 服务器
    Web 服务器是处理请求的计算机系统通过 HTTP,基本的网络协议用于分发在万维网上的信息。这个词可以引用到整个系统,或专门软件,接受并监督 HTTP 请求。[] 1最常用的 web 服务器是主机的网站,但有其他用途,如游戏、 数据存储、 运行企业应用程序、 处理电子邮件、 FTP 或其他 web 使用。
    2022-03-25 01:39:20下载
    积分:1
  • 封装了NT下底层安全功能的类,对windows安全方面的编程有帮助
    封装了NT下底层安全功能的类,对windows安全方面的编程有帮助-package of NT security features of the bottom category of windows programming security help
    2022-01-29 04:34:49下载
    积分:1
  • 这waches对任何更改文件夹
    This waches a folder for any changes
    2022-03-29 18:55:11下载
    积分:1
  • c++ algorithm
    c++算法实例,帮助理解,都是些常用的算法-c++ algorithm
    2022-05-15 21:21:46下载
    积分:1
  • Chinese chess. The project is in Visual Studio.net 2003 built under Win32 consol...
    中国象棋。该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二平五 则输入7242,回车 计算机回应:马8进7 则屏幕输出79 67 -Chinese chess. The project is in Visual Studio.net 2003 built under Win32 console project (using the other version of the compiler simply create a new Win32 console project, and then adding one by one all. Cpp files and. H file can be), its The purpose of simply testing the engine. Thus the program does not provide users with the legitimacy of law detection, and treatment, such as the end game. Play chess the way: the user input according to the starting point coordinates, end coordinates of the way a game of chess (lower left-hand corner of the chessboard for the (0,0), the upper right corner of dollars for (8,9)) Similarly, the starting point coordinates of the feedback process, the end o
    2023-01-15 21:45:03下载
    积分:1
  • 后台运行热键调出程序
    后台运行热键调出程序-background hotkey transfer procedures
    2022-03-12 12:45:48下载
    积分:1
  • 进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascendi...
    进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascending 升,d: descending 降) -For n ranked from high to low student achievement, ranked according to the function of the style parameters, such as the style of " a" by ascending row, style for the " d" in descending row. (A: ascending l, d: descending down)
    2022-05-13 14:34:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载