Coder Social home page Coder Social logo

Comments (15)

wqyg18 avatar wqyg18 commented on May 14, 2024

可以使用网盘吗?比如蓝奏云什么的,然后在河畔立一个帖子,放上链接?

from uestc-course.

Xovee avatar Xovee commented on May 14, 2024

可以使用网盘吗?比如蓝奏云什么的,然后在河畔立一个帖子,放上链接?

更新、同步起来不太方便

from uestc-course.

wqyg18 avatar wqyg18 commented on May 14, 2024

那或者考虑gitee?

from uestc-course.

Xovee avatar Xovee commented on May 14, 2024

那或者考虑gitee?

O(∩_∩)O,maybe,我试一下

from uestc-course.

Xovee avatar Xovee commented on May 14, 2024

那或者考虑gitee?

试了一下,个人版gitee不能导入或同步仓库(因为仓库太大了),企业版才可以。

from uestc-course.

LolipopJ avatar LolipopJ commented on May 14, 2024

更新、同步起来不太方便

依赖于 Github 进行版本管理的话,目前是有一些加速站点是可用的,例如 FastGit。底层应该是使用 Nginx 反代加速,相当于借用别人的服务器下载。

最简单的方式应该是,使用这个 Chrome 插件。从用户角度解决问题。

此外我找到了一个讨论:GitHub**加速访问,可以参考。

from uestc-course.

Xovee avatar Xovee commented on May 14, 2024

更新、同步起来不太方便

依赖于 Github 进行版本管理的话,目前是有一些加速站点是可用的,例如 FastGit。底层应该是使用 Nginx 反代加速,相当于借用别人的服务器下载。

最简单的方式应该是,使用这个 Chrome 插件。从用户角度解决问题。

此外我找到了一个讨论:GitHub**加速访问,可以参考。

Got! Many thanks!
我回头再尝试尝试。

from uestc-course.

Goatzy666 avatar Goatzy666 commented on May 14, 2024

请问考研目录现在是已经删除了吗

from uestc-course.

Xovee avatar Xovee commented on May 14, 2024

from uestc-course.

zzxupp avatar zzxupp commented on May 14, 2024

这个还是用户自行解决为好。为了学习和考试,学习一些日常小技巧是非常用的😁😁😁

from uestc-course.

Xovee avatar Xovee commented on May 14, 2024

这个还是用户自行解决为好。为了学习和考试,学习一些日常小技巧是非常用的

哈哈哈哈道理是这个道理,计算机专业的同学还好,其他专业的就可能摸不着头脑了。

from uestc-course.

Ma-lele avatar Ma-lele commented on May 14, 2024

steam++软件加速github好使

from uestc-course.

mobyw avatar mobyw commented on May 14, 2024

是否考虑构建文件索引网页并部署到 Github Pages,这样可以不用翻墙访问目录,只需在文件下载 URL 上加上代理(如 ghproxy.com)即可实现墙内下载。

可以参考:SWJTU-Courses仓库 索引网站

参考 Action:

name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Install Python 3.10
        uses: actions/setup-python@v4
        with:
          python-version: "3.10"

      - name: Install md-index
        run: pip install md-index

      - name: Install mkdocs
        run: pip install mkdocs

      - name: Build index
        run: md-index --input-dir="./课程目录" --url-prefix="https://ghproxy.com/https://raw.githubusercontent.com/Xovee/uestc-course/main/"

      - name: Build website
        run: mkdocs build

      - name: Upload build folder to gh-pages branch
        uses: peaceiris/actions-gh-pages@v3
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          publish_dir: "./site"

from uestc-course.

Xovee avatar Xovee commented on May 14, 2024

是否考虑构建文件索引网页并部署到 Github Pages,这样可以不用翻墙访问目录,只需在文件下载 URL 上加上代理(如 ghproxy.com)即可实现墙内下载。

@mobyw 似乎ghproxy.com只支持单文件下载,无法一次性下载一个文件夹。Github Pages似乎访问要方便些,有些地方墙的不太厉害。

from uestc-course.

mobyw avatar mobyw commented on May 14, 2024

是否考虑构建文件索引网页并部署到 Github Pages,这样可以不用翻墙访问目录,只需在文件下载 URL 上加上代理(如 ghproxy.com)即可实现墙内下载。

@mobyw 似乎ghproxy.com只支持单文件下载,无法一次性下载一个文件夹。Github Pages似乎访问要方便些,有些地方墙的不太厉害。

需要批量下载文件夹可以用 DownGit ,可以组一下 URL 放到各科目的目录 README 中

from uestc-course.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.