#coding=utf-8 import os import time import datetime def deleteOutdateFiles(path): """ 删除目录下七天前创建的文件 """ current_time = time.strftime("%Y-%m-%d", time.localtime(time.time())) cu... Read More
posted @ 2017-02-25 22:01 zoro_robin Views(1053) Comments(0) Diggs(0) Edit
之前想在centos系统上安装clang 3.6版本,由于yum上版本太低,想通过源码编译安装。按照网上说的源码安装步骤,下好llvm、clang、clang-tools-extra和compiler-rt后,总在make install的最后一步安装失败。为了找到解决办法,去查llvm.org官网 Read More
posted @ 2017-02-25 21:26 zoro_robin Views(1917) Comments(0) Diggs(0) Edit