New Oriental Technology
Author

New Oriental Technology

Practical internet development experience, tech sharing, knowledge consolidation, and forward-thinking insights.

77
Articles
0
Likes
191
Views
0
Comments
Recent Articles

Latest from New Oriental Technology

77 recent articles
New Oriental Technology
New Oriental Technology
Dec 7, 2020 · Fundamentals

Efficient Circuit Connection Modeling with a Circular Doubly Linked List

The article compares an adjacency‑list approach and a circular doubly linked list for representing circuit connections, showing that the linked‑list method achieves O(1) connect/disconnect operations with linear space, making it the most efficient and simple solution for graph‑based circuit modeling.

Data Structuresalgorithmcircuit modeling
0 likes · 4 min read
Efficient Circuit Connection Modeling with a Circular Doubly Linked List
New Oriental Technology
New Oriental Technology
Nov 30, 2020 · Backend Development

Five Implementation Approaches for Delayed Messages in Message Queues

This article explains the concept and common use cases of delayed messages and compares five practical implementation methods—using Redis sorted sets, RabbitMQ delayed‑message exchange plugin, ActiveMQ scheduled messages, RocketMQ fixed delay levels, and a custom RocketMQ solution—detailing their workflows, advantages, and drawbacks.

ActiveMQImplementationMessage Queue
0 likes · 19 min read
Five Implementation Approaches for Delayed Messages in Message Queues
New Oriental Technology
New Oriental Technology
Nov 23, 2020 · Artificial Intelligence

A Seq2Seq Deep Learning Approach for Recognizing Mathematical Formulas in Images

This article presents a deep‑learning Seq2Seq model that converts images of mathematical formulas—including matrices, equations, fractions, and radicals—into LaTeX sequences with over 95% accuracy, detailing data preparation, LaTeX normalization, model architecture, training, inference, and post‑processing techniques.

Formula RecognitionLaTeXOCR
0 likes · 9 min read
A Seq2Seq Deep Learning Approach for Recognizing Mathematical Formulas in Images
New Oriental Technology
New Oriental Technology
Nov 17, 2020 · Frontend Development

Solving Double-Tap Zoom Issues in Touch Devices

This article explores the challenges and solutions for implementing double-tap zoom functionality in touch-enabled devices, addressing common problems with existing methods and proposing a mathematical approach to achieve accurate scaling and panning.

Touch EventsTouch InteractionUI development
0 likes · 9 min read
Solving Double-Tap Zoom Issues in Touch Devices
New Oriental Technology
New Oriental Technology
Nov 9, 2020 · Artificial Intelligence

Understanding YOLOv4 and YOLOv5: Core Elements and Innovations in Object Detection

This article introduces the fundamentals of object detection, explains the latest YOLOv4 and YOLOv5 architectures, and details the essential components—including data preparation, regularization, backbone, neck, and prediction innovations—along with label smoothing and advanced loss functions for improved detection performance.

AIYOLOv4YOLOv5
0 likes · 9 min read
Understanding YOLOv4 and YOLOv5: Core Elements and Innovations in Object Detection
New Oriental Technology
New Oriental Technology
Nov 2, 2020 · Frontend Development

Simplifying Mouse-Drawn Paths Using the Douglas-Peucker Algorithm (TypeScript Implementation)

This article explains how the Douglas‑Peucker algorithm can be applied to reduce the number of points in mouse‑drawn wires for electrical simulations, improving rendering efficiency and editability, and provides a complete TypeScript implementation with supporting geometric utilities.

Douglas-PeuckerPath SimplificationTypeScript
0 likes · 8 min read
Simplifying Mouse-Drawn Paths Using the Douglas-Peucker Algorithm (TypeScript Implementation)
New Oriental Technology
New Oriental Technology
Oct 23, 2020 · Backend Development

Nginx: A Comprehensive Guide

This article provides an in-depth overview of Nginx, covering its introduction, architecture, and various modules, including real IP and rewrite modules, with practical examples and configuration details.

AuthenticationBackend DevelopmentRewrite Module
0 likes · 13 min read
Nginx: A Comprehensive Guide
New Oriental Technology
New Oriental Technology
Sep 28, 2020 · Fundamentals

Understanding Distributed Systems: CAP, BASE, Caching, Message Queues, and Practical Improvements in New Oriental's Mobile App

This article explains the fundamentals of distributed systems, covering the CAP and BASE theorems, caching strategies, message queues, database choices, JVM optimization, and practical architectural improvements applied to New Oriental's mobile app to enhance availability and performance.

CAP theoremCachingMessage Queue
0 likes · 20 min read
Understanding Distributed Systems: CAP, BASE, Caching, Message Queues, and Practical Improvements in New Oriental's Mobile App