每一年都奔走在自己热爱里

没有人是一座孤岛,总有谁爱着你
上一页 1 ··· 10 11 12 13 14
摘要: 1. 问题描述 /usr/bin/docker-current: Error response from daemon: Conflict. The container name "/rabbitmq" is already in use by container 8278c2b3d8ded022c 阅读全文
posted @ 2020-08-20 14:36 helloliyh 阅读(5827) 评论(1) 推荐(1) 编辑
摘要: 问题: Encountered invalid @Scheduled method 'test1': Only no-arg methods may be annotated with @Scheduled 解决: 出现这个错误主要是@Scheduled注解下的方法带有参数,把@Scheduled注 阅读全文
posted @ 2020-08-19 16:33 helloliyh 阅读(1541) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar calendar = Calendar.getInstan 阅读全文
posted @ 2020-08-17 14:10 helloliyh 阅读(1883) 评论(0) 推荐(0) 编辑
摘要: 一、PV统计(页面访问量) (1) 基本概念通常是衡量一个网络新闻频道或网站甚至一条网络新闻的主要指标。网页浏览数是评价网站流量最常用的指标之一,简称为PV。监测网站PV的变化趋势和分析其变化原因是很多站长定期要做的工作。 一般来说,PV与来访者的数量成正比,但是PV并不直接决定页面的真实来访者数量 阅读全文
posted @ 2020-08-14 10:34 helloliyh 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: 问题: Failed to execute goal org.apache.,maven.plugins:maven-compiler-plugin:3.8.1 1.项目可以正常启动,如图: 2.在这个项目中引入了其他模块的依赖,打包时报错: 3.package时报错,Failed to execu 阅读全文
posted @ 2020-08-14 10:05 helloliyh 阅读(5861) 评论(0) 推荐(0) 编辑
摘要: 方式一:利用java.net.InetAddress类获取 package com.liyh.test; import org.junit.Test; import java.net.InetAddress; import java.net.UnknownHostException; public 阅读全文
posted @ 2020-08-07 15:41 helloliyh 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 准备工作: linux版本:CentOS 7 64位 以下操作全部在root账号下进行 一、安装JDK: 1.检查并卸载JDK 检查系统是否自带jdk以及相关安装包,如果有的话则应先将其卸载。 检查JDK版本: java -version 查询所有已安装的jdk rpm包 rpm -qa|grep 阅读全文
posted @ 2020-08-03 11:16 helloliyh 阅读(645) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14