Tag

Router

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 14, 2025 · Frontend Development

Vue API Beginner's Guide: Core Concepts, Practical Cases, and Best Practices

This comprehensive tutorial introduces Vue.js core APIs—including component creation, reactive data handling, lifecycle hooks, routing, and state management—illustrates their use through e‑commerce cart and social feed examples, and provides performance tips and common pitfalls for front‑end developers.

Component APIFrontend DevelopmentJavaScript
0 likes · 25 min read
Vue API Beginner's Guide: Core Concepts, Practical Cases, and Best Practices
macrozheng
macrozheng
Oct 17, 2024 · Databases

How MySQL Router 8.2 Enables Seamless Read/Write Splitting

MySQL Router 8.2 now supports automatic read/write splitting for InnoDB ReplicaSets, allowing reads to be routed to replicas and writes to the primary without any application changes, thereby improving performance and scalability.

Database PerformanceInnoDB ReplicaSetMySQL
0 likes · 5 min read
How MySQL Router 8.2 Enables Seamless Read/Write Splitting
Selected Java Interview Questions
Selected Java Interview Questions
Oct 10, 2024 · Databases

MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet

This article explains how MySQL Router 8.2 enables automatic read/write splitting for InnoDB ReplicaSet deployments, showing configuration steps, code examples, and the benefits of directing reads to replicas and writes to the primary without modifying application code.

DatabaseInnoDB ReplicaSetMySQL
0 likes · 5 min read
MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet
Architect's Guide
Architect's Guide
Oct 4, 2024 · Databases

Using MySQL Router 8.2 for Read/Write Splitting with InnoDB ReplicaSet

The article demonstrates how MySQL Router 8.2 enables transparent read/write splitting for an InnoDB ReplicaSet, showing the architecture, configuration steps, connection behavior, and the generated routing settings that improve database performance without modifying application code.

DatabasePerformanceInnoDBMySQL
0 likes · 4 min read
Using MySQL Router 8.2 for Read/Write Splitting with InnoDB ReplicaSet
php中文网 Courses
php中文网 Courses
Jul 25, 2024 · Backend Development

Creating a Custom PHP Framework for Rapid Development

This article explains how to design and build a custom PHP framework—from the motivation and directory layout to core components like a router, controller, and model, plus enhancements, testing, and deployment—providing developers with a practical guide for rapid web development.

MVCPHPRouter
0 likes · 9 min read
Creating a Custom PHP Framework for Rapid Development
Top Architect
Top Architect
Jul 22, 2024 · Databases

MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet

This article demonstrates how MySQL Router 8.2 can perform automatic read/write splitting using an InnoDB ReplicaSet, shows the required configuration, explains the behavior of read and write connections, and concludes with the benefits of the feature while also containing promotional material for unrelated services.

DatabaseInnoDBMySQL
0 likes · 7 min read
MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet
Selected Java Interview Questions
Selected Java Interview Questions
Jul 9, 2024 · Databases

MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet

This article explains how MySQL Router 8.2 enables read/write splitting for an InnoDB ReplicaSet, showing configuration steps, routing behavior, sample code, and the resulting performance and management benefits without requiring application changes.

DatabasePerformanceInnoDBMySQL
0 likes · 5 min read
MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 1, 2024 · Frontend Development

Implementing Page Transition Animations in Vue Router (Mimicking Douyin App)

This article explains how to use Vue Router and the Transition component to create forward and backward page‑slide animations that mimic the Douyin app, covering router initialization, route definitions, nested routes, CSS animation rules, and the logic for detecting navigation direction.

JavaScriptRouterVue
0 likes · 14 min read
Implementing Page Transition Animations in Vue Router (Mimicking Douyin App)
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 30, 2023 · Databases

MySQL 8.2 Transparent Read/Write Splitting with MySQL Router

MySQL 8.2 introduces transparent read/write splitting via MySQL Router, allowing automatic routing of read traffic to replica instances and write traffic to the primary source without any changes to the application, demonstrated with a simple InnoDB ReplicaSet deployment and configuration examples.

ConfigurationDatabasePerformanceInnoDBReplicaSet
0 likes · 6 min read
MySQL 8.2 Transparent Read/Write Splitting with MySQL Router
IT Services Circle
IT Services Circle
Aug 21, 2023 · Frontend Development

Understanding the History API and How React Router Implements It

This tutorial explains the fundamentals of the browser History API—including length, back, forward, go, pushState, replaceState, and scrollRestoration—demonstrates their behavior with visual examples, and then shows step‑by‑step how React Router leverages these APIs to match routes, render components, and handle navigation events such as popstate.

History APIJavaScriptRouter
0 likes · 10 min read
Understanding the History API and How React Router Implements It
Architects' Tech Alliance
Architects' Tech Alliance
Jul 23, 2022 · Fundamentals

Comprehensive Overview of Wi‑Fi Technology, Standards, and Deployment Practices

This article provides an in‑depth technical overview of Wi‑Fi, covering its terminology, frequency bands, 802.11 standards evolution, channel planning, antenna gain, power calculations, MIMO, mesh networking, AC + AP architectures, and practical deployment considerations for optimal wireless performance.

802.11FrequencyMIMO
0 likes · 17 min read
Comprehensive Overview of Wi‑Fi Technology, Standards, and Deployment Practices
IT Services Circle
IT Services Circle
Feb 23, 2022 · Fundamentals

Understanding MAC Addresses, Switches, Routers, and Subnetting in Network Layers

This article explains how computers communicate over networks by introducing MAC addresses, the role of hubs and switches, the function of routers, IP addressing, subnet masks, ARP, and routing tables, illustrating the process of data transmission across different network layers.

ARPIPMAC address
0 likes · 19 min read
Understanding MAC Addresses, Switches, Routers, and Subnetting in Network Layers
IT Services Circle
IT Services Circle
Feb 19, 2022 · Fundamentals

Understanding Hubs, Switches, and Routers: From Physical Layer to Network Layer

This article explains the concepts and inner workings of network hubs, switches, and routers, covering their roles across OSI layers, the differences between them, and how devices communicate using MAC and IP addresses, with practical examples and diagrams.

OSI modelRouterhub
0 likes · 22 min read
Understanding Hubs, Switches, and Routers: From Physical Layer to Network Layer
ByteFE
ByteFE
Oct 12, 2021 · Frontend Development

Micro Frontend Architecture and Garfish Solution Overview

This article explains the background, challenges, and design of micro‑frontend architecture, introduces the Garfish open‑source solution with its three‑layer structure, and details core runtime components such as loader, sandbox, router, and store, while discussing advantages, drawbacks, and best‑practice integration with modern web frameworks.

RouterSandboxdeployment platform
0 likes · 32 min read
Micro Frontend Architecture and Garfish Solution Overview
ByteDance Web Infra
ByteDance Web Infra
Sep 30, 2021 · Frontend Development

Micro‑Frontend Architecture and Garfish Solution Overview

This article explains the background, significance, and challenges of large‑scale web applications, introduces micro‑frontend concepts, compares SPA and MPA approaches, and details the Garfish three‑layer architecture, sandbox designs, routing strategies, deployment platform, and best practices for building enterprise‑grade micro‑frontend systems.

RouterSandboxenterprise web
0 likes · 35 min read
Micro‑Frontend Architecture and Garfish Solution Overview
Refining Core Development Skills
Refining Core Development Skills
Mar 6, 2021 · Fundamentals

Understanding MAC Addresses, IP Addresses, Subnets, Switches, and Routers in Network Layers

This article explains how computers use MAC and IP addresses, subnet masks, ARP, hubs, switches, and routers to communicate across physical, data‑link, and network layers, illustrating the learning process with step‑by‑step examples and tables of address mappings.

ARPIP addressMAC address
0 likes · 19 min read
Understanding MAC Addresses, IP Addresses, Subnets, Switches, and Routers in Network Layers
DeWu Technology
DeWu Technology
Mar 5, 2021 · Frontend Development

Dynamic Tab Caching with Vue keep-alive

Vue’s keep-alive component enables dynamic tab caching in B‑end applications by storing component VNodes in an internal LRU cache, preserving state across route switches, supporting include/exclude patterns, router‑meta flags, Vuex‑driven lists, and custom strategies for nested routes to prevent stale data and excess API calls.

CachingKeep-AliveLRU
0 likes · 11 min read
Dynamic Tab Caching with Vue keep-alive
New Oriental Technology
New Oriental Technology
Dec 14, 2020 · Frontend Development

Understanding SPA Router: Hash vs History Mode and Server Configuration

This article explains how single‑page applications use router mechanisms, compares hash and history routing modes, and demonstrates the required server‑side (Node) and Nginx configurations to make history mode work without page reloads, including code examples and best‑practice tips.

RouterSPAfrontend
0 likes · 7 min read
Understanding SPA Router: Hash vs History Mode and Server Configuration
FunTester
FunTester
Nov 19, 2020 · Fundamentals

Understanding Hubs, Switches, Routers, Gateways, Routing and Bridging in Network Fundamentals

This article explains the basic networking devices and concepts—including hubs, switches, routers, gateways, routing, static vs. dynamic routing, routing tables, and the differences between bridging and routing—illustrated with diagrams and step‑by‑step examples to clarify how data moves across networks.

BridgeRouterRouting
0 likes · 8 min read
Understanding Hubs, Switches, Routers, Gateways, Routing and Bridging in Network Fundamentals
Practical DevOps Architecture
Practical DevOps Architecture
Nov 10, 2020 · Information Security

Restricting Internet Access for Specific Hosts Using MAC‑Based ACL on a Router

This guide explains how to configure a router to block selected LAN hosts from accessing the Internet by applying source‑MAC‑address based ACLs while still permitting those hosts to reach the gateway, using VLAN, traffic classifiers, and traffic policies.

ACLMAC addressRouter
0 likes · 5 min read
Restricting Internet Access for Specific Hosts Using MAC‑Based ACL on a Router