Graph relation graph and markLine are used in echarts to accumulate relevant knowledge

I wrote an article about how to use markLine as the base map in the diagram, and it can move with the movement of the diagramPrevious linkRecently, new requirements have come, as follows1. Click a node to leave only the related nodes. Click again to restore the original2. Move the mouse to highlight the relevant line on the node3. Center the lo ...

Posted by happyneil on Mon, 03 Jan 2022 02:31:29 +0100

Components, annotations and common modules under the Module file of Angular

NgModule module is an important point in angular. The basic structure of angular is NgModule. NgModule will collect relevant codes into some function sets to form functional units. When you create a new project using the Angular CL command, a root module named AppModule will be generated for us. The root module has a root component AppComponent ...

Posted by CodeEye on Wed, 22 Dec 2021 10:27:18 +0100

Use of Angular service (Advanced)

DI, fully known as dependency injection, is translated as dependency injection Token, DI token providers: [AnimalService] Equivalent to providers: [{provide: AnimalService, useClass: AnimalService}] When using provider providers to configure injector (injector is the class modified by @ injectable, which can be understood as a service), T ...

Posted by tomo11 on Sun, 19 Dec 2021 07:08:38 +0100

August 25, 2021 angular9 study

1. Build and run angular application Explanation of official documents: Build and run angular applications 2.ChangeDetection Function: detect the internal state of the program, and then reflect it on the UI. Cause state changes: Events, XHR, Timers. ApplicationRef listens to the onTurnDone of NgZone and performs detection. Default poli ...

Posted by lucilue2003 on Sun, 19 Dec 2021 00:46:22 +0100

angulae Observable and Rxjs

Observable Observable (observable object) is an object in the RxJS library, which can be used to handle asynchronous events, such as HTTP requests (in fact, in Angular, all HTTP requests return observable). Perhaps you have come across something called promise before. They are essentially the same: producers actively "push" products ...

Posted by Will Poulson on Fri, 17 Sep 2021 01:07:42 +0200

Angular template reference variable (#var)

1. Template Reference Variables Template reference variables use the pound sign (#) to declare reference variables. Template reference variables are often used to reference a DOM element in a template, which can reference Angular components or directives or Web Component s. We can use a template to reference variables anywhere in the current ...

Posted by q1234ask on Mon, 13 Jul 2020 16:35:15 +0200

ROS learning notes: Learning TF

0.TF initial experience http://wiki.ros.org/tf/Tutorials/Introduction%20to%20tf 1.Writing a tf broadcaster (C++) In the next two tutorials, we will write code to reproduce the demonstration in the tf introductory tutorial. After that, the following tutorial will focus on extending the demo with more ...

Posted by think-digitally on Sat, 27 Jun 2020 11:20:42 +0200

Web programming homework HD remake + online test + hot broadcast (angular framework, websocket, raspberry pie)

catalog 1. HD reproduction 1. Re understanding of Express 2. The problem of angular scope and automatic synchronization 3. A way to write html page 2. Realization of online test function 3. Hotspot broadcast Site folder send Raspberry pie installation database Mobile terminal test 4. Summary ...

Posted by ryza_ on Sat, 27 Jun 2020 07:16:30 +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

I developed a 2D LiDAR SLAM using MATLAB

0 Introduction You have just started learning SLAM for nearly a month, but you don't know much about the theoretical derivation. So you have developed a simple demo of 2D LiDAR SLAM on matlab to understand the complete process of SLAM. (1) Data source: 2D laser SLAM data from Deutsches Museum, Germany, linked as follows: Public Data - Cartog ...

Posted by ohenewa on Fri, 17 Apr 2020 19:23:39 +0200