追逐理想
如果你了解我,你就会喜欢我
摘要: the perl version (5.14) shipped with 12.10 does not include the Switch.pm module needed while building WebKiT-GTK.How to install Perl Switch.pm modu... 阅读全文
posted @ 2014-06-27 13:02 人间奇迹 阅读(9344) 评论(0) 推荐(0) 编辑
摘要: git中文件内容并没有真正存储在索引(.git/index)或者提交对象中,而是以blob的形式分别存储在数据库中(.git/objects),并用SHA-1值来校验。 索引文件用识别码列出相关的blob文件以及别的数据。对于提交来说,以树(tree)的形式存储,同样用对于的哈希值识别。树对应着... 阅读全文
posted @ 2014-06-27 00:13 人间奇迹 阅读(15491) 评论(3) 推荐(6) 编辑