Tagged articles
8 articles
Page 1 of 1
Black & White Path
Black & White Path
Feb 12, 2026 · Information Security

Why Unknown Passengers Appear in Your 12306 Account and Can't Be Deleted

Recent reports show that many 12306 users suddenly find unfamiliar passengers listed in their account’s “frequent contacts” and are unable to remove them, a problem traced to third‑party ticketing apps that retain login credentials and expose personal data to misuse.

12306account securitycredential stuffing
0 likes · 8 min read
Why Unknown Passengers Appear in Your 12306 Account and Can't Be Deleted
JavaEdge
JavaEdge
Nov 24, 2021 · Fundamentals

How 12306 Ticket‑Booking Uses Bitmap & Bitwise Operations to Prevent Overbooking

This article explains the 12306 train ticket reservation algorithm, showing how bitmaps combined with bitwise OR operations can model seat availability across multiple stations, using a simplified example of four seats and three segments to illustrate ticket allocation, conflict detection, and remaining‑ticket calculation.

12306Bitmapbitwise operations
0 likes · 5 min read
How 12306 Ticket‑Booking Uses Bitmap & Bitwise Operations to Prevent Overbooking
Programmer DD
Programmer DD
Oct 9, 2020 · Operations

How to View Your Travel History Map in WeChat and 12306

This guide explains how to use WeChat’s “My Itinerary” feature to view a synchronized map of your travel history, including total distance, trips, and visited cities, by accessing the Train Ticket & Flight service and navigating through the footprint map options.

12306WeChatdata-sync
0 likes · 3 min read
How to View Your Travel History Map in WeChat and 12306
Liangxu Linux
Liangxu Linux
Dec 25, 2019 · Backend Development

How Python Bots Beat 12306 Ticket Crashes: Open‑Source Tools & Features

When the Chinese railway ticketing system 12306 crashes under heavy load, developers turn to open‑source Python bots that simulate user behavior, query seat availability, and automate order submission, with detailed feature lists, repository links, and real‑world log examples.

12306BackendGitHub
0 likes · 9 min read
How Python Bots Beat 12306 Ticket Crashes: Open‑Source Tools & Features
Efficient Ops
Efficient Ops
Jan 20, 2018 · Operations

How to Build a Python Bot to Snatch 12306 Train Tickets

This guide explains how to use Python and the Splinter library to automate login, search, and booking on China’s 12306 railway website, covering required tools, key URLs, control identification, cookie extraction, and running the script while noting the remaining captcha step.

12306PythonTicket Scraping
0 likes · 4 min read
How to Build a Python Bot to Snatch 12306 Train Tickets
MaGe Linux Operations
MaGe Linux Operations
Jan 12, 2018 · Backend Development

Automate 12306 Train Ticket Booking with Python and Splinter

This tutorial explains how to use Python 2.7 and the Splinter web‑automation library to log into 12306, search for tickets, handle cookies, and automatically complete the booking steps, requiring only manual captcha entry and payment confirmation.

12306Web Automationsplinter
0 likes · 4 min read
Automate 12306 Train Ticket Booking with Python and Splinter