排序
Springboot提示No beans of ‘RestTemplate’ type found错误
错误信息 在使用RestTemplate时,IntelliJ Idea提示Could not autowire. No beans of 'RestTemplate' type found.。 代码清单: @Component public class SmsUtil { @Autowired private RestTem...
zookeeper启动报错:Address unresolved
ZOOKEEPER节点启动报错信息如下: 2021-10-17 12:20:18,528 [myid:] - INFO [main:QuorumPeerConfig@174] - Reading configuration from: /home/michael/apache-zookeeper-3.7.0-bin/conf/zoo1....
Debian通过snapd安装certbot出错
在Debian系统上,通过snap安装certbot出错: error: no snap found for 'certbot' 环境已经更新到最新: apt update snap install core; snap refresh core snap install --classic certbot 上...
Maven配置之MyBatis Generator Maven Plugin(三步学会使用MyBatis Generator生成代码)
学习使用Maven Mybatis插件MyBatis Generator Maven Plugin自动生成实体类、Example类等详细配置。 开发环境:IntelliJ IDEA 2018.3 1.添加插件依赖 插件依赖如下: <plugin> <groupId...
如何在桌面创建网页的快捷方式?
在桌面创建快捷方式可以让我们更快的访问自己想要访问的网址,下面介绍如何在桌面创建一个网页的快捷方式。 1.在桌面点击鼠标右键; 2.点击新建“快捷方式”; 3.在弹出的窗口,输入你想要访问...
ureport报表新建spring数据源
使用ureport2报表新建spring数据源的步骤如下: 1.新建一个接口方法 接口方法如下: package lc.jw.iarp.queryapplystatistics.service; import java.util.List; import java.util.Map; /** * ...
Oracle安装时先决条件物理内存检查失败的解决方案
环境说明: 安装环境:Win7-64bit专业版,内存4G,硬盘空间足够 安装版本:Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (x64) 安装文件为win64_11gR2_database_1of2.zip...
Hexo搭建Github Pages绑定自定义域名的方法
方式1 在{your_hexo_folder}/source/下添加cname文件,内容为你的域名(www.4spaces.org或4spaces.org),github会自动为你解析到你定义的域名,根据你的内容解析为www.4spaces.org或4spaces.org ...
史上最新最全Oracle数据库安装及客户端连接教程(图文教程)
Oracle的安装过程包括两部分: 服务端安装; 客户端连接; 为了更好的对过程进行说明,本文将服务端的安装过程和客户端的安装过程分开来介绍。 Oracle 数据库软件安装 Oracle数据库软件的安装请...
IntelliJ IDEA插件jrebel激活(2018最新)
环境: IntelliJ IDEA 2018.3; Jrebel 2018.1.7; 方式一 激活方式如下: 1.访问官方网站https://my.jrebel.com/; 2.使用facebook或twitter登陆; 3.点击左侧Install and Activate; 可以在右...






