Tag

template

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2025 · Backend Development

Simple Basketball Information Management System with Django

This article presents a simple basketball information management system built with Django, detailing CRUD operations for player data, pagination logic, and corresponding HTML templates for both admin and front‑end interfaces, accompanied by full source code snippets and screenshots of the resulting pages.

BackendCRUDDjango
0 likes · 12 min read
Simple Basketball Information Management System with Django
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 1, 2025 · Backend Development

Generating PDF Templates with iText in Java: Step-by-Step Guide

This article demonstrates how to create and fill PDF templates using a PDF editor and Java iText library, covering importing Word documents, inserting text, option, and image fields (including signatures and stamps), and provides complete code examples for generating customized PDFs.

JavaPDFPDF generation
0 likes · 7 min read
Generating PDF Templates with iText in Java: Step-by-Step Guide
Architect's Guide
Architect's Guide
Mar 9, 2025 · Backend Development

Generating PDF Templates with iText in Java: A Step‑by‑Step Tutorial

This article demonstrates how to create a PDF template by first designing a Word document, converting it to PDF, inserting text, option, and image fields using a PDF editor, and then programmatically filling those fields with Java iText code, including dependency setup and image insertion.

BackendJavaPDF
0 likes · 7 min read
Generating PDF Templates with iText in Java: A Step‑by‑Step Tutorial
Architect's Guide
Architect's Guide
Oct 17, 2024 · Backend Development

Using JXLS for Complex Excel Export in Java Backend Applications

This article introduces the JXLS library for Java, explains how to add Maven dependencies, provides backend utility and controller code for exporting Excel files, and details common XLS expressions such as jx:area, jx:each, jx:mergeCells, and dynamic column handling to simplify complex Excel report generation.

BackendDynamic ColumnsExcel Export
0 likes · 8 min read
Using JXLS for Complex Excel Export in Java Backend Applications
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Sep 3, 2024 · Backend Development

Generate Word Reports with YARG in Spring Boot 3.2.5 – A Step-by-Step Guide

This tutorial demonstrates how to use the open‑source YARG library with Spring Boot 3.2.5 to create Word (.docx) reports by preparing a template, loading it, supplying JSON data, defining a data band, and running the report generation code, complete with Maven dependencies and example screenshots.

JSONJavaSpringBoot
0 likes · 5 min read
Generate Word Reports with YARG in Spring Boot 3.2.5 – A Step-by-Step Guide
Architecture Digest
Architecture Digest
Jun 17, 2024 · Frontend Development

Curated List of Open‑Source Admin Dashboard Projects

This article provides a curated list of twelve open‑source admin dashboard projects, including D2admin, vue‑element‑admin, JEECG‑BOOT, GIN‑VUE‑ADMIN, and others, with their GitHub links, documentation URLs, demo previews, and licensing information, offering developers free resources for building management interfaces.

GitHubOpen-sourceVue
0 likes · 7 min read
Curated List of Open‑Source Admin Dashboard Projects
DaTaobao Tech
DaTaobao Tech
Dec 20, 2023 · Backend Development

Designing a Unified Structural Template for Multi‑Module Business Applications

The article proposes a unified structural template that links business and technical architectures for multi‑module applications, revisiting the VSEF framework with client and business‑logic modules, handling concerns such as exceptions, idempotency and concurrency, using a simple Request/Result model, and demonstrating its reuse through price‑insurance and Groupon case studies, enabling rapid, container‑like service initialization while preserving clear separation of logic and infrastructure.

Case StudyIdempotencyarchitecture
0 likes · 7 min read
Designing a Unified Structural Template for Multi‑Module Business Applications
Selected Java Interview Questions
Selected Java Interview Questions
Aug 25, 2023 · Backend Development

Using JXLS for Complex Excel Export in Java

This article introduces the JXLS library for Java, explains how to add Maven dependencies, provides backend utility and controller code for exporting Excel files, and details template creation and common JXLS expressions such as jx:area, jx:each, jx:mergeCells, and dynamic column handling.

Excel ExportJXLSJava
0 likes · 6 min read
Using JXLS for Complex Excel Export in Java
JD Tech
JD Tech
May 24, 2023 · Backend Development

Technical Overview of the Transaction Fulfillment Product Center: Architecture, Features, and Implementation

This article presents a comprehensive technical overview of the Transaction Fulfillment Product Center, detailing its background, system architecture based on DDD and micro‑services, key features such as unified product management, template‑driven form generation, metadata handling, complex search capabilities, and a custom ID generator, while also providing code examples of extension points.

BackendDDDElasticsearch
0 likes · 15 min read
Technical Overview of the Transaction Fulfillment Product Center: Architecture, Features, and Implementation
Tencent Cloud Developer
Tencent Cloud Developer
Jun 14, 2022 · Fundamentals

Using ClangSharp and libclang for C# Reflection Code Generation and Meta‑Attribute Support

The article demonstrates how to build an offline C# reflection tool using libclang and ClangSharp by parsing C++ headers into an AST, traversing it, generating structured data, and applying Liquid templates, while introducing meta‑attributes via C++ annotate macros for fine‑grained code‑generation control.

C++ClangSharpcode generation
0 likes · 33 min read
Using ClangSharp and libclang for C# Reflection Code Generation and Meta‑Attribute Support
Python Programming Learning Circle
Python Programming Learning Circle
Apr 16, 2022 · Backend Development

Organizing Django Templates with a Base Layout and Includes for Maintainable Web Applications

This tutorial explains how to design and structure Django templates using a base.html layout, block inheritance, and reusable includes to keep the UI organized, eliminate duplicated code, and make future maintenance of a Django web project much easier.

DjangoWeb Developmentbackend development
0 likes · 27 min read
Organizing Django Templates with a Base Layout and Includes for Maintainable Web Applications
Cyber Elephant Tech Team
Cyber Elephant Tech Team
Feb 22, 2022 · Frontend Development

Mastering Eris: The Enterprise-Grade Frontend Scaffold for Scalable Projects

Eris is an open-source, enterprise-level frontend scaffolding framework from Yidianzixun that streamlines project initialization, template management, development, building, and deployment through unified commands, supporting both React and Vue templates, customizable themes, and an interactive CLI to accelerate large-scale web application development.

buildclideployment
0 likes · 8 min read
Mastering Eris: The Enterprise-Grade Frontend Scaffold for Scalable Projects
IT Services Circle
IT Services Circle
Feb 5, 2022 · Fundamentals

Understanding && in C++: Rvalue References, Forwarding References, and Their Use as Function Parameters

The article explains the different meanings of the && operator in C++—as a true rvalue reference in non‑template functions, as a forwarding (universal) reference in templates, and its behavior when binding to function return values—illustrated with code examples and practical guidelines.

C++forwarding referencefunction parameters
0 likes · 5 min read
Understanding && in C++: Rvalue References, Forwarding References, and Their Use as Function Parameters
JD Retail Technology
JD Retail Technology
Jan 13, 2022 · Frontend Development

The Origin, Current State, and Solution of Frontend Scaffolding: Introducing the Leo Scaffold Framework

This article explains how frontend scaffolding emerged from growing project complexity, outlines the limitations of traditional copy‑paste templates, and presents Leo—a modular, zero‑cost CLI scaffold that standardizes initialization, covers the entire development workflow, and offers an open‑source marketplace for templates and builders.

ModularOpen-sourcecli
0 likes · 8 min read
The Origin, Current State, and Solution of Frontend Scaffolding: Introducing the Leo Scaffold Framework
Java Captain
Java Captain
Dec 26, 2021 · Frontend Development

Top Open-Source Vue Admin Templates and Their Resources

This article lists twelve popular open‑source Vue admin dashboard projects, providing each project's GitHub or Gitee repository link, documentation URL, live demo preview, and a screenshot, offering developers a quick reference for selecting a suitable admin UI framework.

Open-sourceUIVue
0 likes · 7 min read
Top Open-Source Vue Admin Templates and Their Resources
JD Tech Talk
JD Tech Talk
Jul 7, 2021 · Frontend Development

Design and Architecture of JD's Lego Low‑Code Visual Building Platform

The article presents a comprehensive overview of JD's Lego low‑code visual building platform, detailing its business motivations, architectural design, core front‑end technologies, template creation workflow, debugging tools, unified build and release process, and future development directions.

Vuefrontendlow-code
0 likes · 16 min read
Design and Architecture of JD's Lego Low‑Code Visual Building Platform
ByteFE
ByteFE
Jul 1, 2021 · Frontend Development

Evolution of Frontend Scaffolding and Engineering Solutions

This article examines how frontend scaffolding has evolved from manual project copying to template repositories and automated CLI tools, discusses maintenance challenges such as throw‑away usage and version upgrades, and introduces ByteDance's cloud‑based engineering scheme with multiple code‑initialization methods and a marketplace for reusable best‑practice solutions.

clicode initializationengineering
0 likes · 7 min read
Evolution of Frontend Scaffolding and Engineering Solutions
Python Programming Learning Circle
Python Programming Learning Circle
Mar 30, 2021 · Backend Development

Simple Basketball Information Management System with CRUD and Pagination Using Django

This article presents a complete Django‑based basketball information management system that implements player data CRUD operations, pagination, and front‑end templates, providing full code examples for view functions, HTML tables, and edit forms to help developers build similar web applications.

CRUDDjangoPython
0 likes · 7 min read
Simple Basketball Information Management System with CRUD and Pagination Using Django
php中文网 Courses
php中文网 Courses
Dec 17, 2020 · Backend Development

Customizing ThinkPHP 3.2 Error Page with a Personalized Template

This guide explains how to replace ThinkPHP's default error page by adding configuration entries and creating a custom HTML template, including CSS styling and JavaScript for automatic redirects, providing a more attractive and functional error display.

Error PageJavaScriptPHP
0 likes · 6 min read
Customizing ThinkPHP 3.2 Error Page with a Personalized Template
Zhengtong Technical Team
Zhengtong Technical Team
Jul 1, 2020 · Frontend Development

Design and Implementation of a Dynamic Printing Template System Using OnlyOffice Plugin

This article outlines the requirements, common approaches, drawbacks, and a comprehensive solution for creating flexible, visual printing templates in administrative workflows by leveraging OnlyOffice's extensible API, a custom JavaScript plugin, and backend integration to enable real‑time preview, variable insertion, and fine‑grained style control.

JavaScriptOnlyOfficefrontend
0 likes · 9 min read
Design and Implementation of a Dynamic Printing Template System Using OnlyOffice Plugin