Skip to content
CoderDream edited this page Apr 20, 2022 · 48 revisions

Welcome to the java-architect-util wiki!

  1. 修改EA编码格式解决EA导入源代码乱码的问题或EA同开发工具编码同步的问题
  2. WITH RECURSIVE递归(4个例子)
  3. PostgreSQL函数如何返回数据集 [转]
  4. 新特性stream进行List去重
  5. 2021版idea,官方获取长期免费使用资格
  6. notepad++ 查找、替换、添加 示例:查找目标输入【 "\r\n + "】,查找模式选【扩展】,效果:替换第一行引号加回车加换行,第二行两个Tab加+加空格加引号
  7. PostgreSQL 数组类型
SELECT array_to_string(array_append(string_to_array('355289048853553152,355289320250187776',','),CAST (pp.ID AS TEXT)),','),
pp.ID FROM pdm_bom pp WHERE pp.ID IN (355289385106710529,356821642863448064);
  1. No operator matches the given name and argument type(s). You might need to add explicit type casts.

多线程

  1. Java中的ThreadLocal详解

设计模式

  1. 设计模式面试题

消息队列

  1. Kafka学习之路 (一)Kafka的简介
  2. Kafka学习之路 (二)Kafka的架构
  3. Kafka学习之路 (三)Kafka的高可用
  4. Kafka学习之路 (四)Kafka的安装
  5. Kafka学习之路 (五)Kafka在zookeeper中的存储

缓存

  1. 如何在ehcache.xml中使用本地ehcache.xsd文件
  2. ehcache springboot_SpringBoot手动使用EhCache的方法示例

网络协议

  1. udp如何实现可靠性传输?
  2. https://www.cnblogs.com/nolaaaaa/p/8824238.html

IDEA插件

  1. intellij-plugin-save-actions intellij-plugin-save-actions-2.4.0.jar
  2. Idea不识别java文件(类文件显示橙色)
  3. IDEA 中 显示 *.properties 为中文-如果不生效就去掉勾选再勾选

Jacoco

  1. Java代码覆盖率工具Jacoco上手指引
Clone this wiki locally