会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Spring_Xian
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
11
下一页
2021年2月2日
MD5
摘要: import org.apache.commons.codec.binary.Base16; import sun.security.provider.MD5; import java.io.UnsupportedEncodingException; import java.math.BigInte
阅读全文
posted @ 2021-02-02 22:02 Spring_Xian
阅读(91)
评论(0)
推荐(0)
2021年1月5日
SpringBoot--->Thymeleaf模板引擎
摘要: 1、导入依赖 <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring5</artifactId> </dependency> <dependency> <groupId>org.thymeleaf.extr
阅读全文
posted @ 2021-01-05 18:27 Spring_Xian
阅读(142)
评论(0)
推荐(0)
2020年12月12日
Spring--->源码
摘要: 链接:Spring源码
阅读全文
posted @ 2020-12-12 23:00 Spring_Xian
阅读(68)
评论(0)
推荐(0)
Mybatis--->源码
摘要: Mybatis 源码 1、注解与mapper同时存在,不会覆盖直接报错 2、#{} 静态SQL (安全,防止SQL注入) ${}动态SQL 3、param参数
阅读全文
posted @ 2020-12-12 22:58 Spring_Xian
阅读(76)
评论(0)
推荐(0)
2020年12月8日
面经
摘要: 1、索引数据结构B+树(为什么快) 1、 B+树的磁盘读写代价更低:B+树的内部节点并没有指向关键字具体信息的指针,因此其内部节点相对B树更小,如果把所有同一内部节点的关键字存放在同一盘块中,那么盘块所能容纳的关键字数量也越多,一次性读入内存的需要查找的关键字也就越多,相对IO读写次数就降低了。 2
阅读全文
posted @ 2020-12-08 20:36 Spring_Xian
阅读(321)
评论(0)
推荐(0)
2020年11月26日
PLSQL链接服务器Oracle数据库
摘要: 本地没有Orcale,链接服务器的数据库 1、下载一个PLSQL 链接: https://pan.baidu.com/s/1nCIK5MK1IsdbYgOaw6tnlQ 提取码: k4yw 正常安装过程,下一步就完事了,不放心可以参考文档 PLSQL安装、PLSQL汉化、激活 - #Empty -
阅读全文
posted @ 2020-11-26 14:04 Spring_Xian
阅读(529)
评论(0)
推荐(0)
2020年11月19日
脚本审批同意小练习
摘要: mini.get("curr_deal_advice").setValue("同意"); mini.get("appr_result").on("valuechanged", function (obj) { var aduit_state = mini.get("aduit_state").get
阅读全文
posted @ 2020-11-19 18:37 Spring_Xian
阅读(189)
评论(0)
推荐(0)
2020年11月18日
Spring Boot--->运行原理初探
摘要: pom.xml 依赖一个父项目,管理项目资源,过滤插件 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.5.RE
阅读全文
posted @ 2020-11-18 09:28 Spring_Xian
阅读(114)
评论(0)
推荐(0)
2020年11月6日
谷歌浏览器--->插件本地安装位置
摘要: 谷歌安装的插件安装在本地那个位置 C:\Users\用户名(你自己的)\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions
阅读全文
posted @ 2020-11-06 09:05 Spring_Xian
阅读(711)
评论(0)
推荐(0)
2020年11月4日
Spring--->面试
摘要: https://javadoop.com/post/spring-ioc https://blog.csdn.net/nuomizhende45/article/details/81158383
阅读全文
posted @ 2020-11-04 23:11 Spring_Xian
阅读(82)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告