摘要:
1、为什么git仓库没有保留文件修改时的时间戳? Why isn't Git preserving modification time on files? Modification time on files is a feature that affects build tools.Most bu 阅读全文
摘要:
[mockbuild at localhost ~]$ mock -r centos-5-x86_64-testdev.cfg initinitcleanprepThis may take a whileendingdoneFinished initializing root[mockbuild a 阅读全文
摘要:
1、设置系统时间 date命令将日期设置为2014年6月18日 date -s 06/18/14 将时间设置为14点20分50秒 date -s 14:20:50 将时间设置为2014年6月18日14点16分30秒(MMDDhhmmYYYY.ss) date 0618141614.30 2、设置系统 阅读全文
摘要:
目前stackoverflow找到两种情况的解决办法: 1、TypeError: 'type' object is not subscriptable when indexing in to a dictionary I have multiple files that I need to load 阅读全文