上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

2023年12月24日

redis简介,基本操作

摘要: reids简介 redis官网:https://redis.io redis中文网:https://www.redis.net.cn 端口号默认6379 退出:exit , ctrl+c redis-server.exe redis.windows.conf redis-cli.exe 连接其他地方 阅读全文

posted @ 2023-12-24 20:17 hellowworld! 阅读(45) 评论(0) 推荐(0)

2023年12月22日

HttpClient 与 微信小程序 68集

摘要: 介绍 可以发送http请求 发送请求步骤 获取code授权码 后端tomcat端口 阅读全文

posted @ 2023-12-22 16:04 hellowworld! 阅读(38) 评论(0) 推荐(0)

2023年12月21日

vue安装axios时报错

摘要: 解决方法 nodejs版本问题 重新下载nodejs,nodejs20换成nodejs18。 node官网:https://nodejs.cn/download/ 安装教程:https://blog.csdn.net/weixin_65855560/article/details/131296352 阅读全文

posted @ 2023-12-21 19:17 hellowworld! 阅读(44) 评论(0) 推荐(0)

2023年11月29日

mven

摘要: 1.mybatis he 动态sql 3个类 sql 2种方式 依赖注入实现ioc 阅读全文

posted @ 2023-11-29 17:13 hellowworld! 阅读(25) 评论(0) 推荐(0)

2023年11月24日

java中ioc和aop是什么?

摘要: 一、什么是IOC?1、IoC (Inversion of control )就是控制反转/反转控制。它是一种思想不是一个技术实现。主要就是用来解决创建和管理对象的2、就是不需要通过new 关键字来创建对象,而是通过 IoC 容器(Spring 框架) 来帮助我们实例化对象。我们需要哪个对象,直接从  阅读全文

posted @ 2023-11-24 12:38 hellowworld! 阅读(804) 评论(0) 推荐(0)

2023年11月23日

org.springframework.context.ApplicationContextException: Failed to start bean ‘documentationPluginsB

摘要: 错误信息 org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.N 阅读全文

posted @ 2023-11-23 15:10 hellowworld! 阅读(408) 评论(0) 推荐(0)

2023年11月21日

sychronic

摘要: 在JVM中,对象在内存中的布局分为三块区域:对象头、实例数据和对齐填充。 java对象的布局 对象头 (object header) 实例数据 对齐数据 (可有可无)(jvm会在堆上为对象分配8的整数位的大小来存放数据) java对象头由什么组成Mark WordClass Metadata Add 阅读全文

posted @ 2023-11-21 15:18 hellowworld! 阅读(35) 评论(0) 推荐(0)

2023年11月20日

spring boot maven 手动打入外部jar包依赖

摘要: springboot引入外部jar包并打包jar包 springboot,maven依赖引用失败,手动将jar包导入maven本地仓库 https://blog.csdn.net/From_C/article/details/134065518 https://blog.csdn.net/qq_38 阅读全文

posted @ 2023-11-20 19:08 hellowworld! 阅读(86) 评论(0) 推荐(0)

Thymeleaf 介绍

摘要: https://www.cnblogs.com/ityouknow/p/5833560.html 阅读全文

posted @ 2023-11-20 16:12 hellowworld! 阅读(22) 评论(0) 推荐(0)

spring-boot-starter-thymeleaf 避坑指南

摘要: spring-boot-starter-thymeleaf 避坑指南 第一步:pom配置环境 先不要管包是做什么的 总之必须要有 否则进坑 1 2 3 4 5 6 7 8 9 10 11 <!--避坑包--> <dependency> <groupId>net.sourceforge.nekohtm 阅读全文

posted @ 2023-11-20 16:11 hellowworld! 阅读(80) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

导航