Render MarkDown in antd and customize an anchor directory TOC (focusing on solving the problem that the navigation directory does not follow the scrolling of the document)

1. Overall idea Since there are many long documents that need to be rendered, I think the MarkDown method is more suitable for management, so I have tested integrating the MarkDown rendering module in antd in the past two days. General idea reference: https://blog.csdn.net/Sakuraaaa_/article/details/128400497 Thank you for your generous efforts. Parse MarkDown using react-markdown Use […]

uniapp uses scroll-into-view to implement anchor positioning and scroll monitoring functions [floor effect/side navigation linkage effect]

Big guy website: https://blog.csdn.net/weixin_47136265/article/details/132303570 Effect Code <template> <!– There are 2 bugs in this, they have been solved, what you need to know 1. This.tabIndex = index != -1 ? index : 0; in the scrollEvt(e) method in methods 2. The height of .main in the style: calc(100vh – 300px); This style prevents the bug […]

map component trajectory, positioning, navigation, anchor point mask

The applet uses the map component to implement trajectory, positioning, navigation, and anchor point mask Description of common attributes of map component, Looking at it, we have to research and write it ourselves. We are determined to become cv engineers and start coding directly! ! ! <template> <map id=”map” class=”map” :show-location=”true” :longitude=”centerLng” :latitude=”centerLat” :scale=”scale” :markers=”markers” […]

Region Proposal by Guided Anchoring, an effective feature adaptation module based on anchor point geometry, CVPR2019

Thesis: Region Proposal by Guided Anchoring Author: Chinese University of Hong Kong Abstract Region anchors are the cornerstone of modern object detection technology. State-of-the-art detectors mostly rely on dense anchoring schemes that are uniformly sampled over the spatial domain with a predefined set of scales and aspect ratios. In this article, we will revisit this […]

Yolov8_obb_tracker, tracking algorithm based on anchor_free rotating frame detection (Strongsort, ByteTracker)

Yolov8_obb_tracker, tracking algorithm based on anchor_free rotating frame detection (StrongSort, ByteTracker) 1. ByteTracker code tracking explanation 1. ByteTracker matching logic Logical reference https://blog.csdn.net/wentinghappyday/article/details/128376299 ① Read the video according to the set number of frames, and pass the current frame to the yolov8_obb detector to obtain the detection result of the current frame. #Inference pred = […]

vue3+ts markdown file display (image upload, custom anchor), edit, download

Vue3 markdown editor edits and saves; the backend stores the database (analyzes the specified content) and the frontend previews and downloads Background Continuing from the previous article, create a pdf document display, and then demonstrate with the product Product: No, this is useless at all, I want a directory to be generated, and jump to […]

Target detection algorithm: interpretation of anchor_free series

Target detection algorithm: anchor_free interpretation illustrate ? The anchor free series is another development branch of the single-stage detection algorithm. It is very necessary to understand the common algorithms of anchor free. Disclaimer ? If there is a mistake in writing/wrong writing/wrong opinion/wrong interpretation, or if you have other opinions, you can point it out […]

[CSS 11] Combiner Selector Pseudo-class Anchor Pseudo-class Element Matching Pseudo-element Combining CSS classes

CSS combinators combiner pseudo classes pseudo class pseudo elements pseudo elements combinators combiner A combinator is some mechanism for interpreting the relationship between selectors CSS selectors can contain multiple simple selectors Combiners can be included between simple selectors to combine into complex selectors There are four different combinators in CSS: descendant selector – whitespace Child […]