logo头像
Snippet 博客主题

资源列表

资源列表

1. 使用cmake/makefile在win32/linux平台编译c++工程demo模板

2. 使用vscode通过cmake/ninja/msvc管理、编译c++大型工程demo模板

3. Clash for Windows 使用教程订阅链接购买

4. threejs第二版示例程序资源

5. threejs第三版示例程序资源

6. Qt5.9 C++开发指南pdf+示例源码


说明

本blog建站在gitee,gitee个人用户不能上传超过100M文件,所以把资源列表中资源提交到github/resources这个仓库下。点击这里!

提交大文件步骤: (安装好lfs后可一次性提交bigfile和对应的.gitattributes文件)

  1. 安装git lfs https://github.com/git-lfs/git-lfs

  2. 添加待提交大文件路径到.gitattributes文件中并提交

    1
    2
    3
    4
    git lfs track "big file path"
    git add .gitattributes
    git commit -m "xxxxxx"
    git push
  3. 提交大文件

    1
    2
    3
    git add big_file
    git commit -m "xxxxx"
    git push

    注意通过git lfs 提交到github,免费也只有1G。