Dunmao Tech Hub
Author

Dunmao Tech Hub

Sharing selected technical articles synced from CSDN. Follow us on CSDN: Dunmao.

32
Articles
0
Likes
44
Views
0
Comments
Recent Articles

Latest from Dunmao Tech Hub

32 recent articles
Dunmao Tech Hub
Dunmao Tech Hub
Aug 13, 2025 · Backend Development

Automate SpringBoot Deployment on Windows with Jenkins and WinSW

This guide explains how to set up Jenkins and WinSW on a Windows 10 server to automatically build, package, and deploy a SpringBoot application using batch scripts, covering environment preparation, configuration files, and Jenkins pipeline steps for streamlined backend deployment.

CI/CDJenkinsWinSW
0 likes · 9 min read
Automate SpringBoot Deployment on Windows with Jenkins and WinSW
Dunmao Tech Hub
Dunmao Tech Hub
Aug 9, 2025 · Fundamentals

Convert DOC to DOCX and Extract Tables with Python & LibreOffice

This tutorial explains why converting legacy .doc files to .docx is necessary, shows how to install LibreOffice and python-docx, provides a Python script to perform the conversion via LibreOffice's command‑line interface, and demonstrates reading and modifying tables in the resulting .docx files.

Data Extractiondocxlibreoffice
0 likes · 8 min read
Convert DOC to DOCX and Extract Tables with Python & LibreOffice