摘要: Libevent中的timeout事件是使用最小堆来管理维护的.代码位于.看函数命名和代码风格应该是一个C++程序员,函数名都挺好懂的,只是下面这个结构体变量命名比较坑....typedef struct min_heap{ struct event** p; unsigned n, a... 阅读全文
posted @ 2014-11-17 22:37 core! 阅读(2710) 评论(1) 推荐(5) 编辑
摘要: #!/usr/bin/python# -*- coding: utf-8 -*-import osimport shutildef move_logs(path,filename): destPath = path + '/../log' if os.path.exists(destPa... 阅读全文
posted @ 2014-11-17 19:29 core! 阅读(268) 评论(0) 推荐(0) 编辑