zoukankan      html  css  js  c++  java
  • <数据网站>常用网站收集

    1.互联网数据指数

    • 百度指数:http://index.baidu.com/
    • 阿里指数:http://index.1688.com/
    • TBI腾讯浏览指数:http://tbi.tencent.com/
    • 新浪微博微指数:http://data.weibo.com/index/

    2.政府机构数据

    • National data国家数据:http://data.stats.gov.cn
    • 世界银行公开数据:https://data.worldbank.org.cn/
    • Nasdaq股票交易市场数据:https://www.nasdaq.com/zh
    • 联合国统计数据:http://data.un.org
    • 国家统计局:http://www.tjcn.org/
    • CEIC经济数据:http://www.ceicdata.com/zh-hans
    • UCI:http://archive.ics.uci.edu/ml/datasets.html

    3.数据管理咨询公司

    • 艾瑞咨询:https://www.iresearch.com.cn/
    • accenture咨询:https://www.accenture.com/cn-zh/careers/work-we-do-consulting
    • McKinsey(麦肯锡)咨询:https://www.mckinsey.com.cn/

    4.第三方数据市场

    • 数据堂:http://www.datatang.com/index.html
    • 贵阳大数据交易所:http://trade.gbdex.com/trade.web/
    • 优易数据:http://www.youedata.com/

    5.镜像源

    阿里云 http://mirrors.aliyun.com/pypi/simple/ 
    中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
    豆瓣(douban) http://pypi.douban.com/simple/
    Python官方 https://pypi.python.org/simple/
    v2ex http://pypi.v2ex.com/simple/
    中国科学院 http://pypi.mirrors.opencas.cn/simple/
    清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

    利用镜像源安装pyinstaller

    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyinstaller
    
    python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
    
    pyinstaller -v
    

      

  • 相关阅读:
    Jenkins, How to Start, Stop or Restart your Instance
    Windows Batch: Remove file extension
    download web folder using wget
    Mac OS 下 控制台的代理设定
    Elasticsearch 配置IP白名单
    Elasticsearch 开启安全认证
    Redis安装手册
    laravel 使用自带的用户注册登录功能并修改登录方式
    go 安装环境
    laraveladmin 使用
  • 原文地址:https://www.cnblogs.com/shuimohei/p/10353717.html
Copyright © 2011-2022 走看看