Category:Lang

  • HTML+CSS+JS web design

    Time:2024-6-4

    Article Catalog WorksI. Code Demonstration1. Login, register, get the current time2. Rotating charts3. Hometown Profile4.Popular Attractions5. Specialty Food6. Footer II. Effectssummarize Works HTML page mainly consists of: login, registration jump page, rotating image, hometown profile, popular attractions, special food and so on. Through Div + CSS, mouse over effects, get the current time, jump page, […]

  • From three.js rotation animation, I learned about requestAnimationFrame

    Time:2024-3-22

    catalogs three.js rotation animation Pre-animation knowledge Screen Refresh Rate and Browser Redraw Count How animation is formed What are the ways to realize animation What is a requestAnimationFrame setTimeout&&setInterval concluding remarks three.js rotation animation Rendering out a cube in three.js is simple, with the following code: import * as THREE from “three”; // Create the […]

  • Vue3+Vite+TypeScript common project module details

    Time:2024-2-29

      catalogs 1. Vue3+Vite+TypeScript Overview 1.1 vue3  1.1.1 Vue3 Overview 1.1.2 Current status and development trend of vue3 1.2 Vite 1.2.1 Realities 1.2 Build the vite project 1.3 TypeScript 1.3.1 TypeScript Definitions 1.3.2 TypeScript Basic Data Types 1.3.3 A Brief Introduction to TypeScript Syntax 2. Brief overview of project configuration 2.1 eslint Checksum Tool Configuration […]

  • How to understand Context in Go?

    Time:2024-2-23

    Best tutorial I’ve seen so far besides “go language programming”: https://www.practical-go-lessons.com Original text:https://www.practical-go-lessons.com/chap-37-context What will you learn in this chapter? 1. What is context? 2. What is a chained table? 3. How do I use the Context Pack? Technical concepts covered Context derivation Linked list Context key-value pair Cancellation Timeout Deadline present (sb for a […]

  • [C++] list basic interface

    Time:2024-2-19

    Parents are like iterators that encapsulate their vulnerability …… Hand torn list catalog: I. List’s common interfaces and their use 1.1 List Constructors and Adding, Deleting, Checking and Changing 1.2list Special Interfaces 1.3 List Sorting Performance Analysis Second, list iterator implementation (focus + difficulty) Introductory knowledge about iterators: 2.1 Classification of Iterators 2.2 List Iterator […]

  • [C++] list basic interface

    Time:2024-2-19

    Parents are like iterators that encapsulate their vulnerability …… Hand torn list catalog: I. List’s common interfaces and their use 1.1 List Constructors and Adding, Deleting, Checking and Changing 1.2list Special Interfaces 1.3 List Sorting Performance Analysis Second, list iterator implementation (focus + difficulty) Introductory knowledge about iterators: 2.1 Classification of Iterators 2.2 List Iterator […]

  • RabbitMQ Installation and Application

    Time:2024-2-2

    Article Catalog 1. RabbitMQ1.1 Synchronous versus asynchronous communication1.2 Advantages and disadvantages of asynchronous communication1.3. Comparison of several MQs1.4. docker install and run RabbitMQ process1.5. A few concepts of RabbitMQ1.6 Five models1.6.1 Basic message queues 1.7 Basic use1.7.1. 1The following screen appears when establishing a connection! [insert image description here](https://img-blog.csdnimg.cn/direct/2a17b7286dca43c6b49d38408652816c.png)1.7.2.2 When the queue creation is complete, […]

  • Wrap Vue3 form binding in Typescript, with support for anti-shake and other features.

    Time:2024-1-30

    Vue3 parent-child component passing values, binding form data, secondary encapsulation of UI libraries, anti-jitter, etc., I think we are all very familiar with it, this article introduces a way to use theTypescript method of unified encapsulation in the manner of the Basic usage Vue3 provides a simple way for form binding:v-model. Very user-friendly.v-model=”name” That’s all. […]

  • PHP-MySQL Library Management System (with source code)

    Time:2024-1-25

    This system uses phpstudy development platform, using PHP and MySQL database development, development tools for HBuilder. phpStudy is a PHP debugging environment for the program to integrate the latest Apache+PHP+MySQL+phpMyAdmin, one-time installation, no need to configure to use, is very convenient, good use of PHP debugging environment. (Other platforms are available)@@@@At the end of the […]

  • Ruby newbie installation steps, windows environment

    Time:2024-1-17

    I. Installing ruby Download Address: Official website:DownloadsDomestic:RubyInstaller for Windows – Domestic mirrors If you’re about to start using Ruby but don’t know which version to install, we recommend using theRuby+Devkit 3.2.X (x64)Installer. It provides the largest number of Gem that can be compatible and willMSYS2 DevkitInstalled with Ruby so that Gem with C extensions can […]