Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在文中对“织入(Weaving) ”的表达方式或许可以更改 #2453

Open
Ark-qwq opened this issue Aug 13, 2024 · 3 comments
Open
Labels
perfect content improve the content

Comments

@Ark-qwq
Copy link

Ark-qwq commented Aug 13, 2024

织入(Weaving) :织入是将切面和目标对象连接起来的过程,也就是将通知应用到切点匹配的连接点上。常见的织入时机有两种,分别是编译期织入(AspectJ)和运行期织入(AspectJ)。

可以更改为:织入(Weaving) :织入是将切面和目标对象连接起来的过程,也就是将通知应用到切点匹配的连接点上。常见的织入时机有两种,分别是编译期织入(Compile-Time Weaving 如:AspectJ)和运行期织入(Runtime Weaving 如:AspectJ、Spring AOP)。

@Snailclimb
Copy link
Owner

织入(Weaving) :织入是将切面和目标对象连接起来的过程,也就是将通知应用到切点匹配的连接点上。常见的织入时机有两种,分别是编译期织入(AspectJ)和运行期织入(AspectJ)。

可以更改为:织入(Weaving) :织入是将切面和目标对象连接起来的过程,也就是将通知应用到切点匹配的连接点上。常见的织入时机有两种,分别是编译期织入(Compile-Time Weaving 如:AspectJ)和运行期织入(Runtime Weaving 如:AspectJ、Spring AOP)。

不错的,我会同步上去的,感谢!

@Snailclimb Snailclimb added the perfect content improve the content label Aug 13, 2024
@Ark-qwq
Copy link
Author

Ark-qwq commented Aug 13, 2024

好像已经修正完成了,那我下次再提PR来进行吧

@Snailclimb
Copy link
Owner

好像已经修正完成了,那我下次再提PR来进行吧

可以的,非常欢迎参与完善!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perfect content improve the content
Projects
None yet
Development

No branches or pull requests

2 participants