Yinzhou Avenue station
Yinzhou Avenue Station is an underground metro station in Ningbo, Zhejiang, China. It situates on the crossing of Yongor Avenue and Wancheng Road. Construction of the station started in December 2010 and it opened to service on September 26, 2015.[1]
Yinzhou Avenue 鄞州大道 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Location | Haishu District, Ningbo, Zhejiang China | ||||||||||
Operated by | Ningbo Rail Transit Co. Ltd. | ||||||||||
Line(s) | Line 2 | ||||||||||
Platforms | 2 (1 island platform) | ||||||||||
Construction | |||||||||||
Structure type | Underground | ||||||||||
History | |||||||||||
Opened | 26 September 2015 | ||||||||||
Services | |||||||||||
|
Exits
Yinzhou Avenue Station has 3 exits.[2]
No | Suggested destinations |
---|---|
A | Yongor Avenue, Yinzhou Avenue |
B | Wancheng Road |
D | Yongor Avenue |
gollark: See?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
References
- 陈锦源 (2010-12-23). "2号线车站设计人性化而有宁波味 效果图抢先看". 中国宁波网. Retrieved 2011-01-21.
- "宁波轨道交通 > 乘客服务 > 综合查询". 宁波市轨道交通集团有限公司. Retrieved 2015-09-27.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.