星期三 , 22 1 月 2025

TimeLine Layout

1 月, 2025

  • 21 1 月

    Canva slider

    https://www.canva.com/design/DAGc1iNJKzk/KSvQWmQYoibx6IWoxDInEg/view?utm_content=DAGc1iNJKzk&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=haa3e9ef37f

    Read More »

11 月, 2024

9 月, 2024

  • 29 9 月

    WP如何添加自媒体链接

    首先我们要在后台用户面板添加自媒体链接的字段输入框,要用到的是 show_user_profile的钩子和edit_user_profile的钩子, <?php /*-----------------------------------------------------------------------------------*/ # Add user's social accounts /*--------------------------------------------------...

    Read More »

8 月, 2024

  • 10 8 月

    Javascript面向对象OOP基础知识

    面向对象编程(Object-Oriented Programming, OOP)是编程中的一种思想和方法论,主要通过“对象”和“类”来组织代码,以提高代码的可维护性和可重用性。JavaScript 作为一种多范式编程语言,也支持面向对象编程。以下是 JavaScript 面向对象编程的基础知识: 1. 对象 对象是 JavaScript 中的基本数据结构之一。它由...

    Read More »
  • 10 8 月

    PHP面向对象OOP基础知识

    PHP 的面向对象编程(OOP)是编程中的一种范式,允许开发者通过定义类和对象来创建更模块化和可扩展的代码。以下是 PHP OOP 的一些基础知识: 1. 类与对象 类:类是一个模板,定义了对象的属性和方法。它可以看作是对象的蓝图。 对象:对象是类的实例。通过使用类创建一个对象,可以访问类中的属性和方法。 ...

    Read More »

5 月, 2024

  • 23 5 月

    重磅:如何给单页添加验证邮箱的按钮,搜集邮箱

    HTML 部分 //首先在页面上添加一个按钮,点击弹出验证邮箱和弹出验证码: <p>产品图纸:<a href="javascript:void(0)" type="button" id="verifyEmailButton">点击进行下载图纸</a></p> //验证邮箱的form, 写在页面最底部 <!-- The popup form --> <div id="emailPopup" class="popup"> &...

    Read More »

3 月, 2024

  • 29 3 月

    acora主题安装到翻译教程

    安装主题 安装好wordpress之后,去外观,主题下面,点击新增主题,点击上传。 然后从下载的主文件里选择acora.zip这个文件,然后点击安装。 当文件上传好之后点击激活主题。 激活好主题之后,去后台,安装提示的所有插件。 然后再安装acora-child.zip 这个子主题。 安装演示数据 要用到All In One...

    Read More »
  • 19 3 月

    Git tutorial

    Certainly! Git is a powerful version control system that allows developers to track changes to their code, collaborate with others, and manage software development projects efficiently. Here's a comprehensive tutorial to get you started with Git: Table of Contents: Introduction to Git ...

    Read More »