上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 92 下一页
摘要: SpringMVC概述 传统java web SpringMVC web SpringMVC快速入门 实现步骤(如上图) 代码实现 pom.xml中需要配置的依赖 <!--spring坐标--> <dependency> <groupId>org.springframework</groupId> 阅读全文
posted @ 2021-07-16 13:09 yub4by 阅读(47) 评论(0) 推荐(0)
摘要: 搭建初始项目 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins 阅读全文
posted @ 2021-07-16 10:51 yub4by 阅读(77) 评论(0) 推荐(0)
摘要: 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.springframework.org/schema/beans" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-in 阅读全文
posted @ 2021-07-15 20:22 yub4by 阅读(71) 评论(0) 推荐(0)
摘要: Spring原始注解 Spring是轻代码而重配置的框架,配置比较繁重,影响开发效率,所以注解开发是一种趋势,注解代替xml配置文件可以简化配置,提高开发效率。 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.s 阅读全文
posted @ 2021-07-15 19:48 yub4by 阅读(72) 评论(0) 推荐(0)
摘要: 数据源(数据库连接池)的作用 数据源的开发步骤 数据源的手动创建 VS Spring配置数据源 虽然将数据库基本连接信息配置到applicationContext.xml中已经完成解耦合,但是实际开发中方便数据库的管理,同样会将数据库的基本连接信息单独抽取到一个properties文件中 代码 po 阅读全文
posted @ 2021-07-15 18:39 yub4by 阅读(71) 评论(0) 推荐(0)
摘要: 1 // ApplicationContext app = new ClassPathXmlApplicationContext("applicationContext.xml"); 2 ApplicationContext app = new FileSystemXmlApplicationCon 阅读全文
posted @ 2021-07-15 13:26 yub4by 阅读(55) 评论(0) 推荐(0)
摘要: 单例scope="singleton" 多例scope="prototype" 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.springframework.org/schema/beans" 3 xmlns: 阅读全文
posted @ 2021-07-15 11:37 yub4by 阅读(90) 评论(0) 推荐(0)
摘要: Spring概述 Spring快速入门 1、在pom.xml中导入Spring开发的基本包坐标 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns: 阅读全文
posted @ 2021-07-14 21:16 yub4by 阅读(63) 评论(0) 推荐(0)
摘要: 。。。 阅读全文
posted @ 2021-07-14 20:51 yub4by 阅读(31) 评论(0) 推荐(0)
摘要: 0、准备工作 上传与下载工具方式1:FileZilla 绿色免安装,本地解压FileZilla_3.7.3安装包,FTP软件 上传与下载工具方式2:lrzsz 上传与下载工具方式3:sftp 使用alt + p 组合键打开sftp窗口 使用put 命令上传(默认上传位置在linux当前登录用户的目录 阅读全文
posted @ 2021-07-14 13:48 yub4by 阅读(77) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 92 下一页