上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 50 下一页
摘要: 在Controller类中,处理各种映射时,经常会在其中加入 model.addAttribute("result",result); 这种语句,表示在Model中添加一个Key为result,Value为result变量的属性。 不过给Model添加属性,是如何作用到具体的页面(即Controll 阅读全文
posted @ 2022-06-30 16:33 ShineLe 阅读(393) 评论(0) 推荐(0)
摘要: (37条消息) 详解Spring boot中Controller用法_呆小呆啊的博客-CSDN博客_springboot中controller (37条消息) spring mvc注解@RequestMapping的作用及属性_骑着蜗牛@you的博客-CSDN博客_@requestmapping注解 阅读全文
posted @ 2022-06-30 15:42 ShineLe 阅读(5759) 评论(0) 推荐(0)
摘要: spring boot 之使用Swagger配置详解_Geek-Banana的博客-CSDN博客(42条消息) Swagger 中 @ApiImplicitParam和@ApiImplicitParams的用途_巅峰键盘侠的博客-CSDN博客_@apiimplicitparamsSpringBoot 阅读全文
posted @ 2022-06-29 21:44 ShineLe 阅读(2470) 评论(0) 推荐(0)
摘要: 重写WebMvcConfigurer接口实现addViewControllers页面跳转(学习笔记)_Jerry_cheese的博客-CSDN博客_addviewcontrolle 使用addviewController()实现无业务逻辑跳转 - 走看看 WebMvcConfigurer讲解_老爸是 阅读全文
posted @ 2022-06-29 20:37 ShineLe 阅读(880) 评论(0) 推荐(0)
摘要: 0、注解 @Autowired:2章 1、Spring工程结构 2、组件/业务逻辑类/Bean:XxxService.java 2.1、要求 要求 说明 例子 类注解@Component 注解@Component自动定义一个Bean,Bean名是首字母小写的类名;这个Bean可以在其他Bean中通过 阅读全文
posted @ 2022-06-26 18:55 ShineLe 阅读(39) 评论(0) 推荐(0)
摘要: 可能有3个原因导致出现该问题: 1、项目中没有 src/main/webapp/WEB-INF/web.xml 文件; 2、有了上述文件,但是没在pom.xml中说明这个文件的位置; 3、以上两个都有,但是 pom.xml 中的插件maven-war-plugin的版本不对; 两种解决方法: 1、有 阅读全文
posted @ 2022-06-15 11:15 ShineLe 阅读(1686) 评论(0) 推荐(0)
摘要: 1、XML文件 学习自:(34条消息) idea如何创建XML文件_月与清酒的博客-CSDN博客_idea怎么创建xml文件 1、File→Settings 2、Editor→File and Code Templates 3、先选中File,在点击 "+" 号 4、修改Name的值为XML Fil 阅读全文
posted @ 2022-06-15 10:13 ShineLe 阅读(3642) 评论(0) 推荐(0)
摘要: 之前根据IDEA pom.xml添加依赖_狼堡懒羊羊的博客所说的方法往pom.xml添加依赖时,在按ALT + INSERT进入Generate中并没有发现有Dependency选项 但经过一番摸索之后还是顺利添加了依赖,步骤如下: ①点击上图中的Dependency Template,生成一个编写 阅读全文
posted @ 2022-06-14 21:11 ShineLe 阅读(1290) 评论(0) 推荐(0)
摘要: ①工具栏 “文件”→“设置”→“插件”,进入“插件”设置下 ②在已安装的插件中,取消勾选“中文语言包”这个插件 阅读全文
posted @ 2022-06-08 20:12 ShineLe 阅读(6523) 评论(0) 推荐(2)
摘要: 任务1:手写数字的识别任务(分类) 基于mnist数据集开展的手写数字识别任务,本质上是一个分类任务 说明 每个图像都是28*28*1的矩阵(大小为28*28,灰度图,色彩为1),那么该图像的特征就是784,相当于输入784个数据 ①读取数据集 数据下载: 链接:https://pan.baidu. 阅读全文
posted @ 2022-05-25 15:06 ShineLe 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 50 下一页