Tag

Placeholder

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Apr 3, 2025 · Fundamentals

Unlock Python’s Ellipsis (…) – Powerful Uses Beyond Slicing

Discover how Python’s three-dot ellipsis (…) isn’t just a placeholder but a versatile singleton object used for slicing multidimensional arrays, marking unfinished code, enhancing type hints, and even evaluating to True, with practical examples and insights into its unique behavior.

EllipsisNumPyPlaceholder
0 likes · 6 min read
Unlock Python’s Ellipsis (…) – Powerful Uses Beyond Slicing
DeWu Technology
DeWu Technology
Jan 29, 2024 · Backend Development

Design and Implementation of a Full-Platform Automated Test Execution Engine

The article describes a full‑platform automated test execution engine that replaces legacy offline‑script/Jenkins setups with a lightweight, visual, component‑based solution supporting low‑/zero‑code case creation, parallel execution, protected environment variables, dynamic placeholders, system‑method libraries, and extensible script and case workers for scalable, efficient testing.

PlaceholderPythonautomation
0 likes · 27 min read
Design and Implementation of a Full-Platform Automated Test Execution Engine
Test Development Learning Exchange
Test Development Learning Exchange
Nov 26, 2023 · Fundamentals

Using the % Placeholder for String Formatting in Python

This article explains Python's % placeholder for string formatting, covering basic specifiers, multiple value substitution using tuples, dictionaries, and f-strings, and advanced formatting options like width, padding, and precision, accompanied by clear code examples.

PlaceholderString FormattingTutorial
0 likes · 5 min read
Using the % Placeholder for String Formatting in Python
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 10, 2022 · Mobile Development

Improving Image Loading Experience in Flutter Mobile Apps

This article explains how to enhance image loading in Flutter mobile applications by using placeholders, skeleton screens, error handling, thumbnail generation, and the BlurHash library, providing code examples and practical recommendations for a smoother user experience.

BlurHashFlutterImage Loading
0 likes · 8 min read
Improving Image Loading Experience in Flutter Mobile Apps
Python Programming Learning Circle
Python Programming Learning Circle
Jun 20, 2022 · Fundamentals

Using the Python pass Statement as a No‑Operation Placeholder

This article explains how the Python pass statement can be used as a placeholder for unfinished code, compares it with comment‑only sections, and provides clear examples showing its effect in conditional branches and loops.

PlaceholderPythoncode
0 likes · 4 min read
Using the Python pass Statement as a No‑Operation Placeholder
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 24, 2021 · Backend Development

Enable Placeholder Expressions in Custom SpringBoot Annotations

Learn how to create a custom SpringBoot annotation that supports ${…} placeholder expressions by adding AspectJ dependencies, defining the annotation, implementing an AOP aspect that resolves placeholders via EnvironmentAware, storing the result in a ThreadLocal, and using it in a service and controller.

AOPCustom AnnotationJava
0 likes · 4 min read
Enable Placeholder Expressions in Custom SpringBoot Annotations
Qunar Tech Salon
Qunar Tech Salon
Jan 4, 2019 · Frontend Development

Advanced Sass Techniques: Mixins, %placeholder Selectors, and ES6‑like Features

This article explores advanced Sass techniques, comparing mixins and %placeholder selectors, demonstrating best and bad practices, and highlighting ES6‑like features such as interpolation, rest parameters, and @each loops, with code examples to help frontend developers write more efficient and maintainable stylesheets.

CSSMixinPlaceholder
0 likes · 8 min read
Advanced Sass Techniques: Mixins, %placeholder Selectors, and ES6‑like Features