今天在阿里云买了一个便宜的主机¥49.5。暂时买了一个月的,先用着试试。
- 地域:青岛
- 可用区:青岛可用区A
- CPU:1核
- 内存:512MB
- 带宽:1Mbps
- 操作系统:CentOS 6.5 64位
- 云盾:是
| # 保存到 ~/.gdbinit | |
| python | |
| import sys | |
| sys.path.insert(0, '/usr/share/gcc-4.8.2/python') # 这个路径以实际情况为准 | |
| from libstdcxx.v6.printers import register_libstdcxx_printers | |
| register_libstdcxx_printers (None) | |
| end | |
| # | |
| # STL GDB evaluators/views/utilities - 1.03 |
| void IOCP_main() | |
| { | |
| DWORD Ret; | |
| WSADATA wsaData; | |
| //WSAStartup 调用Socket前必须指定版本 | |
| if ((Ret = WSAStartup(0x0202, &wsaData)) != 0) | |
| { | |
| printf("WSAStartup failed with error %d\n", Ret); | |
| return ; | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
今天在阿里云买了一个便宜的主机¥49.5。暂时买了一个月的,先用着试试。
每天一道笔试题系列
部分解释来源于网络
##当前更新 ###2014年3月阿里巴巴暑期实习生笔试题