Use Google Artifact Repository to build a docker image warehouse

Refer to Google official documents https://cloud.google.com/artifact-registry/docs/docker/store-docker-container-images First enable GAR api gcloud services enable artifactregistry.googleapis.com gcloud services list | grep -i artifact artifactregistry.googleapis.com Artifact Registry API Secondly create a docker image warehouse gcloud artifacts repositories create my-docker-repo –repository-format=docker –location=eurepo-west2 –description=”” Use the following command to list existing warehouses > gcloud artifacts repositories list Listing items under […]

Explore Miniconda3: a simple and flexible Python environment and software package management tool

Miniconda3 installation and configuration notes Foreword Miniconda3 is a lightweight Anaconda distribution that provides a flexible and simplified way to manage Python environments and packages. This article will introduce how to install, configure and manage Miniconda3, as well as use the conda command to manage the environment and software packages. Article directory Miniconda3 installation and […]

Optimized particle filter PSO-PF based on particle swarm algorithm before and after state estimation comparison with Matlab implementation

?About the author: A Matlab simulation developer who loves scientific research. He cultivates his mind and improves his technology simultaneously. For code acquisition, paper reproduction and scientific research simulation cooperation, please send a private message. Personal homepage: Matlab Research Studio Personal credo: Investigate things to gain knowledge. For more complete Matlab code and simulation customization […]

Matlab implementation based on particle swarm algorithm optimization of particle filtering PSO-PF implementation of state estimation before and after comparison

?About the author: A Matlab simulation developer who loves scientific research. He cultivates his mind and improves his technology simultaneously. For code acquisition, paper reproduction and scientific research simulation cooperation, please send a private message. Personal homepage: Matlab Research Studio Personal credo: Investigate things to gain knowledge. For more complete Matlab code and simulation customization […]

Optimizing particle filtering PSO-PF based on particle swarm algorithm to achieve state estimation before and after comparison with Matlab code

?About the author: A Matlab simulation developer who loves scientific research. He cultivates his mind and improves his technology simultaneously. For code acquisition, paper reproduction and scientific research simulation cooperation, please send a private message. Personal homepage: Matlab Research Studio Personal credo: Investigate things to gain knowledge. For more complete Matlab code and simulation customization […]

How to build a new generation of real-time lake warehouse? Kangaroo Cloud’s exploration and upgrade path based on data lake

In the previous series of real-time lake warehouse articles, we have introduced the importance of real-time lake warehouse for the current digital transformation of enterprises, the functional architecture design of real-time lake warehouse, and the application scenarios of the combination of real-time computing and data lake. In this article, we will introduce the exploration and […]

C# reads and writes ECRAM hardware information based on inpoutx64

inpoutx64.dll sharing path: Link: https://pan.baidu.com/s/1rOt0xtt9EcsrFQtf7S91ag Extraction code: 7om1 1.InpOutManager: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace TestLEDWinFrm { public class InpOutManager { public bool IsInpOutDriverOpen { get; set; }//Whether the port is open public short PORT_INDEX { get; } = 0x66;//Port number public short EC_COMMAND_WRITE { get; } = […]

Resolved Bug: Error: [Vue warn]: Unknown custom element: <my-component> – did you register the component

Blogger Maotouhu () takes you to Go to New World? Blog homepage: Maotouhu’s blog “Complete Column of Interview Questions” Articles with pictures and texts Vivid images Simple and easy to learn! Everyone is welcome to step in~ “IDEA Development Cheats Column” Learn the common operations of IDEA and double your work efficiency~ “Master Golang in […]

Fixed Bug: Warning: Received `true` for a non-boolean attribute disabled (React) issue

Blogger Maotouhu () takes you to Go to New World? Blog homepage: Maotouhu’s blog “Complete Column of Interview Questions” Articles with pictures and texts Vivid images Simple and easy to learn! Everyone is welcome to step in~ “IDEA Development Cheats Column” Learn the common operations of IDEA and double your work efficiency~ “Master Golang in […]

048-Third generation software development-data playback

Third generation software development-data playback Article directory Third generation software development-data playback Project Introduction Data playback Keywords: Qt、 Qml、 Data、 play back、 data Project introduction Welcome to our QML & C++ project! This project combines the power of QML (Qt Meta-Object Language) and C++ to develop excellent user interfaces and high-performance backend logic. In the […]