Windows desktop application automation-Uiautomator

python UI automation for windows applications Environment & Tools: Python3, inspect inspect download & install using: Download Windows SDK Startup: Inspect.exe is located in the \bin folder of the SDK installation path, such as my path: D:\inspect\bin\10.0.22621.0\ x64\inspect.exe How to use: My requirement is to set up a stream card, so I will take this […]

Using guacamole for WEB remote desktop connection

Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols such as VNC, RDP and SSH, and even supports k8s and telnet connections. It can connect to your server and Windows host anywhere there is a network. Multiple terminals can be connected at the same time and switched seamlessly. This article uses docker […]

Solving xgboost.core.XGBoostError: b[20:58:45] C:\Users\Administrator\Desktop\xgboost\dmlc-core\s

Table of Contents Solve xgboost.core.XGBoostError: b'[20:58:45] C:\Users\Administrator\Desktop\xgboost\dmlc-core\s Cause of the problem Solution Method 1: Modify the file path Method 2: Modify xgboost source code Summarize Solve xgboost.core.XGBoostError: b'[20:58:45] C:\Users\Administrator\Desktop\xgboost\dmlc-core\s Recently, when using xgboost for machine learning, I encountered a problem: xgboost.core.XGBoostError: b'[20:58:45] C:\Users\Administrator\Desktop\xgboost\dmlc-core\ \src\io\local_filesys.cc:209: Check failed: allow_null \\ ‘ In this article, I will introduce […]

Vue + Elctron build desktop application

1. Create a vue project 1. Install vue-cli npm i -g @vue/cli #OR yarn global add @vue/cli 2. Create a vue project (vue2) Note: When electron packages vue projects, history cannot be used in routing mode. Just change it to hash. vue create project_name 3. Start the project after creation cd project_name & amp; & […]

How to deploy the front-end and back-end separated projects to a local Docker Desktop container to run and access

Article directory Foreword I completed a client’s front-end and back-end separation project and required it to be deployed on the client’s computer for display. I definitely couldn’t run the code directly, so I wanted to package and deploy them into a local docker container for easy operation. And access, so, the following content introduces in […]

Install Visual Python via Visual Python Desktop

Some friends reported that the installation process recorded earlier does not work sometimes. This article records another installation method of Visual Python, which is through the official installation script Visual Python Desktop. Install configuration. Visual Python Desktop is an installer that allows users to easily set up a Python-based data analysis environment and generate Python […]

Based on electron and react, I made a desktop music player

Background I am currently working on an open source project – pear-rec. Pear-rec is a cross-platform screenshot, screen recording, audio and video software. The screenshot function has been discussed in the previous article. If you haven’t seen it, you can read this article – Use Electron, Vite, ViewerJS and React to develop a picture preview […]