Tutorials

Practical office tips based on real-world experience, covering document processing, spreadsheet shortcuts, report formatting, and workflow optimization to boost productivity.

DeepSeek Harness安装教程,从零开始配置你的AI工具箱

DeepSeek Harness Installation Guide: Set Up Your AI Toolkit from Scratch

Want to use DeepSeek Harness locally? Don’t worry—the installation process is straightforward. All you need to do is set up the Node.js environment first, and then you can complete the setup in just a few steps. Here are the detailed installation steps. Step 1: Check and Install the Node.js Environment 1.1 Download the Node.js Installer DeepSeek Harness requires Node.js to run. So

cheng cheng 2026-09-07
562 0 1
AeroCore主题SEO优化:禁止日期/搜索页收录,分页标题加页码

AeroCore Theme SEO Optimization: Prevent indexing of date and search pages; add page numbers to pagination titles

My website uses the AeroCore theme. I’ve encountered two issues: the date archive page and the site search page have been indexed by Google, but these pages are of no use to users; the pagination titles on the category, tag, and author pages are exactly the same, so Google may consider these pages to be duplicate content. To resolve these issues, I added a few lines of PHP code to the functions.php file in my child theme. This code consists of two parts:

cheng cheng 2026-09-03
31 0 1
AeroCore主题 LCP优化:图片、JS、CSS与Preconnect

AeroCore Theme LCP Optimization: Images, JS, CSS, and Preconnect

My website uses the AeroCore theme, and I noticed that there are many images on the post and list pages—all of which use lazy loading, including the above-the-fold section. However, using lazy loading for the above-the-fold section affects the LCP score. I’m also using a few third-party scripts and stylesheets, which have caused the above-the-fold section to load very slowly. My LCP score isn’t very high either. So I wrote a piece of PHP code. This code consists of four parts. The first part sets the images to “eager” and

cheng cheng 2026-09-01
18 0 1
Cloudflare 设置域名 301 永久跳转教程

Cloudflare 301 Redirect Tutorial: How to Set Up a Permanent Domain Redirect

💡 Preliminary Note: With this tutorial, you’ll learn how to automatically redirect users to a specified URL when they visit your domain. ⚠️ Important Note: After modifying your domain’s DNS servers, it takes some time for the changes to take effect (typically anywhere from several tens of minutes to 24 hours, and up to 48 hours). Please be patient after completing the configuration and avoid testing repeatedly. Step 1: Add your domain to Cloudfl

cheng cheng 2026-08-28
21 0 0
一为主题(One Nav)导航批量导入网站方法

How to Batch Import a Website Using One Nav Navigation

1. Prepare the data source (XLSX file format) Prepare your website data, including the website name, website URL, primary categories, secondary categories, website description, SEO title, SEO meta description, and website introduction article 2. Import Data Using the WP All Import Pro Plugin ① On the plugin page, select “Upload a f

cheng cheng 2026-08-22
14 0 1
如何通过Vercel部署简单静态网站

How to Deploy a Simple Static Website Using Vercel

Quick Start: This article introduces two ways to deploy a static website on Vercel: automatic deployment via GitHub and local upload using the Vercel CLI. Both methods are completely free, include a global CDN, and support automatic HTTPS—even beginners can complete the deployment in just 3 minutes. We’ve previously tried the GitHub + Netlify combination; this time, let’s talk about Vercel. It’s a product developed by the Next.js team.

cheng cheng 2026-04-20
38 0 0
如何通过Netlify部署简单静态网站

How to Deploy a Simple Static Website Using Netlify

Quick Overview: This article shows you two ways to deploy a static website on Netlify: drag-and-drop upload and GitHub automatic deployment. The entire process is permanently free, comes with a global CDN and automatic HTTPS, and even beginners can get their site live in 3 minutes. In our previous article, we covered how to deploy simple website projects using GitHub Pages. Netlify is a leading free static website hosting platform

cheng cheng 2026-04-15
301 0 0
如何通过Github部署简单静态网站

How to Deploy a Simple Static Website Using GitHub

Quick Overview: This article provides a step-by-step guide to deploying AI-generated static web pages for free using GitHub Pages and GitHub Desktop—no need to purchase a server, it’s permanently free, and HTTPS certificates are issued automatically. By following these steps, you can generate a publicly accessible github.io site link in just 10 minutes. If you have some purely static web projects, you can use the free hosting platform: GitHub

cheng cheng 2026-04-01
77 0 0
通过宝塔面板开启网站HTTP/3的方法(Nginx教程)

How to Enable HTTP/3 for Your Website Using the Baota Panel (Nginx Tutorial)

Quick Guide: This article provides step-by-step instructions for enabling HTTP/3 on Baota Nginx, covering how to allow traffic on both UDP and port 443, along with a complete set of site configurations that can be copied directly. It also includes a dedicated fix for the HTTP_HOST error that occurs when enabling HTTP/3 on WordPress. Once configured, you can verify online with a single click whether it’s working. I. Three Prerequisites for Enabling HTTP/3 To successfully enable the HTTP/3 protocol on your website, you must first complete the following

cheng cheng 2026-03-19
13 0 1