Tag

Outline

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 11, 2024 · Databases

Proper Creation and Verification of Outlines in OceanBase to Stabilize Execution Plans

This article explains how to obtain the SQL ID, create an outline bound to that ID, and correctly verify its effect in OceanBase, highlighting common pitfalls such as using the wrong schema or relying on EXPLAIN, and provides practical code examples for each step.

DatabaseOceanBaseOutline
0 likes · 8 min read
Proper Creation and Verification of Outlines in OceanBase to Stabilize Execution Plans
ByteFE
ByteFE
Nov 24, 2021 · Frontend Development

Creating Irregular Shapes with CSS Outline and Clip-Path

This article explains how to use CSS properties such as clip-path and outline to draw irregular shapes, including polygons, double borders, and dotted outlines, providing code examples, visual demonstrations, and tips for replacing borders with outlines in frontend development.

CSSOutlineclip-path
0 likes · 5 min read
Creating Irregular Shapes with CSS Outline and Clip-Path