1. Experiment introduction
1. About this experiment
Mainly introduces the installation of the virtualization environment and the installation of the openEuler operating system.
2. The purpose of the experiment
Master the construction of the experimental environment
Master the installation and deployment of the openEuler operati ...
Posted by mikejs on Mon, 09 Jan 2023 18:51:45 +0300
This article is mainly based on the small program + C# to make a chat system using WebSocket, basically realizing the chat function between the small program and the server. The customer service function that comes with the mini program can only be bound to WeChat and communicate one-on-one, and the budget for accessing the mature instant messa ...
Posted by Cory94bailly on Mon, 12 Dec 2022 23:02:01 +0300
Syncthing
A tool that can be used to synchronize files between different devices.
Install under window
There is a client version, which is maintained by the community. I downloaded it and tried it, but I did not follow the latest version. It seems that there are bug s in other articles, and the boss also gave other solutions. That is to say, ...
Posted by acabrera on Thu, 03 Nov 2022 01:12:47 +0300
Golang uses the underlying development of Windows
I know from the previous blog, Python can realize Windows low-level development through pywin32 The most common are word and Excel processing, automatic printing, etc. I once said that programming language is just a tool. As long as the tool plays smoothly, everything is possible. According ...
Posted by Iconoclast on Fri, 19 Aug 2022 10:39:05 +0300
What does Application Verifier do?
Application Verifier is an official application verification tool from Microsoft. It is mainly used to help users detect and debug memory corruption, dangerous security vulnerabilities, Run-time detection, etc. It is an auxiliary development tool without modifying the source code; When reporting unrel ...
download
[external chain picture transfer failed. The source station may have anti-theft chain mechanism. It is recommended to save the picture and upload it directly
Download address: https://mirrors.cnnic.cn/apache/zookeeper/
PS: zookeeper package with bin ID from version 3.5.5 or later, otherwise an error will be reported when starting: &q ...
Posted by mouse02 on Wed, 25 May 2022 04:12:15 +0300
Trimble Data Conversion programming related supplements
This paper is a supplement to the data conversion applet of Tianbao digital level.
Interface design
Main functions of this program:
Open;
Generate observation manual;
Output adjustment format;
According to the three main functions of the program, the following controls are roughly requi ...
Posted by stevepatd on Tue, 24 May 2022 17:37:38 +0300
Install the latest version of docker, change the docker installation location, save the image data path, and configure the image accelerator.
1. Download
According to your own platform and environment, select the corresponding version to download and deploy, here is the latest official address.
click to enter
2. Installation
There is nothi ...
Posted by cainy1982 on Mon, 09 May 2022 13:02:52 +0300
Win32: the principle of Windows window, which can be compiled into 32 bits or 64 bits
WM: Windows Message
The window type name of the window to be created should be written in the type name of the window registered in step 1 and step 2, otherwise the window creation will fail
Here are the messages commonly used in Windows:
The window proc ...
Posted by bogins on Wed, 04 May 2022 12:51:11 +0300
This article will introduce the installation and use of wsl2 in win10 and summarize the common problems encountered, such as how to fix the wsl2 address.
1, Introduction to wsl2
wsl is a Windows subsystem for Linux. Installation Guide: Windows subsystem installation guide for Linux (Windows 10)
In short, in the past, if you wanted to use linux ...
Posted by misxa on Sat, 30 Apr 2022 09:49:58 +0300