请建议一些学习切入点表达式的教程
请建议一些学习切入点表达式的教程/备忘单。
Please suggest some tutorial/cheatsheet for learning pointcut expression.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
请建议一些学习切入点表达式的教程/备忘单。
Please suggest some tutorial/cheatsheet for learning pointcut expression.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
AspectJ 程序员指南 有很多示例,看起来很简单。
The AspectJ programmers guide has plenty examples, looks straightforward.
AspectJ in Action 也是有关 AOP 和 AspectJ 的重要信息来源。
AspectJ in Action is also a great source of information on AOP and AspectJ.
Spring.Net 有优秀的文档,可以从这里下载: http://www.springframework.net/documentation .html
它对 AOP 进行了很好的一般介绍,并提供了示例和示例 AOP 程序来帮助您入门。对 AOP 不太了解,但对 Spring.Net 了解一点,我发现这足以启动并运行基于 AOP 的日志系统。
Spring.Net has excellent documentation which can be downloaded from here: http://www.springframework.net/documentation.html
It has a very good general introduction to AOP and examples and sample AOP programs to get you started. Not knowing much about AOP, but knowing a bit about Spring.Net, I found this enough to get an AOP-based logging system up and running.