Tag

Templates

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Dec 9, 2024 · Backend Development

Server‑Side Rendering, Templates, and CFML: History, Use Cases, and Code Examples

The article explains the evolution of server‑side HTML generation from early static pages to modern templating with PHP and CFML, discusses when server‑side rendering remains advantageous, and provides concrete CFML code snippets for variables, output, conditionals, and loops.

Backend DevelopmentCFMLPHP
0 likes · 9 min read
Server‑Side Rendering, Templates, and CFML: History, Use Cases, and Code Examples
Deepin Linux
Deepin Linux
Sep 4, 2024 · Fundamentals

Comprehensive Overview of C/C++ Language Features, Standard Library, and Object‑Oriented Concepts

This article provides an extensive guide to C/C++ fundamentals, covering static and const qualifiers, references versus pointers, memory‑management techniques, STL container implementations, iterator behavior, object‑oriented principles, virtual functions, smart pointers, and modern C++11 features for both beginner and experienced developers.

C++C++11Memory Management
0 likes · 44 min read
Comprehensive Overview of C/C++ Language Features, Standard Library, and Object‑Oriented Concepts
Deepin Linux
Deepin Linux
Aug 29, 2024 · Fundamentals

Comprehensive C++ Interview Guide: Syntax, OOP, Memory Management, STL, and Concurrency

This guide provides an extensive overview of essential C++ concepts for interview preparation, covering variable definitions, static and const keywords, type conversions, pointers versus references, scope, exception handling, function overloading, templates, initialization lists, as well as memory management techniques, STL containers and algorithms, as well as multithreading and concurrency mechanisms.

C++ConcurrencyMemory Management
0 likes · 93 min read
Comprehensive C++ Interview Guide: Syntax, OOP, Memory Management, STL, and Concurrency
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 10, 2024 · Frontend Development

Understanding Web Components: Core Concepts, Custom Elements, Shadow DOM, Slots, and Templates

This article introduces Web Components—a W3C‑standardized technology supported by all major browsers—explaining its core concepts (Custom Elements, Shadow DOM, Templates, Slots), providing step‑by‑step code examples, discussing lifecycle callbacks, compatibility, polyfills, and how it compares with frameworks like React and Vue.

Custom ElementsFrontend DevelopmentTemplates
0 likes · 22 min read
Understanding Web Components: Core Concepts, Custom Elements, Shadow DOM, Slots, and Templates
IT Services Circle
IT Services Circle
Jun 9, 2024 · Fundamentals

Understanding Type Erasure in C++ for Polymorphic Design

This article explains the concept of type erasure in C++, demonstrating how to achieve polymorphic behavior without a common base class by using wrapper classes, templates, and container storage, and provides multiple implementation approaches with complete code examples.

C++TemplatesType Erasure
0 likes · 11 min read
Understanding Type Erasure in C++ for Polymorphic Design
Architect's Guide
Architect's Guide
Jun 8, 2024 · Backend Development

Automatic Business Code Generation Tool and Its Usage

This article introduces a self‑built tool that automatically generates database, service, DAO, and controller code for CRUD operations based on table definitions, explains its underlying template‑and‑parameter mechanism, demonstrates usage with a sample product table, and provides customizable templates and dynamic parameters for extensibility.

AutomationCRUDMyBatis
0 likes · 15 min read
Automatic Business Code Generation Tool and Its Usage
Deepin Linux
Deepin Linux
Nov 8, 2023 · Fundamentals

Overview of C++20 New Features and Frequently Tested Topics

This article provides a comprehensive overview of C++20's major new features—including concepts, modules, coroutines, ranges, three‑way comparison, constexpr enhancements, and the updated standard library—along with practical code examples, explanations of their significance, and frequently examined interview topics.

C++20ModulesTemplates
0 likes · 35 min read
Overview of C++20 New Features and Frequently Tested Topics
php中文网 Courses
php中文网 Courses
Sep 12, 2023 · Frontend Development

9 Popular Front-End Admin Dashboard Templates Recommended by Veteran Developers

This article introduces nine widely used front-end admin dashboard templates—ranging from Bootstrap‑based solutions to Vue, React, and Angular frameworks—highlighting their key features, GitHub star counts, and demo screenshots to help developers choose the most suitable tool for their projects.

AngularBootstrapTemplates
0 likes · 5 min read
9 Popular Front-End Admin Dashboard Templates Recommended by Veteran Developers
Test Development Learning Exchange
Test Development Learning Exchange
Aug 2, 2023 · Fundamentals

Dynamic Code Execution and Code Generation in Python: Techniques and Practical Scenarios

This article explains Python's dynamic code execution and code generation techniques, covering the exec function, code templates, and six practical examples such as dynamic module import, class loading, function invocation, class definition, function creation, and runtime modification of classes or functions.

ExecPythonTemplates
0 likes · 5 min read
Dynamic Code Execution and Code Generation in Python: Techniques and Practical Scenarios
TAL Education Technology
TAL Education Technology
Jul 6, 2023 · Frontend Development

Introduction to Web Components: Custom Elements, Shadow DOM, Templates, and Slots

This article introduces Web Components, explains the three core technologies—custom elements, Shadow DOM, and templates with slots—provides detailed code examples for each, discusses lifecycle callbacks, demonstrates encapsulation benefits, and offers practical guidance on using them across modern front‑end frameworks.

Custom ElementsTemplatesWeb Components
0 likes · 12 min read
Introduction to Web Components: Custom Elements, Shadow DOM, Templates, and Slots
IT Services Circle
IT Services Circle
Apr 27, 2023 · Fundamentals

Understanding std::function and std::invoke in C++

This article explains the differences between std::function and std::invoke in C++, shows how std::function can wrap callable objects such as function pointers, and demonstrates using std::invoke to call various callable types—including free functions and member functions—through clear code examples.

C++CallableTemplates
0 likes · 3 min read
Understanding std::function and std::invoke in C++
Tencent Cloud Developer
Tencent Cloud Developer
Nov 4, 2022 · Fundamentals

Understanding Complex C++ Syntax and Language Features: A Comprehensive Guide

The guide thoroughly explains C++’s intricate syntax and language features—from historic C inheritance, array handling, and implicit conversions to enums, macros, and const correctness—while detailing modern C++11 concepts like rvalue references, move semantics, reference collapsing, perfect forwarding, and auto deduction to help developers avoid pitfalls and write cleaner, efficient code.

C++ProgrammingSyntax
0 likes · 50 min read
Understanding Complex C++ Syntax and Language Features: A Comprehensive Guide
Tencent Cloud Developer
Tencent Cloud Developer
Jul 21, 2022 · Information Security

Generic System API Hooking, Parameter Logging, and Data Filtering with C++ Templates

This note shows how C++ templates and a one‑line macro can generate a universal wrapper that hooks any system API, logs and filters its parameters—including variadic and pointer arguments—while handling special cases such as const and void* buffers, eliminating repetitive custom wrappers.

API HookingC++Data Filtering
0 likes · 15 min read
Generic System API Hooking, Parameter Logging, and Data Filtering with C++ Templates
HomeTech
HomeTech
Jul 5, 2022 · Backend Development

Introduction to CodeSmith: Template‑Based Code Generation and Practical Usage Guide

This article introduces CodeSmith, a template‑driven code generation tool, explains why code generators improve efficiency and consistency, demonstrates how to write and reuse templates—including Java bean generation and data‑type conversion—and shares practical tips for automating model, SQL, and UI code creation.

Backend DevelopmentC++CodeSmith
0 likes · 8 min read
Introduction to CodeSmith: Template‑Based Code Generation and Practical Usage Guide
Wukong Talks Architecture
Wukong Talks Architecture
Apr 25, 2021 · Fundamentals

Comprehensive Guide to Using ProcessOn for Diagrams and Collaboration

This tutorial provides a detailed walkthrough of ProcessOn, covering flowchart creation, mind‑mapping, template usage, collaboration features, file organization, pricing plans, and additional highlights, enabling users to efficiently produce and share architectural diagrams and other visual assets.

DiagrammingProcessOnTemplates
0 likes · 9 min read
Comprehensive Guide to Using ProcessOn for Diagrams and Collaboration
Python Programming Learning Circle
Python Programming Learning Circle
Mar 30, 2021 · Backend Development

Understanding Django Templates for Building User Interfaces

This article explains how to configure, render, and extend Django templates, covering template directories, context data, built‑in tags and filters, reusable blocks, includes, and creating custom tags to efficiently build dynamic web interfaces.

Backend DevelopmentContextCustom Tags
0 likes · 16 min read
Understanding Django Templates for Building User Interfaces
High Availability Architecture
High Availability Architecture
Nov 12, 2020 · Fundamentals

A Tour of Metaprogramming Models for Generics

This article surveys how various programming languages implement generic programming, comparing approaches such as boxing, monomorphisation, type erasure, vtables, dictionary passing, and compile‑time code generation, and illustrates each method with code examples from Go, Java, Rust, C++, D, and others.

Language DesignTemplatesType Erasure
0 likes · 23 min read
A Tour of Metaprogramming Models for Generics
360 Quality & Efficiency
360 Quality & Efficiency
Aug 17, 2018 · Backend Development

Flask Jinja2 Template Guide: Syntax, Filters, Inheritance, and a CRUD Schedule Example

This article explains how Flask uses Jinja2 templates, covering template rendering, variable syntax, built‑in filters, inheritance, and demonstrates a complete schedule‑management example with CRUD operations, DataTables integration, and AJAX calls.

Backend DevelopmentFlaskJinja2
0 likes · 6 min read
Flask Jinja2 Template Guide: Syntax, Filters, Inheritance, and a CRUD Schedule Example