dynamic-proxy
常见例句
- Without this file, the client would not be able to understand any of the dynamic-proxy instances.
没有该文件,客户端将无法理解任何动态代理实例。 - Dynamic proxy classes have many interesting uses within an application, one of which is to effectively handle pre- and post-method invocation operations in a uniform fashion.
动态代理类有许多应用程序中使用的接口,其中一个可以用统一的方式有效地处理方法前和方法后的调用操作。 - I experienced this issue when working with dynamic proxy-based JDBC objects (like those from iBatis), which threw exceptions when any method on them was called after a connection had closed.
我在处理动态的基于代理的 JDBC 对象(就像来自 iBatis 的那些对象)时遇到了这个问题:在连接已经关闭之后调用对象上的方法就会抛出异常。 返回 dynamic-proxy