Tagged articles
12 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Oct 28, 2025 · Backend Development

Build a Mythical Afterlife Management System with Node, MySQL, and Vue

This guide walks you through creating a full‑stack “afterlife” management platform that simulates traditional Chinese underworld processes, using a Node.js + Express + MySQL backend and a Vue + Element UI frontend, with step‑by‑step setup, configuration, and deployment instructions.

ExpressFull-StackNode.js
0 likes · 6 min read
Build a Mythical Afterlife Management System with Node, MySQL, and Vue
Test Development Learning Exchange
Test Development Learning Exchange
Oct 13, 2025 · Backend Development

Build a One‑Click Web Document Converter with Python & Flask

This tutorial walks you through building a web‑based universal document converter using Python and Flask, enabling batch conversion of PDF, Word, PPT, and Excel files into Markdown, with automatic packaging, Chinese support, simple deployment without command‑line skills, and practical use‑case examples.

Document ConversionFlaskPython
0 likes · 11 min read
Build a One‑Click Web Document Converter with Python & Flask
Python Programming Learning Circle
Python Programming Learning Circle
May 13, 2025 · Backend Development

Contract Management and Expense Reimbursement System Overview and Deployment Guide

This document provides a comprehensive overview of a contract management and employee travel expense reimbursement system for small‑to‑medium enterprises, detailing its functional modules, BS architecture with Vue front‑end and Django back‑end, environment setup, database configuration, user registration, login procedures, and management of users, departments, projects, contracts, reimbursements, and financial approvals.

Contract ManagementDjangoVue
0 likes · 8 min read
Contract Management and Expense Reimbursement System Overview and Deployment Guide
Java Tech Enthusiast
Java Tech Enthusiast
Sep 1, 2024 · Information Security

XSS Defense in Spring Boot Applications

The article explains how to protect Spring Boot applications from XSS attacks by using custom annotations such as @XSS with an XssValidator and by implementing a request‑filter chain—including XssFilter and XssWrapper—to sanitize input, demonstrating through tests that both approaches reliably secure user data.

JavaSecuritySpring Boot
0 likes · 14 min read
XSS Defense in Spring Boot Applications
Python Programming Learning Circle
Python Programming Learning Circle
Aug 31, 2024 · Backend Development

Contract Management and Expense Reimbursement System – Architecture and Usage Guide

This document describes a web‑based contract and employee expense reimbursement system for small‑to‑medium enterprises, covering its BS architecture with a Vue front‑end, Django back‑end, MySQL database, deployment environment, registration/login procedures, and detailed modules for user, department, contract, reimbursement, and financial management.

BackendContract ManagementDjango
0 likes · 8 min read
Contract Management and Expense Reimbursement System – Architecture and Usage Guide
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 28, 2022 · Backend Development

Understanding Spring’s Parent and Child Container Initialization in XML Config

This article explains how Spring configures its parent and child application contexts using web.xml, ContextLoaderListener, and DispatcherServlet, detailing the loading of configuration files, context class determination, bean definition processing, and the refresh cycle that ultimately stores the WebApplicationContext in the ServletContext.

Backend DevelopmentContextLoaderListenerDispatcherServlet
0 likes · 12 min read
Understanding Spring’s Parent and Child Container Initialization in XML Config
Java High-Performance Architecture
Java High-Performance Architecture
Oct 29, 2022 · Backend Development

Build a Java SpringBoot Digital Signature & Seal System with PageOffice

This article walks through creating a Java SpringBoot demo that implements digital signing and electronic sealing of Office documents, explains the underlying cryptographic concepts, shows the full source code (controller, service, utility classes), and provides step‑by‑step deployment and UI demonstration of the workflow.

Document WorkflowJavaPageOffice
0 likes · 11 min read
Build a Java SpringBoot Digital Signature & Seal System with PageOffice
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Oct 11, 2021 · Frontend Development

DrawIO Secondary Development: A Comprehensive Technical Guide

This guide walks developers through DrawIO secondary development, explaining why integration is needed, how to set up Java/Ant, clone and build the source, configure dev mode, deploy via various platforms, and use core APIs like getCurrentFile and loadFile, with a starter scaffold on GitHub.

Diagram ToolJavaScriptNext.js
0 likes · 23 min read
DrawIO Secondary Development: A Comprehensive Technical Guide
Baidu Tech Salon
Baidu Tech Salon
Jan 9, 2015 · Frontend Development

A Practical Guide to Developing Web Applications

This practical guide defines a web application as task‑oriented software distinct from informational websites and outlines a five‑step development workflow—analysis, design, implementation, polishing, and release with follow‑up—detailing requirements gathering, prototyping, framework selection, testing, deployment, and iterative improvement.

DesignWeb ApplicationWeb Development
0 likes · 9 min read
A Practical Guide to Developing Web Applications