Tag:end of document
-
Time:2021-1-22
Adapter pattern of design pattern Intro Adapter mode(Adapter)To adapt the interface of a class to what users expect. An adaptation allows classes that usually cannot work together because of incompatible interfaces to work together by wrapping their own interfaces in an existing class. Also known as wrapper mode. Usually, this class is external and cannot […]
-
Time:2020-11-6
Technology is changing with each passing day. For the students who are new to the workplace, they are often confused about which direction to develop. SongGe has a deep understanding of this. There are so many materials on the Internet, but what we lack is not a material, but a learning plan! In other words, […]
-
Time:2020-10-6
Source: http://blog.seclibs.com/ Data In the last article, stack can be divided into sequential stack and chain stack. Sequential stack: stack implemented by array Chain stack: a stack implemented with a linked list Because the stack is a sort of “function limited” sequential list, so in the implementation, the effect can be achieved by modifying the […]
-
Time:2020-10-2
Source: http://blog.seclibs.com/ Data…, chain queue, circular queue-c language implementation/ In the last article, we talked about the related contents of queues. In addition to the sequential queues, chained queues and circular queues mentioned in this article, we also mentioned blocking queues and concurrent queues. These two queues have not yet been implemented due to their […]
-
Time:2020-9-12
Delete the moment, once all, will eventually disappear, disappear, no trace. preface At first, I just went into the pit and returned to the JSON string in the background. The whole person was quite confused. Think back to Android, from the beginning of jsonarray, jsonobject, to the last gson, it’s really cool to use In […]
-
Time:2020-7-23
Install packet capture https://play.google.com/store/apps/details?id=app.greyshirts.sslcapture It should be relatively simple for this app to capture bags directly on the mobile phone I have collected some learning materials, including a lot of learning, interview, advanced fluter information, and a lot of video details. If you want to know more, please see the end of the article for […]
-
Time:2020-4-11
Is plantuml? Support rapid UML drawing Sequence diagram Use case diagram Class diagram Activity diagram Component diagram State diagram Deployment diagram Object diagram wireframe graphical interface Platuml provides plug-ins for atom, Android studio and sublime text 2, which is convenient and quick to draw the required UML in your editor. Bob -> Alice : hello […]
-
Time:2020-3-13
It’s not hard to use the knowledge, and it’s not a lot It’s about consolidating knowledge, understanding the project structure, and so on Of course, if you like this app, you can also install it on your mobile phone. Once you read it every day, it’s full of literature and art GitHub delivery = >ReadingHabit […]
-
Time:2020-2-12
background Some MySQL databases have been created locally. They used sequence Pro before, but I don’t know what happened. Suddenly they couldn’t be used. When they were opened, they crashed and a new tool Navicat was changed text The official version ischargeYes, I needactivation。 My colleague gave me aFranco, if necessary, you canFind the download […]
-
Time:2019-11-15
1. Check the code optimization process of go http://xargin.com/go-compiler-opt 2. Go learning notes only needs one example to explain what closure https://segmentfault.com/a/119000020461487 3. Use pprof and go torch to troubleshoot the performance problems of golang https://www.felix021.com/blog/read.php? 2210 4. Why the CPU occupation of go module cannot be recovered after the downstream service jitter is recovered? […]