-
HTTP个人服务器源码,采用DELPHI编写,功能简单,适合新手看,老手就不用看了。...
HTTP个人服务器源码,采用DELPHI编写,功能简单,适合新手看,老手就不用看了。-personal HTTP server source code, prepared using DELPHI, functions simple, suitable for newcomers, the veteran will not have to read.
- 2023-04-12 00:35:03下载
- 积分:1
-
图书馆管理系统
有关C++项目开发实例,利用MFC中基于对话框的知识来实现图书馆管理系统;同时也涉及到数据库方面的相关知识。欢迎大家下载!
- 2022-01-26 08:17:43下载
- 积分:1
-
在MSWord你突出关键词
In msWord you Highlight key words -In msWord you Highlight key words
- 2022-02-28 16:46:08下载
- 积分:1
-
isp1581驱动
isp1581驱动-isp1581 Drivers
- 2022-08-02 19:04:31下载
- 积分:1
-
托盘等功能,与大家分享,呵呵
可以如何实现托盘等功能,与大家分享一下,呵呵 -pallets and other functions, and share with you, huh
- 2022-04-09 08:12:14下载
- 积分:1
-
The code is on the windows network programming, the source book, very comprehens...
本代码是关于windows网络程序设计的,书籍的源码,很全面。可以参考一下。-The code is on the windows network programming, the source book, very comprehensive. For reference.
- 2022-04-23 12:20:22下载
- 积分:1
-
自己写的。用VB模拟走迷宫的程序。一个好的交互式可视化…
自己写的。由VB开发的模拟走迷宫的程序。 有良好的可视化交互环境,经典的寻路策略 及详细的注释。-wrote it myself. By VB simulation Maze procedure. A good interactive visualization environment, find their own path to the classic strategy and detailed comments.
- 2022-05-25 09:44:37下载
- 积分:1
-
学生公寓管理系统
学生公寓管理系统,代码详细,附有数据库
- 2022-01-26 07:12:16下载
- 积分:1
-
在 VB6.0 中的联系人信息系统
嗨,我是拉姆,我开发并上传代码使用,希望跟信息系统的个人和官方使用。欢迎使用它。
- 2023-06-24 13:30:04下载
- 积分:1
-
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