ICPC 2019-2020 North-Western Russia Regional Contest

ICPC 2019-2020 North-Western Russia Regional Contest A ( √ ) (√) (√) B ( √ ) (√) ...

Posted by emceej on Sun, 07 Nov 2021 22:00:36 -0800

sleuth zipkin elk study notes

sleuth study notes 1, Link tracking 1.1 link tracking in distributed environment Timing information ​ Call information in the call link, including call time and which method, Location link ​ The whole link will generate a Trac id, through which the whole upstream and downstream link calling process can be queried in the log system Collectio ...

Posted by movieflick on Sun, 07 Nov 2021 21:59:29 -0800

[solution] uva10529 dumbbones dominoes

[explanation] Uva10529 dumbbones dominoes meaning of the title You try to line up some dominoes and push them down. But if you accidentally knock down the newly placed dominoes when you put them, it will knock down all the adjacent strings of dominoes, and your work will be partially destroyed. For example, you've set your dominoes as DD__ DxDD ...

Posted by pets2soul on Sun, 07 Nov 2021 21:47:30 -0800

Tailwind CSS introduction and Practice

backgroundTailwind It is a CSS framework based on atomic / utility first specification. It provides basic tool classes (such as preset classes such as inner margin padding, font text and font, animation transition, etc.), which can be directly combined in script markup language to build the design you want.The current mainstream UI framework, s ...

Posted by interrupt on Sun, 07 Nov 2021 21:34:26 -0800

vue novice (install devtools browser debugging tool, container and vue instance, template syntax, event binding, conditional rendering, list rendering)

Download the tutorial for installing and configuring Vue debugging tools and put it here: Install Vue devtools browser debugging tool Relationship between container and instance: Container: in short, it is the label corresponding to the attribute value of el in the Vue instance in the page structure Instance: to use Vue, you need to create a ...

Posted by sincspecv on Sun, 07 Nov 2021 21:32:19 -0800

Detailed explanation of TCP communication process (matching code, case)

The location is different, and the ip address is different Network protocol is the collection of a group of network rules, which is the agreement or standard we abide by together. Common protocols TCP: UDP: HTTP: Port number: uniquely identifies an application (process) on a host Why layering: The data link layer solves the transmission be ...

Posted by stilgar on Sun, 07 Nov 2021 21:16:34 -0800

[algorithm] sword finger Offer II 054. Sum of all values greater than or equal to nodes | 538 | 1038 (Multilingual Implementation)

Thank you very much for reading this article~ Welcome[ 👍 [like][ ⭐ Collection][ 📝 [comments]~ It's not hard to give up, but it must be cool to insist~ I hope all of us can make a little progress every day~ This paper consists of White hat of the second leader: https://le-yi.blog.csdn.net/ Blog originality~ Sword finger Offer II 05 ...

Posted by dthomas31uk on Sun, 07 Nov 2021 20:59:32 -0800

Scarpy source code analysis 5

2021SC@SDUSC 3.3 ExecutionEngine look down   open_spider # scrapy/core/engine.py class ExecutionEngine(object): # ... @defer.inlineCallbacks def open_spider(self, spider, start_requests=(), close_if_idle=True): assert self.has_capacity(), "No free spider slot when opening %r" % \ spider.name log ...

Posted by anthonyfellows on Sun, 07 Nov 2021 20:55:48 -0800

Create a UI component library and generate component documents

My technology is not fine, just play, for reference only, and the complete source code is provided at the end of the article.Personally, there are too many component libraries on the market. In fact, we don't need to build them ourselves. Any one can meet the basic development needs. If you want to play, you can try to build one yourself.First, ...

Posted by elitegosu on Sun, 07 Nov 2021 20:49:08 -0800

5 methods of List fragmentation in Java!

A few days ago, I encountered a problem when implementing MyBatis batch insertion. When the amount of data inserted in batch is relatively large, the program execution will report an error, as shown in the following figure: The reason is that MySQL can only execute a certain length of SQL statements, but when a large amount of data is inserted ...

Posted by chanzilla on Sun, 07 Nov 2021 20:49:47 -0800