09 2015 档案

摘要:把应用程序设置成winodws服务的命令如下sc create FileMonitorService type= own start= auto binpath= E:\learn_project\WindowsService1\FileMonitorService\bin\Debug\FileMo... 阅读全文
posted @ 2015-09-20 11:25 深度C++ 阅读(145) 评论(0) 推荐(0)
摘要:memcached源码版本:memcached-1.4.241. 与 hash 相关的文件hash.h / hash.c就一个函数 hash_init(enum hashfunc_type type) ,main函数调用,用来选择使用的 hash 函数。hash.h 1 typedef uint32... 阅读全文
posted @ 2015-09-02 15:37 深度C++ 阅读(270) 评论(0) 推荐(0)