Java 代理有哪些有趣的用途?
从 Java 5 开始,可以选择将 Java 代理添加到类加载器中。
你写过代理吗? 你用过代理吗? Agent 有哪些有趣的用途?
Starting with Java 5 there's an option to add Java Agents to the class loader.
Have you written any Agents?
have you used any Agents?
What are interesting uses of Agents?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用过各种使用此功能的 java 分析器。 使用此功能的一个很好的开源 Java 分析器是 Profiler4j (http://profiler4j.sourceforge.net)。
这是查找 Java 代码中性能瓶颈的绝佳工具。
I have used various java profilers that use this feature. A good open source java profiler that uses this is Profiler4j (http://profiler4j.sourceforge.net).
This is a great tool for finding performance bottlnecks in your java code.