Tag:Go online
-
Time:2021-4-20
Brief introduction: what items are detected before the application goes online? How to detect? What are the test data indicators?With more and more enterprises building and launching new apps based on mpaas, the launching quality of apps has become the focus of customers. What items are detected before going online? How to detect? What are […]
-
Time:2021-4-9
The so-called file prefetching is to silently preload the resources of the subsequent pages that may be accessed after a page is loaded successfully.There is nothing new about front-end resource preloading, but our process of doing this is very interesting and enlightening. The first version, simple and rough, a little painful 1. Create an independent […]
-
Time:2021-3-10
Git flow branch introduction master [Online branch] – it is an online version branch, which can also be understood as a stable version that can be released at any time. It requires the main programmer to merge the release branch code after each version is closed, and the developer can’t operate it at will. develop […]
-
Time:2021-2-16
Personal blog update online Blog addresswww.snowlyg.com Back endIrisAdminApi Front endvue-element-admi Will reprint and write some articles from time to time, welcome to step on. This work adoptsCC agreementReprint must indicate the author and the link of this article
-
Time:2021-2-13
Super chain College Online | understand blockchain from 0 to 1, let’s take a look at this wave of free courses China’s industrial blockchain ushers in new development opportunities. What is the significance of the return of blockchain value to technology itself for the development of the industry? How should blockchain technology be combined with […]
-
Time:2021-2-1
background The cause of the incident lies in the boss’s two recent “breakdowns”, one last year’s and one recent. The common reason is that scaffolding makes mistakes when publishing and packaging on the publishing platform, resulting in the white screen of online applications not available. The most amazing thing is that after several code reviews, […]
-
Time:2021-1-19
Cache penetration Scene:When a key is used to query the database, the result isnull, the caching system will not cache the data, every time thekeyQueries will go through the database layer, resulting in unnecessary DB overheadSolution:Put thekeyCache to the cache system,valueIs a special value(^^,&&…) Cache invalidation Scene:Since the expiration time of some caches is set […]
-
Time:2021-1-17
Merge all commit (modifications) on a branch into one commit:git merge –squash feature Applicable scenarios:This version has been modified a lot, and there are too many commits1. For the convenience of viewing all modifications of a version in the future;2. It is possible to roll back the merge online for the convenience of rolling back;3. […]
-
Time:2020-11-16
Recently, an application on line failed to load Tomcat and got stuck. The reason for this problem is that some new functions have been added to an old project of a development colleague, which needs to be launched online. First, after publishing to the pre release environment, restart tomcat, and the following phenomena are found: […]
-
Time:2020-11-7
As the old saying goes, if a worker wants to do a good job, he must first sharpen his tools. So, as a programmer, what “weapons” have you used? Are your weapons sharp enough? Recently, a lot of new friends asked, what are the tools for drawing flow charts to recommend? Just calm down and […]
-
Time:2020-11-6
Before we have explained in detail about Android packaging APK several ways, you can choose! Let’s focus on how the app packages IPA on apple, and how it goes online? Xiaobian received the task and asked Xiaobian to pack the apple and go online to the app store. Xiaobian was in a daze for a […]
-
Time:2020-11-1
Summary from student Leon From 5.16 to 5.17, I participated in the CSM double CST Instructor Certification Course organized by Jiexing and Bob, and the harvest was far beyond expectation. I was born in programming. Since 11 years ago, I have been engaged in the Internet industry. In 17 years, I formally used scrum as […]