Spring入门
1:sprin的作用:解耦
使用Spring框架,将对象创建权交给Spring容器,由框架自行创建对象 底层是:工厂模式配置文件反射
2:Spring核心 IOC 和 AOP IOC( inversion of Control ) :控制反转就是解决主业务的耦合,配置文件反射工厂 AOP:面向切面编程,将交叉…
这次做的是一个魔鬼和牧师的游戏 游戏DEMO Priests and Devils is a puzzle game in which you will help the Priests and Devils to cross the river within the time limit. There are 3 priests and 3 devils at one side of the river. They all want to get to the o…
在学习rk3399看到特别好的文章,这边进行转载记录一下,以防遗忘: CSDN博主「ontheway_zero」的原文链接:RK3399教程: camera
名词解释
在现代移动设备中,常用一种接口用来连接SOC和LCD和Camera,这种接口就…
abp框架新建了一个模版项目,启动报错。
//报错实例
Autofac.Core.Activators.Reflection.NoConstructorsFoundException:“No accessible constructors were found for the type weigu.Admin.Order.OrderHuizongAppService.”报错意思是没有为’ weight.admin.orde…