-
jbpm与OA项目
删除角色-----------------1.角色列表-->删除2.RoleAction.deleteRole(); public String deleteRole(){ roleId roleService.deleteEntity(new Role(roleId)); return "findAllRolesAction" ; }3.略4.略用户授权管理----------------1.导航栏-->用户授权2.UserAuthorizeAction.findAllUsers(); public String findAllUsers(){ this.allUsers = userService.findAllEntities(); return "userAuthorizeListPage" ; }3.略4.略修改授权--------------------1.授权列表-->修改授权2.UserAuthorizeAction.editAuthorize(); public String editAuthorize(){ userId this.model = userService.getEntity(userId); this.noOwnRoles = roleService.findRolesNotInRange(model.getRoles());
- 2023-07-06 04:25:06下载
- 积分:1
-
一个Pipe的程序的源代码,写得比较经典,大家可以尝试下载看看,阿东的...
一个Pipe的程序的源代码,写得比较经典,大家可以尝试下载看看,阿东的-Pipe of a program s source code, written in the classical comparison, we can try to download to see the Adong
- 2022-11-26 13:25:03下载
- 积分:1
-
在MSWord中加入MSAgent,类似于Word98中的助手
在MSWord中加入MSAgent,类似于Word98中的助手-In MSWord add MSAgent, similar to the assistant Word98
- 2022-06-19 22:36:14下载
- 积分:1
-
Mif文件读取代码
Mif文件读取代码-Mif file to read the code
- 2022-03-31 04:36:42下载
- 积分:1
-
这个是PPC或者wince的设备的硬起测试代码,通过。这个工作期间需要的一些小功能测试,每次公司大的项目需要一个功能,先拿一个demo测试,通过,则合并入工程。...
这个是PPC或者wince的设备的硬起测试代码,通过。这个工作期间需要的一些小功能测试,每次公司大的项目需要一个功能,先拿一个demo测试,通过,则合并入工程。以后会陆续上传一些经过验证的小的、实用的功能。-This is a PPC or a wince from the device" s hard test code, through the. Required during this work a number of small functional test, each company" s major projects require a feature Acquire a demo test is passed, then merge into the project. The future will continue upload the small number of proven, practical functions.
- 2022-03-17 06:35:45下载
- 积分:1
-
好东西,大家一起享用! 想要得动手吧,不要满了 GOOD LUCK
好东西,大家一起享用! 想要得动手吧,不要满了 GOOD LUCK-It is very good, letis share it! Please come on,let s go!
- 2022-03-17 09:58:53下载
- 积分:1
-
game windows
//---------------------------------------------------------------------------
- 2022-05-27 10:03:30下载
- 积分:1
-
图书管理系统的SQL数据库的触发器
包含读者借书的触发器,读者还书的触发器,以及图书进入库存的触发器。包含了相关的借书、还书、超期续费、图书入库等等的一些功能。然后程序中读者单次只能借1本书,最多借30天,超期还有罚金。详细可以下载浏览。
- 2023-04-22 20:50:03下载
- 积分:1
-
系统信息 cpu 使用率等
提供信息的 coomputers 的 cpu 使用率。允许您知道的峰值负载,最大使用率和最少的 cpu 使用。
- 2022-04-13 14:23:58下载
- 积分:1
-
用c语言实现堆排序,功能完整,大家可以交流一下哈
用c语言实现堆排序,功能完整,大家可以交流一下哈-heapsort with C
- 2022-07-06 21:17:43下载
- 积分:1