Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2025-08-13
设计模式之观察者模式 又叫发布-订阅(Publish/Subscribe)模式。实现Observer接口,以主动监视和响应Java应用程序中的状态更改,从而提高事件驱动的编程效率 2024-12-24 design-pattern