Unable to connect, retrying...
Online collaborative whiteboard. Powerful, engaging with timer, emoji's, commenting and voting.
Search for RSS feeds

月小升博客

java教程,android教程

Feed:

php8 编译zip

我的php80默认路径 /etc/opt/remi/php80 /usr/lib64/php/modules/ 一、重装php-zip yum-config-manager --enable remi-php80 yum install php-zip systemctl stop php80-php-fpm systemctl start php...

https://java-er.com/blog/php8-zip/

Spring AOP理解

Oriented: 以什么为方向的 Aspect: 方面,切面,特色,朝向 AOP:Aspect Oriented Programming,即面向切面编程。 OOP:Object Oriented Programming,OOP作为面向对象编...

https://java-er.com/blog/spring-aop/

Spring IOC的理解

IOC 的定义: Spring提供的容器又称为IoC容器。 IOC 全称为 Inversion of Control ,翻译为控制反转。IOC不是一种技术,而是一种思想。 应用本身不依赖对象...

https://java-er.com/blog/spring-ioc/