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
// ==UserScript== | |
// @name VueJsDevtools-限制解除 | |
// @name:zh-CN VueJsDevtools-限制解除 | |
// @name:en VueJsDevtools-Cracker | |
// @namespace https://gist.github.com/mlzxgzy/87b0ced6a52662ae38611114a2c3c27e | |
// @version 1.0 | |
// @description 允许Vue.Js Devtools修改Prod站点 | |
// @description:zh-CN 允许Vue.Js Devtools修改Prod站点 | |
// @description:en VueJs Devtools Cracker | |
// @author mlzxgzy |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlT5MgD18ddvrzlAF93uREO55KM9ZNa12jChd/qeSWVfSTGVMmBNElvQs1x8PKvTxCooKqJAmT3MxDbaFTZJmNEq2dTL+4Xw8jQ0cCXx4qnSV+K448aqgEIAW02ieAvImu4nvjpUmRqS3MP/0e1O7tMKtNa88pcQUsqaYVlS17uNNYgOrs3ALokmqO9C8ykVvNENrK9huEC7r+wb0049/5ApmW9oXaZbfEtf+dQemthVUjW75XYqeFJJVTuX860aiuhp+NtPyCIu1ytl2xFvN0bmS5Ehe/4oj2mUjPHbZen7Z4eOKhlDHOtCNpqKiXP3weORnUB8mHIf77fbxZ3qhhb0ZHb1A0BkPvBMj1WZXHI83BFquZtt3j4waJWT/DOKDo1nB+43y8PxHDtch4vx43G+c6cxYFHIl4/DzBBCpX74bdMuFEt0dhGMFXMrL9pTbI2cYpyGeKw8+7vuXIfIqaVLQYS0m8KASykCrgMNFj09i2AgCLh0+MkodPIHg+AeM= [email protected] |
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 re | |
import time | |
import bs4 | |
import requests | |
from bs4 import BeautifulSoup as bs, Tag | |
from urllib.parse import urljoin | |
import json | |
BASE_URL = 'http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/' |