HUAWEI

TinyVue Homepage, Documentation and Downloads- HUAWEI CLOUD Cross-device Cross-framework Enterprise UI Component Library- News Fast Delivery

TinyVue is a cross-end, cross-framework enterprise-level UI component library that supports Vue 2 and Vue 3, and supports PC and mobile. ???? Features: ???? Contains more than 80 simple, easy-to-use and powerful components ???? One set of code supports both Vue 2 and Vue 3 ????️ One set of code supports both …

TinyVue Homepage, Documentation and Downloads- HUAWEI CLOUD Cross-device Cross-framework Enterprise UI Component Library- News Fast Delivery Read More »

Detailed explanation of the evaluation index and code implementation of the target detection model – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery

Summary:In order to evaluate the generalization ability of the model, that is, to judge whether the model is good or bad, we need to use a certain index to measure it. With the evaluation index, we can compare the pros and cons of different models, and use this index to further optimize the model. This …

Detailed explanation of the evaluation index and code implementation of the target detection model – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery Read More »

Talk about the stories behind Cookie, Session and Token- HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery

Summary:Cookie, Session, and Token are products of different development stages This article is shared from the HUAWEI CLOUD community “The Story Behind Cookies, Sessions, and Tokens” by Long Ge Notes. 1. Upgrade the interactive experience of the website As netizens, we use browsers to browse various websites every day to meet our daily work and …

Talk about the stories behind Cookie, Session and Token- HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery Read More »

Detailed explanation of JAVA thread problem diagnosis tool Thread Dump – HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery

Summary:Thread Dump is a very useful tool for diagnosing Java application problems. This article is shared from Huawei Cloud Community “Debugging and Troubleshooting – Thread Dump Analysis of Java Thread Analysis”, author: Long Ge Notes. Thread Dump is a very useful tool for diagnosing Java application problems. Each Java virtual machine has the ability to …

Detailed explanation of JAVA thread problem diagnosis tool Thread Dump – HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery Read More »

A detailed explanation of RocketMQ’s storage model – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery

Summary:RocketMQ’s excellent performance cannot be avoided without its excellent storage model. This article is shared from Huawei Cloud Community “Finally Figured Out the Storage Model of RocketMQ”, author: Brother Yong java actual combat sharing. RocketMQ’s excellent performance cannot be avoided without its excellent storage model. 1 Overall overview First review the RocketMQ architecture. There are …

A detailed explanation of RocketMQ’s storage model – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery Read More »

Cookie, session, token, still confused? – Personal Space of HUAWEI CLOUD Developer Alliance- News Fast Delivery

Summary:There is no difference between session and token in essence. They are both authentication mechanisms for user identities, but the verification mechanisms they implement are different. This article is shared from Huawei Cloud Community “Session/Cookie/Token still confused? “, Author: Long Ge Notes. I believe that there are not a few people who use JWT Token …

Cookie, session, token, still confused? – Personal Space of HUAWEI CLOUD Developer Alliance- News Fast Delivery Read More »

Deciphering the seckill system architecture: not all seckills are seckills – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery

Summary:What kind of system is considered a high concurrent system? Today, let’s decipher the architecture of a typical seckill system in a high-concurrency business scenario. This article is shared from the HUAWEI CLOUD community “[High Concurrency]Decryption of Seckill System Architecture, Not All Seckills Are Seckills (Upgraded Version)! ! “, Author: Glacier. What kind of system …

Deciphering the seckill system architecture: not all seckills are seckills – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery Read More »

Hard Disk Failure Prediction Based on Random Forest Algorithm- HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery

Summary:This case will take you to use an open source SMART dataset and the random forest algorithm in machine learning to train a hard disk failure prediction model and test the effect. This article is shared from Huawei Cloud Community “Hard Disk Failure Prediction Based on Random Forest Algorithm”, author: HWCloudAI. Experimental objectives Master the …

Hard Disk Failure Prediction Based on Random Forest Algorithm- HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery Read More »

Master the use and principle of dynamic SQL of MyBatis in one article – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery

Summary:Working with dynamic SQL is not an easy task, but MyBatis significantly improves the ease of use of this feature with the powerful dynamic SQL language that can be used in any SQL mapped statement. This article is shared from Huawei Cloud Community “MyBatis Detailed Explanation – Dynamic SQL Usage and Principles”, author: Long Ge …

Master the use and principle of dynamic SQL of MyBatis in one article – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery Read More »

Yesterday, when my colleague optimized the locking method, a deadlock occurred- HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery

Summary:Recently, when optimizing the locking method of the program, there was a deadlock! ! Why? ! After careful analysis, the reason was finally found. This article is shared from the HUAWEI CLOUD community “[High Concurrency]Deadlocked when optimizing the locking method! ! “, Author: Glacier. written in front Recently, when optimizing the locking method of the …

Yesterday, when my colleague optimized the locking method, a deadlock occurred- HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery Read More »

Detailed explanation of Thread Pool Executor in 8000 words – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery

Summary:How does Java implement and manage the thread pool? This article is shared from Huawei Cloud Community “JUC Thread Pool: Detailed Explanation of ThreadPoolExecutor”, author: Notes of Brother Long. Take the interview questions from big factories to understand hint Please continue with these questions, which will help you better understand the relevant knowledge points to …

Detailed explanation of Thread Pool Executor in 8000 words – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery Read More »

Principles of multi-thread security issues and 4 solutions – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery

Summary:When multiple threads access shared data, there will be thread safety issues. This article is shared from the HUAWEI CLOUD community “Principles and Solutions of Multithreaded Security Issues and the Use and Difference of Synchronized and ReentrantLock”, author: Have a drink together. Overview of Thread Safety Issues Analysis of ticket sales There is no problem …

Principles of multi-thread security issues and 4 solutions – HUAWEI CLOUD Developer Alliance’s personal space – News Fast Delivery Read More »

Compiler Optimization丨Cache Optimization- HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery

Summary:This article focuses on several ways to improve program performance by optimizing Cache usage. This article is shared from HUAWEI CLOUD community “Things about Compiler Optimization (7): Cache Optimization”, author: Assistant Bi Sheng. introduction Software developers often expect computer hardware to have unlimited capacity, zero access delay, unlimited bandwidth, and cheap memory, but the reality …

Compiler Optimization丨Cache Optimization- HUAWEI CLOUD Developer Alliance’s personal space- News Fast Delivery Read More »

Huawei EROFS Provides FSCache-Based Shared Domain Support for Linux 6.1

EROFS, short for Enhanced Read-Only File System, is an enhanced read-only file system developed by Huawei. In mid-2018, EROFS was first introduced to the staging area of ​​Linux kernel version 4.14, and after a year of continuous development, the EROFS file system driver was merged into the mainline in Linux kernel version 5.4. Unlike other …

Huawei EROFS Provides FSCache-Based Shared Domain Support for Linux 6.1 Read More »