zoukankan      html  css  js  c++  java
  • 快速解决github网页图片显示不了的问题

    用记事本打开这个路径下的 hosts文件,假如你是系统装在c盘,
    C:WindowsSystem32driversetchosts


    在记事本种添加以下
    # =========GitHub图片修复==============
    199.232.28.133 gist.githubusecontent.com
    199.232.28.133 user-images.githubusercontent.com
    199.232.28.133 raw.githubusercontent.com
    199.232.28.133 camo.githubusercontent.com
    199.232.28.133 cloud.githubusercontent.com
    199.232.28.133 avatars0.githubusercontent.com
    199.232.28.133 avatars1.githubusercontent.com
    199.232.28.133 avatars2.githubusercontent.com
    199.232.28.133 avatars3.githubusercontent.com
    199.232.28.133 avatars4.githubusercontent.com
    199.232.28.133 avatars5.githubusercontent.com
    199.232.28.133 avatars6.githubusercontent.com
    199.232.28.133 avatars7.githubusercontent.com
    199.232.28.133 avatars8.githubusercontent.com
    # =========GitHub图片修复==============
    
    

     点击保存后就可以了,刷新github网页,图片再也不会显示破碎了。



  • 相关阅读:
    CCF NOI1062 计算曼哈顿距离
    CCF NOI1061 Wifi密码
    CCF NOI1073 放苹果
    CCF NOI1072 爬楼梯
    CCF NOI1071 Pell数列
    CCF NOI1064 计算斐波那契第n项
    NOI训练行动路线图
    CCF NOI1060 雷同检测
    CCF NOI1059 表达式求值
    CCF NOI1057 石头剪刀布
  • 原文地址:https://www.cnblogs.com/ydf0509/p/13414849.html
Copyright © 2011-2022 走看看