会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
芜湖男酮
博客园
首页
新随笔
联系
订阅
管理
2021年12月2日
RabbitMQ-SpringBoot
摘要: RabbitMQ-SpringBoot 准备工作 1、创建SpringBoot项目 2、配置文件 spring.application.name=rabbitMQ-springboot spring.rabbitmq.host=ip地址 spring.rabbitmq.port=5672 # 用户名
阅读全文
posted @ 2021-12-02 15:15 芜湖男酮
阅读(69)
评论(0)
推荐(0)
2021年11月30日
RabbitMQ学习笔记
摘要: RabbitMQ学习笔记 学习地址:https://www.bilibili.com/video/BV1dE411K7MG 官网地址:https://www.rabbitmq.com 博客地址:https://www.userwusir.top Centos7安装 1、准备 Erlang + soc
阅读全文
posted @ 2021-11-30 14:34 芜湖男酮
阅读(59)
评论(0)
推荐(0)
2021年9月11日
java运行时数据区域
摘要: 堆:最大的一块区域,存放对象实例 字符串常量池:字符串池里的内容是在类加载完成,经过验证、准备阶段之后存放在字符串常量池中。创建字符串之前检查常量池中是否存在,如果存在则获取其引用,如果不存在则创建并存入,返回新对象引用 方法区:元空间(本地内存中实现) 静态常量池:*.class文件中的常量池,c
阅读全文
posted @ 2021-09-11 23:21 芜湖男酮
阅读(38)
评论(0)
推荐(0)
2021年6月8日
Spring-Boot自动装配
摘要: Spring-Boot自动装配流程的个人理解
阅读全文
posted @ 2021-06-08 10:18 芜湖男酮
阅读(35)
评论(0)
推荐(0)
2021年5月30日
SpringMVC学习笔记
摘要: SpringMVC学习笔记 资源 官方文档:Web on Servlet Stack (spring.io) 中文文档:Spring Framework 4.3.21.RELEASE 中文文档 - 22. Web MVC 框架 | Docs4dev SpringMVC工作流程(重点) HelloSp
阅读全文
posted @ 2021-05-30 15:51 芜湖男酮
阅读(46)
评论(0)
推荐(0)
2021年4月24日
Spring学习笔记
摘要: Spring学习笔记 资源 下载地址:https://repo.spring.io/release/org/springframework/spring/ docs文档、api文档地址:https://docs.spring.io/spring-framework/docs/ 中文文档地址:http
阅读全文
posted @ 2021-04-24 00:56 芜湖男酮
阅读(74)
评论(0)
推荐(0)
2021年4月17日
smbms学习笔记(服务器端)
摘要: smbms学习笔记(服务器端) 笔记地址:https://github.com/userwusir/study-notes 项目地址:https://github.com/userwusir/smbms 大致的一个流程,从用户的pojo到dao层创建,service层和登录、登出servlet层的书
阅读全文
posted @ 2021-04-17 00:02 芜湖男酮
阅读(219)
评论(0)
推荐(0)
JS学习笔记
摘要: JS学习笔记 笔记地址:https://github.com/userwusir/study-notes 数据类型 变量 //全局变量 i = 1; //通过 //严格检查 'use strict' i = 1; //不通过 //局部变量使用let定义 let j = 2; 比较运算符 = == 等
阅读全文
posted @ 2021-04-17 00:01 芜湖男酮
阅读(75)
评论(0)
推荐(0)
2021年4月16日
JSP学习笔记
摘要: JSP学习笔记 笔记地址:https://github.com/userwusir/study-notes 认识JSP 文件:C:\Users\wulele\AppData\Local\JetBrains\IntelliJIdea2020.3\tomcat\*\work\Catalina\local
阅读全文
posted @ 2021-04-16 23:59 芜湖男酮
阅读(106)
评论(0)
推荐(0)
Mybatis学习笔记
摘要: Mybatis学习笔记 笔记地址:https://github.com/userwusir/study-notes 资源 官网 https://mybatis.org/mybatis-3/zh/index.html 项目地址 https://github.com/mybatis/mybatis-3/
阅读全文
posted @ 2021-04-16 23:57 芜湖男酮
阅读(53)
评论(0)
推荐(0)
下一页
公告