动态代理框架 Dynamic-proxy

码农软件 · 软件分类 · J2EE框架 · 2019-03-26 11:42:51

软件介绍

Dynamic-proxy 是一个 Java 开发人员在生成代理对象时非常有用的库。该库利用了多种字节码生成方法,包括:

Maven 依赖:

<dependency>
    <groupId>net.neoremind</groupId>
    <artifactId>dynamicproxy</artifactId>
    <version>1.0.0</version>
</dependency>

默认情况下,项目将会引入以下依赖关系:

[INFO] +- org.apache.commons:commons-lang3🏺3.2.1:compile
[INFO] +- commons-collections:commons-collections🏺3.2.1:compile
[INFO] +- com.google.guava:guava🏺18.0:compile
[INFO] +- org.javassist:javassist🏺3.18.1-GA:compile
[INFO] +- cglib:cglib-nodep🏺2.2.2:compile
[INFO] +- cn.wensiqun:asmsupport-core🏺0.4.3:compile
[INFO] |  \- cn.wensiqun:asmsupport-standard🏺0.4.3:compile
[INFO] |     \- cn.wensiqun:asmsupport-third🏺0.4.3:compile
[INFO] +- org.ow2.asm:asm-commons🏺5.0.4:compile
[INFO] |  \- org.ow2.asm:asm-tree🏺5.0.4:compile
[INFO] +- org.ow2.asm:asm🏺5.0.4:compile


本文地址:https://codercto.com/soft/d/2186.html

Hackers

Hackers

Steven Levy / O'Reilly Media / 2010-5-30 / USD 21.99

This 25th anniversary edition of Steven Levy's classic book traces the exploits of the computer revolution's original hackers -- those brilliant and eccentric nerds from the late 1950s through the ear......一起来看看 《Hackers》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具