Puppeter Usage Summary
Article catalogue
NodeJS environment configuration
MAC configuration
Installation mode 2:node version management: Linux configurationWindows configuration Development environment initialization
Basic environmentBaidu OCR dockingMy example code Docker deploymentLittle knowledgePuppeter syntaxError summaryMy blog
NodeJS en ...
Posted by unixmiah on Tue, 08 Mar 2022 06:18:36 +0100
Interpretation of Vue source code (11) -- render helper
preface
Last article Interpretation of Vue source code (10) -- generating rendering function of compiler Finally, when it comes to component update, you need to execute the rendering function generated by the compiler to get the vnode of the component.
The reason why the rendering function can generate vnode is through it_ c,_ l,,_ v,_ s and ...
Posted by mac.php on Tue, 08 Mar 2022 06:14:40 +0100
[tensorflow] - tensorboard visual calculation diagram and parameter curve loss diagram
reference:
https://zhuanlan.zhihu.com/p/71328244
catalogue
1. Visual calculation diagram
2. Visualization parameters
3. Remote tensorboard
4. Error reporting
It's true that you have to pay it back sooner or later. You've always refused to learn Tensorboard because there are alternatives until you find that you have to use it. The follow ...
Posted by Maeltar on Tue, 08 Mar 2022 06:05:21 +0100
5 STL [vector introduction] [create / add / insert / delete] [iterator] [vector member function] [access vector] [free vector memory]
0 - Preface
reference resources:
http://c.biancheng.net/view/6749.html
http://c.biancheng.net/view/6803.html
Underlying implementation mechanism of C++ vector (STL vector) (easy to understand)
C++ STL vector add elements (push_back() and empty)_ Back () detailed explanation
Several ways of deleting elements in C++ STL vector ( ...
Posted by Azad on Tue, 08 Mar 2022 06:03:16 +0100
[Python + + opencv + Python] license plate extraction, segmentation and recognition
If you want to complete the project, I will put the github link at the end of the article: You can see that the final identification license plate number is min G99999.
In fact, I accidentally thought of doing a small project with c + + in the winter of the previous year, and then realized the license plate extraction and segmentation with c+ ...
Posted by ricta on Tue, 08 Mar 2022 05:50:40 +0100
Graphical analysis of Vue3 diff algorithm
Graphical analysis of Vue3 diff algorithmHello, I'm jiandarui. This article mainly analyzes Vue3 diff algorithm. Through this article, you can know:diff's main process, core logicHow does diff reuse, move and unload nodesAnd there is an example, which can be analyzed in combination with this paperIf you don't particularly understand the patch p ...
Posted by someberry on Tue, 08 Mar 2022 05:48:46 +0100
Java language programming (04747) + answer
National unified naming test for higher education self-study examination in April 2021
Java language programming (I)
Course code (04747)
matters needing attention:
This paper is divided into two parts. The first part is multiple-choice questions and the second part is non multiple-choice questions. Candidates must answer in the designated ...
Posted by aeafisme23 on Tue, 08 Mar 2022 05:36:09 +0100
Hilt Test - Fragment trouble: this needs special treatment, starting a new stove, counterfeiting process, making empty birth, just for a Fragment.
🚪 1. Fragment report Gradle
Gradle - Module:
def fragment_version = "1.3.1"
implementation "androidx.fragment:fragment-ktx:$fragment_version"
debugImplementation "androidx.fragment:fragment-testing:$fragment_version"
😓: You see, this is not Android test or test, but debug. We don't have it! 🤗: haven't you? You have to mak ...
Posted by langer on Tue, 08 Mar 2022 05:33:34 +0100
Spark03: Spark installation and deployment [cluster]: Standalone mode and ON YARN mode
1, Spark deployment cluster installation
Spark clusters can be deployed in many ways, including Standalone mode and ON YARN mode
1. Standalone mode
The Standalone mode is to deploy a set of independent Spark clusters, and the Spark tasks developed in the later stage are executed in this independent Spark cluster
2. ON YARN mode
ON YARN mod ...
Posted by Mafiab0y on Tue, 08 Mar 2022 05:31:51 +0100
How to install javafx plug-ins on eclipse
Â
The installation method provided in this article is applicable to jdk1 Users of version 8 (with the method and configuration of installing jdk1.8)
Â
First of all, I need to explain
Because jdk1 8 has javafx, so we don't need to download the plug-ins related to javafx, just install jdk1 8 is enough
Â
1.jdk1.8 Download and configuration ...
Posted by plowter on Tue, 08 Mar 2022 05:32:22 +0100