Common branch operations of Git

catalog Branch Management 1. Create and merge branches 1.2switch 2. conflict resolution 3. Branch management strategy 4. Branch strategy 5.Bug branch 6.Feature branch 7. Multi person cooperation 8. Push branch 9. Grab branch 10.Rebase Branch Management The branch is the parallel universe in sc ...

Posted by TecBrat on Sat, 20 Jun 2020 05:20:03 +0200

How to use HMS Nearby Service to develop a business card exchange function for your APP?

                         . As a result, there are many apps and small programs for exchanging business cards in the market. So, how to develop a business card exchange function fo ...

Posted by Japher on Fri, 19 Jun 2020 04:07:33 +0200

Concept and application of Spring Statemachine

From https://www.jianshu.com/p/9ee887e045dd , thank you 1 Finite-state machine 1.1 definition of state machine FSM (finite state machine, FSM), also known as FSM, is a mathematical model that represents finite states, their transitions and actions. Finite state machine embodies two points: first ...

Posted by echoindia756 on Thu, 18 Jun 2020 05:48:33 +0200

Ten suggestions for Java exception handling

Preface Ten suggestions for Java exception handling, I hope to help you ~ This article has been uploaded to github: https://github.com/whx123/Jav... Public number: A little boy collecting snails First, try not to use e.printStackTrace(), but to use log printing. Counterexamples: try{ // do what you want }catch(Exception e){ e.printStackTr ...

Posted by sheilam on Mon, 15 Jun 2020 18:07:36 +0200

MEAN.js and MEAN.io Differences between

This article is translated from: Difference between MEAN.js and MEAN.io I wanted to use the MEAN JavaScript Stack, but I noticed that there are two different stacks with either their own website and installation methods: mean.js and mean.io . I would like to use the mean JavaScript stack, but I ...

Posted by jimmy2gurpreet on Mon, 15 Jun 2020 07:54:59 +0200

The implementation of custom command for uploading image in Typora

Typora is a mark down editor that I like very much. Usually, I write notes in typora before I post them on my blog. At this time, the pictures in md need to be copied one by one. In order to reduce these tedious operations, typora also supports the function of drawing bed, so we decided to operate it. T ...

Posted by lucasw on Mon, 15 Jun 2020 07:31:19 +0200

Released by Dcat Admin v1.5.0, it is a high value background system building tool, adding cool dark mode theme

Dcat Admin Dcat Admin Is based on laravel-admin The second development of the background system construction tool, only a small amount of code can quickly build a functional high value background system. Built in rich back-end common components, out of the box, let developers bid farewell to miscellaneous HTML code, very friendly to back-end de ...

Posted by misty on Mon, 15 Jun 2020 06:27:10 +0200

Qt Open Source Works 33-Picture Switch Control

1. Preface Since the smartphone era, a wide variety of APP s have flourished. Apps on mobile phones have many popular elements. Switch buttons are very liked by individuals. Mobile phones QQ, 360 Guards, Jinshan Toxinba, etc. have many switch controls for some operations. On WINFORM projects, if Check ...

Posted by ayzee01 on Mon, 15 Jun 2020 03:29:21 +0200

Don't know ConcurrentHashMap yet?This source code is analyzed and interpreted

Articles have been included in Github.com/niumoo/JavaNotes Welcome to Star and Instructions. Welcome to my attention Public Number , articles are updated weekly. The previous article introduced the HashMap source code, which was very popular. Many students expressed their opinions. This time it came again. This time it is ConcurrentHashMap. A ...

Posted by MadnessRed on Mon, 15 Jun 2020 03:09:09 +0200

spring boot series mybatis paging query

Article catalog preface Introducing pagehelper dependency application.yml Medium configuration Add interface Test paging query interface Problem summary application.yml Configuration of pagehelper in preface If you use mybatis to write paging query, it's troublesome. You need to write the select ...

Posted by dicamille on Sun, 14 Jun 2020 09:01:08 +0200