C# design a windows program interface

It is required to create new groups, create new contacts, view contacts, and design shortcut keys. Problems encountered 1. Data information transmission Since this was my first contact, and the teacher skipped sections in class and did not remind me, the program required the main window to transfer data to the sub-window, and the sub-window […]

Deploy spring boot as a windows service

Directory of series articles Deploy the executable jar package as a windows service Tips: It is recommended to read the previous chapter [Deploying executable jar packages as windows services] before reading this article, which will help you understand the content of this chapter more easily Article directory Table of Contents of Series Articles Preface 1. […]

The difference between socket programming under windows and linux<Reprint>

If there is no other explanation, the Linux mentioned in this article refers to the 2.6 kernel Linux and the GCC compiler, and the Windows refers to the Windows XP system and the Visual Studio 2005 sp1 compilation environment. The following is from the reposted blog park The following is roughly divided into several aspects: […]

python pyqt5 3. Text editing box pop-up window search and replace, highlighting the searched string

Function: 1. Click the Open Find and Replace button to pop up the Find and Replace window. After selecting the string, the window will open and the value will be automatically searched. 2. All found results are highlighted. 3. Display the number of results found and the number currently found 4. Implement batch replacement Rendering: […]

window-docker-compose builds elk: 7.X (detailed version, current version 7.17)

Table of Contents Directory Structure installation steps 1. Writing docker-compose.yml 2. es_master.yml configuration of elasticsearch config 3. kibana.yml configuration of kibana’s config 4. Elasticsearch creates a secure authentication user 5. Create a Kibana keystore and add configuration (that is, store the es user and password in the keystore, and use ES with security authentication for […]

HarmonyOS application development-video player and pop-up window

Viedo component On terminal devices such as mobile phones, tablets or smart screens, media functions can be counted as one of our most commonly used scenarios. Whether it is to implement audio playback, recording, collection, video playback, switching, looping, or camera preview, photo taking and other functions, media components are indispensable. Taking the video function […]

nvm realizes the coexistence of multiple versions of nodejs under windows

Table of Contents 1.Install nvm 1.1 Download the installation package 1.2 Install nvm 1.3 Configure nvm to download the image 1.4 Configure nvm environment variables 2. Use nvm 2.1 Basic commands 2.2 Use nvm to download nodejs 3.npm configure global dependencies and cache dependencies (optional) 4. Install commonly used modules 4.1 Install express 4.2 Install […]

Getting started with OpenCL on Microsoft Windows

Getting started with OpenCL on Microsoft Windows Get started with OpenCL on Microsoft Windows OpenCL is not native to the Windows operating system, and as such isn’t supported across the board of UWP (Universal Windows Platform) platforms (XBox, Hololens, IoT, PC) and the Microsoft Store. Windows as a traditional content creating platform however can build […]