📄️ How to Encrypt a File Over 100GB
1. Background
📄️ Copying an InputStream
Description
📄️ Java Image Similarity Comparison - Color Distribution Method
0. The Implementation Approach in This Article Comes from These Blogs:
📄️ Java Base64 Encoding to Image with Cropping
Code as follows:
📄️ 教你如何在Mac下做OCR文字识别。支持m1 mac
1. 前景提要
📄️ 【翻译】Java 8中的并行流处理--顺序流处理与并行流处理的性能对比
出处:https://blog.oio.de/2016/01/22/parallel-stream-processing-in-java-8-performance-of-sequential-vs-parallel-stream-processing
📄️ Mockito简单使用
1. 一些关于Mockito的资料
📄️ Java 监听Mac键盘输入实现快捷键功能
背景需求
📄️ Fxxk PHP! A Javaer's Experience Migrating Large PHP Projects
When migrating old code, the most painful thing is staring at this huge pile of code - you look at it, it looks at you, over and over again, but you still don't know what the code does. No comments, no documentation, meaningless variable names, context that seems to talk past itself, a method that's over 2000 lines, strange patterns everywhere, if statements nested 7-8 levels deep in loops like the abyss, and to get a certain property you have to traverse 7 classes and a dozen methods before you finally see that crooked SQL statement with a comment that just says "RUN"
📄️ Eureka添加安全验证的两种方式其一:使用Spring Security(2022最新版本)
1. 使用Spring Security
📄️ Java获取电脑显示器的分辨率
可以使用 Java 的 java.awt.Toolkit 类获取电脑显示器的分辨率。具体地,可以使用 Toolkit.getDefaultToolkit().getScreenSize() 方法获取屏幕的尺寸,或者使用 Toolkit.getDefaultToolkit().getScreenResolution() 方法获取屏幕的分辨率(单位为每英寸像素数)。
📄️ Connect to Linux via Java and Execute Scripts or Commands
📄️ 记一次项目线上的内存暴增以及解决办法
image.png
📄️ 【转载】关于Redis6.0之后的面试题
1. 为什么 Redis 一开始选择单线程模型(单线程的好处)?
📄️ nacos基本使用
1. 说在前面
📄️ 帆软可以连接数据库,但是查询报错Communications link failure
数据库版本问题
📄️ JavaFX官方文档翻译
官方文档地址:JavaFX
📄️ java mongoTemplate操作 Aggregation中添加addFields
mongoTemplate操作mongodb真是各种坑,springboot官方文档上给到的案例不满足实际的需求
📄️ JXLS入门指南【附测试代码】
推荐阅读:
📄️ 还原idea的touch bar设置,或者设置使用idea时touch bar为f1,f2
之前不知道怎么设置的,IDEA的touch bar被我设置成了f1,f2 function键,但是在设置中死活找不到,以下是解决办法。
📄️ 2025.01 IDEA touch bar 功能键消失
1. 背景