Перейти к содержанию
View in the app

A better way to browse. Learn more.

iKey

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hutool 2.6 Apr 2026

// Instead of new ArrayList<String>(){{add("a");}}; ArrayList<String> list = CollUtil.newArrayList("a", "b", "c"); // Join a list without a loop String result = CollUtil.join(list, ", "); // "a, b, c" While modern crypto is complex, 2.6 made simple MD5/SHA hashing a one-liner.

if(StrUtil.isBlank(userInput)) { ... } String upperFirst = StrUtil.upperFirst("hello"); // "Hello" String hide = StrUtil.hide("123456789", 2, 6); // "12****89" Tired of Integer.parseInt() throwing NPEs on null? The Convert class handled everything gracefully.

If so, you likely have a stable, quirky little time capsule. Enjoy the nostalgia—but start planning that upgrade path. Have a war story about using Hutool 2.6 in a legacy project? Let me know in the comments below! hutool 2.6

In version 2.6, Hutool wasn't trying to be a massive framework. It was just a jar (roughly 100-150KB) that solved real, painful, repetitive problems. Let's be clear: You should not use Hutool 2.6 in a modern production environment. It lacks modules, uses old date/time APIs, and has zero support for java.time .

Today, let’s rewind the clock and look at —a version that, while ancient by today’s standards (released years before modules and records), represented a sweet spot of simplicity and utility. What was Hutool 2.6? For the uninitiated, Hutool is a tiny, powerful Java utility library. Think of it as a "Swiss army knife" for Java, filling the gaps left by Apache Commons and Google Guava. Version 2.6 was a stable release from the project's early "pre-3.0" era. The Convert class handled everything gracefully

In the ever-evolving world of Java development, we often chase the latest version of Spring Boot or the newest JDK features. But sometimes, it is worth looking back at the tools that laid the groundwork for our current productivity.

int intVal = Convert.toInt(someObject, 0); // Default 0 on error/null String[] strArray = Convert.toStrArray("[a, b, c]"); Creating lists in old Java was verbose. Hutool 2.6 offered shortcuts that felt revolutionary at the time: Have a war story about using Hutool 2

Today, it belongs in a museum (or a very isolated legacy module). Modern Hutool (v5+) is faster, safer, and supports the modern Java ecosystem.

The hutool-all module replaced the old segmented JARs. You will need to update your imports from com.xiaoleilu.hutool.* to cn.hutool.core.* . Final Verdict Hutool 2.6 was a hero for its time. It reduced boilerplate in Java 7/8 codebases when the standard library was still stubbornly verbose.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.