06 2022 档案

摘要:main入口 @SpringBootApplication public class MyApplication { public static void main(String[] args) { // 执行SpringAppllication的静态run方法 SpringApplication. 阅读全文
posted @ 2022-06-24 17:53 i初学者 阅读(276) 评论(0) 推荐(0) 编辑
摘要:核心容器(Spring core)核心容器提供Spring框架的基本功能。Spring以bean的方式组织和管理Java应用中的各个组件及其关系。Spring使用BeanFactory来产生和管理Bean,它是工厂模式的实现。BeanFactory使用控制反转(IoC)模式将应用的配置和依赖性规范与 阅读全文
posted @ 2022-06-20 20:08 i初学者 阅读(57) 评论(0) 推荐(0) 编辑
摘要:fileinput是一款非常好用的基于Bootstrap的jQuery插件。 插件地址:http://plugins.krajee.com/file-input 安装 必须在fileinput之前引入jQuery和Bootstrap。 <!-- bootstrap 4.x is supported. 阅读全文
posted @ 2022-06-16 14:06 i初学者 阅读(556) 评论(0) 推荐(0) 编辑