摘要: This article explains how to solve Baidu Netdisk throttling by using the Edge browser, installing Tampermonkey and other plugins, configuring IDM-related settings, and obtaining direct links, ultimately achieving high-speed downloads.
Introduction Baidu Netdisk's speed throttling has always been a headache. As a student, I really can't afford to renew that expensive plan: 30 yuan per month, over 260 yuan per year, and I don't use it much. Yesterday I downloaded a 6 GB software package and it throttled to 100 KB/s, which was r...
摘要: This article introduces the concept of strings in JavaScript along with common properties and methods, and also explains how to use the Math object and the meaning of escape characters. Strings can be stored using single quotes or double quotes. length represents the length of the string; charAt retrieves the specified character; concat concatenates strings; indexOf finds the position of a string, etc. The Math object includes methods like round for rounding and random for generating random numbers. Escape characters include newline and quotation marks.
The Concept of Strings Strings are commonly used to store and process text, using single quotes ('') or double quotes (""), either a pair of double quotes or a pair of single quotes. Properties and Methods of Strings length: represents the length of the string. charAt: gets the chara...
摘要: Notes on JavaScript arrays, covering how to create arrays, determine if a value is an array, add or remove elements, sort, access via indexing, and convert between arrays and strings.
How to create arrays (two ways) 1: Create arrays using literals How to determine whether something is an array Ways to add or remove elements in an array Sorting the array Array indexing methods Use indexOf, for example: arr.indexOf(yuan);// It searches from front to ba...
摘要: A personal account of discovering and deploying a self-hosted RSS reader, with setup steps for Linux (Docker and Nginx) and accompanying screenshots.
Foreword I've been blogging for two months and have made many friends who visit each other's blogs. But I was bothered by not knowing whether other people's articles had been updated. I downloaded many RSS subscription apps from Baidu; they consumed a lot of memory, and my laptop's fan was whi...
Why Alist Is Recommended as a Cloud Drive I've been using Alist for several days now, and firstly I find it very appealing; it currently supports storing 20 cloud storage providers, covering all of the ones I use.  6. Use via cnpm ***