摘要: linux c遍历文件夹的方法比较简单,使用c来实现#include #include #include #include #include #include ...enum{ DT_UNKNOWN = 0, //未知类型 DT_FIFO = 1, //管道 DT_CHR = 2, //字符设备文件... 阅读全文
posted @ 2015-01-09 16:47 haroel 阅读(3648) 评论(0) 推荐(0) 编辑
摘要: lua文件刷新function require_ex( _mname ) if _mname == "" then return end if package.loaded[_mname] then end package.loaded[_mname] = nil ... 阅读全文
posted @ 2015-01-09 16:40 haroel 阅读(199) 评论(0) 推荐(0) 编辑