Tagged articles
6 articles
Page 1 of 1
FunTester
FunTester
Dec 22, 2021 · Backend Development

Java Multithreading Tutorial: Simulating Ticket Booking with Runnable

This article explains how to implement Java multithreading using the Runnable interface through a ticket‑booking example, demonstrates common pitfalls like calling run() directly, shows code with and without Thread.sleep, and discusses concurrency issues such as thread‑unsafe ticket duplication.

RunnableThreadconcurrency
0 likes · 10 min read
Java Multithreading Tutorial: Simulating Ticket Booking with Runnable
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