会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
DingJie1024
学习笔记
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2021年8月4日
idea集成开发环境-web工程加载异常-页面404
摘要:
阅读全文
posted @ 2021-08-04 09:51 DingJie1024
阅读(15)
评论(0)
推荐(0)
编辑
spring-ssm整合
摘要: SSM框架整合 目录结构 20.cnblogs.com/blog/1678155/202108/1678155-20210804092459320-154163573.png) 一、pom.xml文件 <!--依赖 junit,数据库驱动,连接池,servlet,jsp,mybatis,mybati
阅读全文
posted @ 2021-08-04 09:25 DingJie1024
阅读(45)
评论(0)
推荐(0)
编辑
2021年7月15日
springboot_shiro
摘要: ##1、Shiro简介 ###1.1、什么是shiro? Apache Shiro是Java安全权限框架。 shiro可以非常容易的开发出足够好的应用,其不仅可以用在JavaSE环境,也可以用在JavaEE环境。 shiro可以完成,认证,授权,加密,会话管理,web继承,缓存等。 下载地址:htt
阅读全文
posted @ 2021-07-15 11:37 DingJie1024
阅读(60)
评论(0)
推荐(0)
编辑
2021年7月6日
springboot_springSecurity整合
摘要: ###SpringSecurity 简介 SpringSecurity是针对Spring项目的安全框架,也是Spring Boot底层安全模块默认的技术选型,他可以实现强大的Web 安全控制,对于安全控制,我们仅仅需要引入spring-boot-starter-security模块,进行少量的配置,
阅读全文
posted @ 2021-07-06 11:06 DingJie1024
阅读(148)
评论(0)
推荐(0)
编辑
2021年7月2日
springboot_整合JDBC_Druid数据源_MyBatis
摘要: Springboot-JDBC 配置文件 #serverTimezone=GMT:设置时区 spring: datasource: username: root password: 123456 url: jdbc:mysql://localhost:3306/数据库名?serverTimezone
阅读全文
posted @ 2021-07-02 15:43 DingJie1024
阅读(61)
评论(0)
推荐(0)
编辑
2021年6月29日
springboot_数据增删改查
摘要: ###前期数据准备(模拟数据库) @Repository public class DepartmentDao { //模拟数据库中的数据 private static Map<Integer, Department> departmentMap = null; static { departmen
阅读全文
posted @ 2021-06-29 21:57 DingJie1024
阅读(632)
评论(0)
推荐(0)
编辑
2021年6月28日
python面对对象
摘要: 一、语法基础
阅读全文
posted @ 2021-06-28 10:47 DingJie1024
阅读(37)
评论(0)
推荐(0)
编辑
springboot_简单用户登录和拦截器
摘要: ###1、为登录页面的form表单,添加th:action进入controller <form class="form-signin" th:action="@{/user/login}"> ###2、input标签添加“name”属性 <input type="text" name="userna
阅读全文
posted @ 2021-06-28 10:43 DingJie1024
阅读(173)
评论(0)
推荐(0)
编辑
2021年6月26日
springboot_页面国际化(页面中英文切换)
摘要: 中文: 英文: ###1 在resource添加配置文件(语言切换) login.properties:默认显示的配置文件 login_en_US.properties:英文的配置文件 login_zh_CN.properties:中文的配置文件 点击resource Bundle视图化显示配置 #
阅读全文
posted @ 2021-06-26 22:34 DingJie1024
阅读(649)
评论(0)
推荐(0)
编辑
2021年6月18日
Java-spring-复习
摘要: ##1、IOC创建对象的方式 ####1)默认方式,无参构造创建对象 ####2)使用有参构造创建对象 方法一,下标赋值 <bean id="user" class="edu.dj.pojo.User"> <constructor-arg index="0" value="D J"/> </bean
阅读全文
posted @ 2021-06-18 11:49 DingJie1024
阅读(55)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
公告