Snowpeak Blog

Sharing and discussing cutting-edge technologies of AI and cloud computing, and other interesting topics.

Article

Firefox tbody Loses Width When Display is Set to Block

When using JavaScript to dynamically show and hide a table, initially setting the table's display property to block caused the entire table width to remain normal, but the borders of each table row co...

What Level Are Your HTML, CSS, and JavaScript Skills?

Measuring HTML, CSS, and JavaScript proficiency through developers' thoughts and approaches. Often, how you perceive a technology and how you apply it best reflects your technical level.

Filter by Subset with Bit Operation

This article introduces a solution to filter users whose city attributes are subsets of a given city set.

Ajax Chinese Encoding Solution

In mainstream browsers, Ajax objects send data encoded in UTF-8. Therefore, when both frontend and backend files are uniformly encoded in UTF-8, the situation is classic and straightforward. If GB cha...

Support Resin in Eclipse without Plugin

This article provides a solution for using Resin in Eclipse without the Resin plugin.

Cut String with Chinese by Byte in Java

In Java development, handling string truncation that contains Chinese characters is a common but error-prone task. This article provides a solution that ensures Chinese characters are not broken by ch...

CSS+JavaScript Universal Scrolling Bar

A universal scrolling bar implemented with pure CSS+JS, which can be used in scenarios that require dynamic content display such as news lists and announcements. Seamless scrolling effect is achieved ...

Pure CSS+JS Universal Tab

This article discusses a specific scenario and solution for creating a universal tab.

"The King and the Mockingbird" MKV Released on Cloud Storage!

"The King and the Mockingbird" is a 1979 French animated film. It was released on cloud storage on July 15, 2009.

Set iReport 3.5 to English UI

This article discusses a specific scenario and solution for setting the iReport 3.5 interface to English.

Autoload External JavaScript Files

This article is a JavaScript file that can be used to batch load external JavaScript files.

Menu by Floating Layer

This article introduces a floating layer menu replacement function.