Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望创建一个数据文件和元文件的存储库。数据文件是巨大的(2Gb)二进制文件,而元文件可能是文本文件。数据文件很少(如果有的话)被更改。我想使用 SVN 提供文件和版本控制提交到元文件,但经过研究,我担心 SVN 服务数据文件的速度太慢(与 FTP 相比)。
是否有有效地提供“静态”和“可提交”文件的解决方案?
编辑:例如,是否有实现 FTP/SVN 的“混合”的“最佳实践”或技术方式?下载资源/可提交存储库?
真诚的, // 符文
用什么宏可以用更短的东西替换“模板...”样板?即:而不是这些:
template <typename NodeDataT, typename ArcDataT> /*constructor*/ GraphDirected:: GraphDirected() { } template <typename Nod