其他分享
首页 > 其他分享> > Problem Issued

Problem Issued

作者:互联网

在学习过程中遇到以下方面的问题,在这里集中记录解决的办法以供参考:

环境配置

  1. 安装完Qt for VS2017插件中在新建项目里没有创建GUI的选项
     
  2.  

FFMPEG&SDL2

QT

C++

其他

  1. 加速github访问的方法
    手动把cdn和ip地址绑定,访问以下两个网址确定:
    http://github.global.ssl.fastly.net.ipaddress.com/#ipinfo 获取cdn和ip地址
    https://github.com.ipaddress.com/#ipinfo 获取cdn和ip地址
    修改HOST文件(C:\Windows\System32\drivers\etc)
    199.232.69.194 github.global.ssl.fastly.net
    140.82.112.4 github.com

     

标签:github,Issued,cdn,global,fastly,ip,Problem,com
来源: https://blog.csdn.net/happyxghero/article/details/113619146