Loading

上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 介绍 AMQP和JMS消息服务 什么是JMS: Java消息服务(Java Message Service),Java平台中关于面向消息中间件的接口 JMS是一种与厂商无关的 API,用来访问消息收发系统消息,它类似于JDBC(Java Database Connectivity)。这里,JDBC 阅读全文
posted @ 2022-09-11 19:14 yonugleesin 阅读(63) 评论(0) 推荐(0) 编辑
摘要: Nacos Nacos注册中心 Docker部署Nacos nacos手册:https://nacos.io/zh-cn/docs/what-is-nacos.html 依赖: <!--添加nacos客户端--> <dependency> <groupId>com.alibaba.cloud</gr 阅读全文
posted @ 2022-09-11 19:14 yonugleesin 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 标签 结构:头 、 体 <html> <head> <title></title> </head> <body> </body> </html> 页面标签 <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="widt 阅读全文
posted @ 2022-09-11 19:13 yonugleesin 阅读(27) 评论(0) 推荐(0) 编辑
摘要: DeBug快捷键 | 编号 | 名称 | 作用 | | | | : | | 1 | Show Execution Point | 如果你的光标在其它行或其它页面,点击这个按钮可跳转到当前代码执行的地方 | | 2 | Step Over | 一行一行的往下执行代码,如果这一行上有方法不会进入方法 | 阅读全文
posted @ 2022-09-11 19:13 yonugleesin 阅读(40) 评论(0) 推荐(0) 编辑
摘要: linux 目录结构 | 编号 | 目录 | 含义 | | | | | | 1 | /bin | 存放二进制可执行文件 | | 2 | /boot | 存放系统引导时使用的各种文件 | | 3 | /dev | 存放设备文件 | | 4 | /etc | 存放系统配置文件 | | 5 | /home 阅读全文
posted @ 2022-09-11 19:09 yonugleesin 阅读(96) 评论(0) 推荐(0) 编辑
摘要: JDBC 获取数据库连接 Driver接口实现类 Driver接口介绍 java.sql.Driver接口是所有的DBUtils驱动程序需要实现的接口。提供给不同的数据库厂商使用 程序中不需要直接去访问实现了的Driver接口的类,而是有驱动程序管理器类(java.sql.DriverManager 阅读全文
posted @ 2021-10-22 18:31 yonugleesin 阅读(70) 评论(0) 推荐(0) 编辑
摘要: IOC容器的原理 IOC容器的入门 环境准备 导入依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.0.5.RELEASE</versio 阅读全文
posted @ 2021-05-20 23:43 yonugleesin 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 无法打开xml文件 问题:class path resource [applicationContext.xml] cannot be opened because it does not exist Exception in thread "main" org.springframework.be 阅读全文
posted @ 2021-05-14 11:33 yonugleesin 阅读(1317) 评论(0) 推荐(0) 编辑
摘要: 端口开放问题 阿里端口开放 Redis安装: 2.1、准备编译器 [root@ccl ~]# yum -y install gcc gcc-c++ 2.2、下载并安装 [root@ccl ~]# wget http://download.redis.io/releases/redis-5.0.9.t 阅读全文
posted @ 2021-05-08 13:13 yonugleesin 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 输入以下代码后重启IDEA -Dfile.encoding=UTF-8 阅读全文
posted @ 2021-03-08 13:08 yonugleesin 阅读(52) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页