-
论坛
论坛- Forum
- 2022-03-31 11:20:38下载
- 积分:1
-
Java common methodology include input and output streams, java basic knowledge o...
Java的常用方法说明 包括 输入输出流,java网络的基本知识,Java与图像,Java数据库连接(JDBC) ,Java与多媒体 ,Java Swing基础-Java common methodology include input and output streams, java basic knowledge of networks, Java and image, Java Database Connectivity (JDBC), Java and multimedia, based on the Java Swing
- 2022-01-25 19:39:29下载
- 积分:1
-
这是一个找到一篇关于权限设计的教程,写的很好,但是发现给出的代码,有些地方可能有笔误。贴出来供大家和我一起学习。...
这是一个找到一篇关于权限设计的教程,写的很好,但是发现给出的代码,有些地方可能有笔误。贴出来供大家和我一起学习。
-----------------------------------
首先,设置三种要素:用户、群组、角色。
用户为登录用,对应到人。群组对应为用户的集合,是一种特殊的用户。角色为一组权限项的集合,用户(群组)都有各自的角色。
权限的实现通过Permission类和Rule类来实现。 Permission供外部调用,Rule为一个接口,为权限判断规则。
-This is a mandate to find a design of the curriculum and write well, but the code is found, in some places may be misdirected. Put up for us and I study together.----------------------------------- First, the set of three elements : user, group, role. Users login to use corresponds to the people. User groups corresponding to the pool, a special users. A role for the authority, of the group assembled users (groups) have their own role. To achieve competence through Permission Rule category and class to be achieved. Permission for external calls, as a Rule interface for the authority to judge rules.
- 2022-06-13 15:45:39下载
- 积分:1
-
windows网络编程,分为2部分
windows网络编程,分为2部分-windows network programming, divides into 2 parts
- 2022-03-24 13:55:48下载
- 积分:1
-
一个微型NIDS实现例子
一个微型NIDS实现例子- A miniature NIDS realization example
- 2022-02-01 16:03:22下载
- 积分:1
-
use Delphi to develop the use of sock control network communication process.
使用DELPHI 开发的使用sock控件的网络通讯程序.-use Delphi to develop the use of sock control network communication process.
- 2023-02-18 23:00:03下载
- 积分:1
-
居于c++的、JRTPLib的流媒体编程源码,可以对流媒体进行收和发。...
居于c++的、JRTPLib的流媒体编程源码,可以对流媒体进行收和发。-living in the JRTPLib streaming media programming source, the resumption of convection and the media made.
- 2022-04-19 22:57:23下载
- 积分:1
-
on the Internet under the ISCSI source code perhaps useful for all
在网上下的iscsi源代码也许对大家有用-on the Internet under the ISCSI source code perhaps useful for all
- 2022-08-11 16:01:42下载
- 积分:1
-
VB windows网络编程的配套光盘,里面有大量成熟的源码可以利用...
VB windows网络编程的配套光盘,里面有大量成熟的源码可以利用-VB windows network programming matching CD-ROM, which has a large number of mature source can be used
- 2022-07-12 01:50:02下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1