[Go] The gin framework generates compressed packages and download files

Before adding the following code, the downloaded compressed package will always be empty. So I debugged it for two hours. . . Compressed packages can be created locally on the server. It is no problem to send the local compressed package of the server to the client separately. But when the two are combined, the […]

The installation process of MySQL green decompressed version in Windows environment!

As we all know, for small webmasters and programming language learning, the installation of MySQL is undoubtedly an unavoidable problem. There are many tutorials on the installation of MySQL on the Internet, but limited to the version of MySQL, the entire installation process can be said to have various pitfalls. Continuously, so today’s article mainly […]

The underlying implementation of Redis ordered collection zset – ZipList (compressed list) and SkipList (skip list)

1. Description zset is an ordered set, and the key of zset is non-repeatable. 2. Function Commonly used for functions such as rankings 3. Use commands 1. Add: zadd zadd [ redis_key ] [ zset_key ] [ zset_value ] … example: zadd player 99 Xiaobai 87 Xiaohong 2.5 Wutiao 2. Delete: zrem Example: Delete Xiaohong […]

The most detailed explanation on the entire network on how to export Excel compressed package files

Words written in front Next, I will use the traditional RESTful style method combined with the MVC development model to introduce to you how to achieve the title effect. Explanation of basic ideas First, query a set of personnel information records from the database and save them in the List list. Traverse this list, fill […]

Decryption and implementation of sample obfuscation techniques of an APT organization – compressed and converted into base64

The delivery method is a zip package, which contains a shortcut file xxx.lnk. The content in xxx.lnk is the xx.hta file that mshta runs to redirect the URL. During the process, a wave of machine information of the people who clicked the button will be collected. The encryption form in hta has been encountered several […]

[Comprehensive explanation of Linux commands] 167. Process derivation relationship display tool pstree and compressed package splitting tool zipsplit

Article directory pstree Additional information grammar Options Example zipsplit Additional information grammar Options parameter Learn `python` from scratch pstree Show the derivation relationship between processes in the form of a tree diagram Supplementary instructions The pstree command displays the derivation relationship between processes in the form of a tree diagram, and the display effect is […]

Win system environment setup (4) – Windows installation mysql8 compressed package version

Windows environment construction columnClick to jump Win system environment setup (4) – Windows installation mysql8 compressed package version This series of Windows environment construction begins with explaining how to build an environment for the win system. The system I use is Windows Server 2022 of Tencent Cloud Server. You can understand that the success is […]