摘要: 一,了解容器 context中的beanFactory存放bean的实例。通过反射获取singletonObjects属性的内容(存放的是单例的bean实例) public static void main(String[] args) throws NoSuchFieldException, Il 阅读全文
posted @ 2022-08-29 17:40 lijianhao_1024 阅读(98) 评论(0) 推荐(0)
摘要: nginx默认安装的时候无法加载流stream模块,需要在启动参数里加上–with-stream。 解决方法:重新对源文件进行编译、安装,通过添加–with-stream参数指定安装stream模块。 ./configource --with-stream命令,要不启动会失败 make &&make 阅读全文
posted @ 2022-08-24 21:48 lijianhao_1024 阅读(82) 评论(0) 推荐(0)