logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

idea 使用spring boot 搭建freemarker模板

省略创建springboot项目的步骤配置pox.xml添加freemarker依赖<!--freemarker模板引擎--><dependency><groupId>org.springframework.boot</groupId><artifactId>

Dockerfile文件+docker build命令方式创建Docker自定义镜像

自定义一个centos镜像,具备vim+ifconfig+jdk8的配置

文章图片
#docker#容器
docker: Error response from daemon: Conflict. The container name is already in use by container You

docker: Error response from daemon: Conflict. The container name "/u1" is already in use by container "220980332c82079bd5b89b4129e8f5e77dba32ee3c0d2b0da51c961c00f39771". You have to remove (or rename)

#docker
unable to access ‘https://github.com/dongguo4812/article.git/‘: SSL certificate problem: unable to

新电脑安装git ,克隆个项目,但是发现clone不下来,unable to access ‘https://github.com/dongguo4812/article.git/’: SSLcertificate problem: unable to原因Git client in Fisheye/Crucible server perform verification on the SSLcer

#ssl#git#github
docker: Error response from daemon: Conflict. The container name is already in use by container You

docker: Error response from daemon: Conflict. The container name "/u1" is already in use by container "220980332c82079bd5b89b4129e8f5e77dba32ee3c0d2b0da51c961c00f39771". You have to remove (or rename)

#docker
47深入聚合数据分析_易并行聚合算法,三角选择原则,近似聚合算法

1、画图讲解易并行聚合算法:max有些聚合分析的算法,是很容易就可以并行的,比如说max有些聚合分析的算法,是不好并行的,比如说,count(distinct),并不是说,在每个node上,直接计算出一些distinct value,就可以的,因为数据可能会很多,不同node上可能有重复的值对于不易并行的局和分析,es会采取近似聚合的方式,就是采用在每个node上进行近估计的方式,得到最终的结论,

#java#elasticsearch#缓存
String类型转换BigDecimal类型

public static void main(String[] args) {String str1="2.30";BigDecimal bd=new BigDecimal(str1);System.out.println(bd);}

#java
Apache ShardingSphere 5.4.0 最新版本全知道!

Apache ShardingSphere在2023年7月初迎来了 5.4.0 版本的发布,该版本历时两个月,共合并了来自全球的团队和个人累计 1271 个 PR,新版本在功能、性能、测试、文档、示例等方面都进行了大量的优化。本次更新包含了不少能够提升用户体验、解决用户痛点的内容,本文与大家一起快速预览:广播表调整为全局表CDC 功能完善Single table 元数据加载逻辑优化

#apache
线上使用雪花算法生成id重复问题

项目中使用的是hutool工具类库提供的雪花算法生成id方式,版本使用的是5.3.1雪花算法生成id方式提供了getSnowflake(workerId,datacenterId)获取单例的Snowflake对象,并对生成id的方法nextId()进行了synchronized加锁处理。项目中使用雪花算法举例controller。

Linux虚拟机(lvm)报Unmount and run xfs_repair

linux系统没有正常关机,今天启动虚拟机无法进入系统,提示metadata corruption deleted atxxxx;Unmount and run xfs_repair

#linux#运维
    共 16 条
  • 1
  • 2
  • 请选择