script

Domain Driven Design - Code catalog specification

Reprinted from https://github.com/Vincedream/ddd-fe-demo ...
5:04 26 March 2025

Data structure: understand binary search tree (JavaScript)

Introduction to binary search treeBinary search tree is a binary tree with a certain order of magnitude between node val...
5:00 21 March 2025

Israel confirms ultra-Orthodox draft figures were inflated

JERUSALEM (AP) — The Israeli military said Thursday it found “serious, systemic failures” in its own reporting that infl...
16:37 20 February 2022

Utah sends employees to Mexico for lower prescription prices

SALT LAKE CITY — Ann Lovell had never owned a passport before last year. Now, the 62-year-old teacher is a frequent flier, traveling every few months ...
15:56 9 February 2022

California could be 1st state to sell own prescription drugs

SACRAMENTO, Calif. — California could become the first state with its own prescription drug label under a proposal that Gov. Gavin Newsom unveiled Thu...
19:15 9 January 2022

US report: Prescription drug prices down slightly last year

WASHINGTON — Prices for prescription drugs edged down by 1% last year, a rare result driven by declines for generics and slow, low growth in the cost ...
21:02 5 December 2021

js operation elements and case demonstration

Operation element The DOM operation of JavaScript can change the content, structure and style of web pages. We can use D...
19:54 5 December 2021

Originally, ES7~12 added these attributes respectively

ES6, also known as ES2015, was released in 2015. Since then, some attributes have been added every year, named ES7~12 re...
20:40 4 December 2021

props in parent-child component communication

Props is a way for parent-child components to communicate. We also call it forward value transfer, that is, the parent c...
16:14 4 December 2021

HTML+CSS Foundation (solve the problem of high collapse)

High collapse problem caused by element separation from document flow 1. Problem Description: In the document flow, the ...
15:42 4 December 2021

Iterators and generators

Refer to advanced programming 4 ...
14:51 4 December 2021

Vue basic 3--vue component communication

1. vue assembly 1.1 vue components_ concept Componentization: the idea of encapsulation encapsulates the reusable parts ...
13:53 4 December 2021

[JavaScript] day 4 [for double loop] [function]

Double for loop Dual for loop overview ...
23:37 2 December 2021

[class and module] class and type

Classes and types JavaScript defines a small ...
17:53 2 December 2021

Common types of TypeScript

The official documents of TypeScript have been updated, but the Chinese documents I can find are still in older versions...
23:10 1 December 2021

js data structure and algorithm dictionary and hash table

Dictionaries Store [key, value] pairs Then, we need to declare some methods that can be used by the mapping / dictionary...
10:46 1 December 2021

Using regular expressions in js

  When we design web pages, we always deal with forms, and most of the verification of forms is verified by regular...
16:53 30 November 2021

Front end er, when do you want to write an HTTP server?

Front end er, when do you want to write an HTTP server? Wh...
21:59 29 November 2021

D3.js Create Force Directed Map (V4)

D3.js Create Force Directed Map (V4) _Reference for this article: https://blog.csdn.net/juzipidemimi/article/details/100...
12:57 28 November 2021

Day 1 - Web APIs

Learning objectives: Elements can be obtained by ID, elem...
12:21 27 November 2021

Dom of JavaScript (get element, event basis, operation element)

1, Introduction to DOM 1. What is...
4:23 26 November 2021

Wechat question answering applet v1.0 developed and built with cloud

Recently, I was bored, so I took the time to do a series of tutorials for the answer applet and share the source code. I...
21:39 25 November 2021

Front end development: WebP adaptively improves development performance

WebP introductionWebP It is a picture format launched by Google that provides both lossy and lossless compression method...
15:25 25 November 2021

[JS elevation] string pattern matching method

1. RegExp object JS, like other languages, has regular expression support, that is, RegExp objects. This object mainly p...
23:41 24 November 2021

Netease Interviewer: would you please implement JS overload? It's not a TS overload!

preface Hello, I'm Lin Sanxin. In the most eas...
21:32 24 November 2021

On var, let and const

This article is a reprinted article Original link: https://blog.csdn.net/unionz/article/details/80032048 First, a comm...
2:51 24 November 2021

JS implementation inheritance

Prototype chain inheritance The principle of ...
19:52 23 November 2021

[]. slice.call understanding

[]. slice.call understanding First, explain []. slice.call() and Array.prototype.slice.call()   What's the diff...
11:21 22 November 2021

leetcode lecture on algorithm interview for large factories 2. Time and space complexity

leetcode lecture on algorithm interview for large factories 2. Time and space complexityVideo tutorial (efficient learni...
23:53 20 November 2021

Put the project file into the gitee repository and the git command

Place local project files into warehouse Create a new warehouse in gitee, enter the warehouse name and click createAfter...
20:58 20 November 2021