Installation configuration of command line terminal tool Cmder under Windows

Cmder is a simple and easy to use enhanced command line tool. Through Cmder, users can use all commands in the window, including custom window colors, font sizes Git version control, multi window management, etc. The main advantage of Cmder is portability. It is designed to be completely independent and has no external dependencies, so it is very suitable for US
 Installation configuration of command line terminal tool Cmder under Windows

Share a 360 wallpaper API (latest version)

In the last reply, I said that I had been struggling with the website gebilaoli.com recently. At the beginning, the website background used Bing Daily Wallpaper. Later, I found that the wallpaper in 360 browser was quite good, so I switched to 360 wallpaper instead of talking nonsense and linking directly https://mini.browser.360.cn/n...
 Share a 360 wallpaper API (latest version)

The website uses APlayer+MetingJS to achieve music playback and refresh the page to keep the music playing progress

Recently, I have been tinkering with the website gebilaoli.com. I suddenly wanted to add a function of playing music online to him a few days ago. So I thought of APlayer. APlayer is a simple and beautiful HTML5 music player that supports multiple modes, including playlist mode and bottom suction mode. It is also very simple to use, just add relevant code in the page

Ttf conversion woff2 tool, Woff2 ttf mutual conversion

Recently, the HarmonyOSSans font was embedded in the theme, but the volume of the Chinese font package was too large. A HarmonyOS_Sans_SC_Regular font reached 7.87M. So I thought of reducing the volume by converting the ttf format font to the woff2 format. woff...
 Ttf conversion woff2 tool, Woff2 ttf mutual conversion

CSS uses font weigh to select different fonts according to their thickness

Seeing this title, someone's first reaction may be that font weigh controls the font thickness? Why choose a different font package? Because many fonts do not contain thickness levels, setting font weight is invalid! Let's see the following example using the same font, The font weight is set to 600, 500, 40
 CSS uses font weigh to select different fonts according to their thickness

Use CSS steps () animation to make my brother move, 🐔🍐🌞🍓

The css step function steps() is another function value of the animation timing function attribute, which can be transited in the form of a frame to form a freeze frame animation. Syntax: animation timing function: steps (number, [end | start]) The parameter says
 Use CSS steps () animation to make my brother move, 🐔🍐🌞🍓
Zuozi upgraded Z-Blog 1.7.3.3200 (Beta). This time, Pig played unsteadily, and there was no problem

CSS text is displayed in equal width to avoid dithering when numbers change

Set font feature settings for numbers: "tnum" to make numbers display in equal width, so as to avoid jitter when numbers change. For example, some mobile phones have different system fonts!!! Don't look. It's about you, MiSans!!!<!doctypehtml>&...
 CSS text is displayed in equal width to avoid dithering when numbers change
How to disable the console from outputting logs? Add console. log=function() {} to the JS code console.error = function () {}
Top