This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//https://gist.github.com/chenshuo/4009225 | |
//http://www.cnblogs.com/baiyanhuang/archive/2012/11/11/2764914.html | |
#include <algorithm> | |
#include <fstream> | |
#include <functional> | |
#include <iostream> | |
#include <string> | |
#include <unordered_map> | |
#include <utility> | |
#include <vector> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#coding: utf-8 | |
import sys | |
import urllib | |
import os | |
import requests | |
import threading | |
from urllib import request | |
from bs4 import BeautifulSoup | |
import socket | |
import time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import urllib.request | |
import re | |
import datetime | |
from datetime import timedelta | |
import ctypes | |
import winsound | |
def search(fromDate,toDate): | |
found = False | |
while not found: |