决定在  上开始补习基础,

先加入:

https://www.coursera.org/learn/algorithms-part1

其中 Welcome 给出了 BooKSite 

 Our booksite, which is open to everyone and contains a wealth of supplementary information,

 including synopses of the textbook and Java code that you will be using throughout the course.

使用的教材是:

      系统学习数据结构算法

 

解决 Coursera 无法看视频问题:

1. 用管理员权限记事本打开host文件

文件位置:C:\Windows\System32\drivers\etc\HOSTS

2. 将如下内容复制到文件末尾

52.84.246.90    d3c33hcgiwev3.cloudfront.net
52.84.246.252    d3c33hcgiwev3.cloudfront.net
52.84.246.144    d3c33hcgiwev3.cloudfront.net
52.84.246.72    d3c33hcgiwev3.cloudfront.net
52.84.246.106    d3c33hcgiwev3.cloudfront.net
52.84.246.135    d3c33hcgiwev3.cloudfront.net
52.84.246.114    d3c33hcgiwev3.cloudfront.net
52.84.246.90    d3c33hcgiwev3.cloudfront.net
52.84.246.227    d3c33hcgiwev3.cloudfront.net

  

3. 打开命令行,输入如下命令

ipconfig/flushdns

  

 

相关文章:

  • 2021-06-24
  • 2021-07-28
  • 2021-11-09
  • 2021-04-29
  • 2021-11-15
  • 2021-11-06
  • 2022-01-04
猜你喜欢
  • 2022-03-07
  • 2022-01-06
  • 2021-09-08
  • 2021-12-18
  • 2021-08-27
  • 2021-10-09
相关资源
相似解决方案