System authorization: Windows authorization

Solemnly declare: This note is only prepared for the purpose of improving safety knowledge and sharing safety knowledge with more people. Do not use the technology in the note for illegal activities. The consequences caused by using the technology in the note have nothing to do with the author himself. It is everyone's responsibility to maintai ...

Posted by Harbinger on Wed, 03 Nov 2021 20:48:05 -0700

Named shared memory for Windows interprocess communication

summary    named shared memory mainly uses several API functions provided by windows to create, open, read and destroy named shared memory. Shared memory is more suitable for scenarios with message servers and message consumers. Its advantages are high efficiency and suitable for sharing more information. Its disadvantages are th ...

Posted by taldos on Wed, 03 Nov 2021 02:00:00 -0700

Write latex through VSCode under Windows

Why latex You have this demand. It must be because latex is very popular. In my opinion, the cow is: Autotypesetting formatWhen submitting papers, you can directly borrow the template provided by relevant journals to fill in information. How to install and configure latex The configuration mentioned here is mainly aimed at the latex con ...

Posted by dsoukup on Sun, 31 Oct 2021 02:18:50 -0700

Automatically backup server data to local windows

Application scenario Recently, there is a requirement that after the server executes an instruction, it needs to back up the generated data to windows. It's not easy to check on the Internet. Some need to write a script to run in windows, but this application does not need windows operation. Instead, it monitors the operation of the server and ...

Posted by Absorbator on Fri, 22 Oct 2021 05:13:43 -0700

Exploration of C# message pump

Message pump The message pump is called message circulation. Message recycling uses a graphical user interface under Microsoft Windows. Windows programs with GUI are event driven. Windows maintains a separate message queue for each thread that creates a window. Usually only the first thread creates the window. Windows drop messages enter the ...

Posted by kooper on Mon, 18 Oct 2021 18:33:37 -0700

Detailed deployment of python+Django2.0+windows iis project

1, Server directory description Project deployment home directory:E:\innovation Python3.6.8 Installation directory:D:\Program Files(x86)\Python\Python36 1,back-end API service Code and storage Code directory: E:\innovation\backend ldap to configure: E:\innovation\backend\innovation\ldap_settings.py Configuration items such as databas ...

Posted by jungalist on Fri, 15 Oct 2021 14:39:02 -0700

Windows driver development learning record - traversing the third loaded module of the kernel (using AuxKlib)

Two other methods are attached Windows driver development learning record - traversing one of the loaded modules of the kernel (using DriverSection) Windows driver development learning record - traversing the second loaded module of the kernel (using zwquerysysteminsystem information) 1. Main differences         The fun ...

Posted by ghjr on Wed, 13 Oct 2021 22:05:03 -0700

C # performs registry key and key value operations

preface I believe everyone has encountered the situation of manually deleting the registry when installing Siemens PLC software. For software development, the registry can be used to store some key information, which will not be deleted, so it can be used for authorization. Today, I share with you about the use of C# operation registry. regi ...

Posted by Gayner on Wed, 13 Oct 2021 20:39:43 -0700

In STM32: CAN bus driver

This article uses Italian Semiconductor (ST): STM32F103C8T6 Core Version: ARM Cortex-M3, if not this chip, please refer to the schematic of the chip you are using. Picture from Walnut Electronics Pin Definition In the pin definition of STM32F103C8T6, PA11 corresponds to CAN_RX PA12 corresponds to CAN_TX STM32 CAN Bus Schematic Di ...

Posted by tronicsmasta on Sun, 10 Oct 2021 10:21:14 -0700

Crazy God says Java--Java learning notes (Basic Collection)

Note reference source: Crazy God said Java video https://www.bilibili.com/video/BV12J41137hu This note is a little long. It can be located according to the directory. It is recommended to cooperate with video learning. Preparatory course What is a computer Name: Computer, full name: electronic Computer, commonly known as Computer.Definitio ...

Posted by zggtf211 on Wed, 06 Oct 2021 19:07:21 -0700