Tag:Engineering
-
About the problem that sprite mask in AB package fails after IOS package (applicable to various scripts that fail after packaging)
resolvent Open the game, enter the page where the invalid script is located, and search the log, if anyCould not produce class with ID XXX Similar words apply to this question There are three solutions: Click the check box of player settings->other settings->strip engine code and repack it (not recommended) Find a place in the […]
-
Recent developments of windows app SDK for next generation
preface This article combs the relationship between winui 3, project reunion and windows app SDK, and introduces in detail how to create unpacked apps supported in Windows app SDK version 1.0. Windows App SDK 1.0 Project reunion is a unified tool set for next generation windows app development. In November 2021, when the third stable […]
-
Solve the problem that the component [standardengine[catalina]. cannot be started StandardHost[localhost].
preface Recently, when setting up the environment, I found that this error will be reported basically for each project startup After taking a look, it roughly means that a filter is specified, and then the class information of this filter is not found It will not affect the normal operation of the project. After correcting […]
-
Talk about front-end engineering
preface Recently, I screened many candidates’ resumes and saw many descriptions about front-end engineering: >”I have been committed to front-end engineering…” >”Great reforms have been made in the construction of front-end engineering standardization and Automation…” … First of all, I have great hopes (talents, who can not love…) Then, after communication and discussion, it brought […]
-
Official announcement: congratulations on chaosblade project entering CNCF sandbox
Source | Alibaba cloud native official account Chaosblade, Alibaba’s open source chaos engineering project, successfully promoted CNCF sandbox through CNCF TOC voting. The full name of CNCF is cloud native Computing Foundation (cloud native Computing Foundation), which aims to build a sustainable ecosystem for cloud native software and serve vendor neutral, fast-growing open source projects, […]
-
07.ElementUI 2. X source code learning: engineering of source code analysis (2)
0x. 00 Preface The link of the project engineering series is as follows. It is recommended to read the articles in order. 1️⃣ Engineering of source code analysis (I): project overview, package json、npm script 2️⃣ Engineering of source code analysis (II): project construction, MD analysis 3️⃣ Engineering of source code analysis (III): packaging and configuration […]
-
Troubleshooting guide | solution to the problem that mpaas IOS applet cannot open
In the process of integrating mpaas plug-ins and using applets, many developers encountered the problem of being unable to open applets. Today, we will give an example to illustrate how to solve the problem when the developer tries to open the H5 application after completing the basic access, but the container page displays the error […]
-
Sentinel go source code series (III) engineering implementation of sliding time window algorithm
As for the most important ability of engineers, I think engineering ability should rank first. Even now, big companies often need to use the hand tearing algorithm for interviews, which is more inclined to examine the ability of code engineering implementation. I thought it was outrageous to see such pictures in the group before. Algorithm […]
-
How does react project realize multi entry and multi spa?
Everyone must start from this line of command to get started with react! npx create-react-app my-app This command will generate a project skeleton, and the little buddy can make bricks happily. After moving for a long time, it is found that the project is getting larger and larger. It is packed for several megabytes, which […]
-
Mybatis configuration and integration
preface This article will discuss how to build aMybatisThe test project is introduced, and on this basisSpringbootintegrationMybatis。 text I Mybatis project construction 1. create a database and create a table First create atestofMySQLDatabase, and intestCreate one in the databasebookTable. The table creation statement is as follows. CREATE TABLE book( id INT(11) PRIMARY KEY AUTO_INCREMENT, b_name […]