Find duplicate files with standardized file names, store files reasonably and efficiently on win computer, and the ultimate goal - > save time and work efficiently

starting point I have been using the computer for decades. In this process, I have experienced the collapse of software system, the damage of hard disk, the hanging of mainboard, the update of computer and the change of external memory. I have accumulated a lot of data / files over time. Sometimes I have deliberately backed up several time ...

Posted by korporaal on Tue, 11 Jan 2022 00:01:39 +0100

Python crawler (mainly the scratch framework)

1, IP proxy pool (relatively simple, subsequent updates) Two protocols are used to verify ip and proxies, http and https import re import requests url = 'https://tool.lu/ip' headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.62' } ...

Posted by smilepak on Mon, 10 Jan 2022 04:30:43 +0100

Win32 learning notes (16) message type

1. Message generation and processing flow: As shown in the figure above, we introduced this figure in detail in the window creation program. For example, when we click a window, a message will be generated. The operating system will first judge which window the message is on. After finding the window, it will find out which thread the wi ...

Posted by mr_zhang on Thu, 06 Jan 2022 14:48:48 +0100

VS2019 create Windows service

To write a daily report on the enterprise wechat every day, a robot is added to remind you to write a daily report regularly, so a local service is made. 1, Create enterprise wechat robot Click on the top right of the group to add a robot   The Webhook address above will be used in the next three steps 2, Create project 1.VS create a ne ...

Posted by dominod on Tue, 04 Jan 2022 02:11:18 +0100

VMWARE Virtual Machine Install Apple MACOS MONTEREY System

To experience the macOS system, besides buying an Apple computer, you can also use Hei Apple and virtual machines. The "Hei Apple" is troublesome, mainly in terms of drivers. If you just want to experience it, a virtual machine approach is recommended. So this article brings you a tutorial and a mirror Download for installing macOS 12 ...

Posted by paulieo10 on Sun, 02 Jan 2022 06:42:05 +0100

C++ Windows packages file resources into exe and reads them out

Are you like me, Total number of exe files built (plus resource files) try to keep it as few as possible. It's better to have only one file, or some things don't want to put some important things outside exe. Even after encryption, you don't feel at ease. Then rc and windows api can meet your needs. If you want to dazzle you with more than 100 ...

Posted by krotkruton on Tue, 28 Dec 2021 07:40:08 +0100

Git permanently deletes files and history

Git permanently deletes files and history You may want to permanently delete files and history from the git Repository: You accidentally add a file that should not be added to version management, sensitive data or large files or other useless files;You accidentally add an article related to cracking a famous software into GitHub warehouse. At ...

Posted by l_kris06 on Wed, 22 Dec 2021 09:29:59 +0100

It's troublesome to change Windows hosts. Stay up late and make your own modification artifact. It's almost ready to fly (you can experience internal test voting)

❤️ Welcome to subscribe Learning python from actual combat Column, using python to realize practical cases in various directions such as crawler, office automation, data visualization and artificial intelligence, which is interesting and useful! ❤️ More introduction to boutique columns can be found here The so-called poetry and distance, h ...

Posted by Tezread on Mon, 20 Dec 2021 14:22:09 +0100

Windows driver development learning record - string suffix matching in kernel mode

1. Premise environment Recently, the system learning driver development, want to do a basic system loading driver filtering, which encountered the problem of string matching, record it. 1.1. Create callback using PsSetLoadImageNotifyRoutine NTKERNELAPI NTSTATUS PsSetLoadImageNotifyRoutine( _In_ PLOAD_IMAGE_NOTIFY_ROUTINE NotifyRoutine); ...

Posted by elindithas on Sun, 19 Dec 2021 19:35:07 +0100

Yan web page port 8088 is not accessible in Windows browser

Problem description After configuring the Hadoop Namenode, secondarynode, and datanode nodes, configure mapred site in the hadoop /etc directory xml,yarn-site.xml file. After configuration, start resource manager and nodemanager. Among them, yen site The XML configuration is as follows: <property> <name>yarn.node ...

Posted by matbennett on Sun, 19 Dec 2021 13:56:35 +0100