上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页
该文被密码保护。 阅读全文
posted @ 2017-06-18 22:58 苏小北1024 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ``` #include typedef enum SessionState { SESSION_OPENING, /* Session scope is being created */ SESSION_ONLINE, /* Logged in */ SESSION_ACTIVE, /* Logged in and in the fg... 阅读全文
posted @ 2017-06-16 20:27 苏小北1024 阅读(3434) 评论(0) 推荐(0) 编辑
摘要: 在编译C语言时有时会遇到这样的错误提示: 'true' undeclared (first use in this function) or `false' undeclared (first use in this function) 就是说 bool, true, false 都是undecla 阅读全文
posted @ 2017-06-16 20:05 苏小北1024 阅读(3167) 评论(0) 推荐(0) 编辑
摘要: RFC http://www.ietf.org/rfc/rfc5905.txt https://www.eecis.udel.edu/~mills/ntp/html/select.html https://wenku.baidu.com/view/1539c86a71fe910ef02df83f.h 阅读全文
posted @ 2017-06-10 15:26 苏小北1024 阅读(2608) 评论(0) 推荐(0) 编辑
摘要: https://wenku.baidu.com/view/09d5a29e6bec0975f465e2a7.html http://www.satsignal.eu/ntp/setup.html window deploy ntp: http://www.satsignal.eu/ntp/setup 阅读全文
posted @ 2017-06-09 20:45 苏小北1024 阅读(171) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-08 17:02 苏小北1024 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ``` #cat log5 mmmm 1234 nnnn 2344 ``` ``` #sed -n '{N;s/\n/\t/p}' log5 mmmm 1234 nnnn 2344 ``` 阅读全文
posted @ 2017-06-07 17:56 苏小北1024 阅读(352) 评论(0) 推荐(0) 编辑
摘要: LD_DEBUG 是 glibc 中的 loader 为了方便自身调试而设置的一个环境变量。通过设置这个环境变量,可以方便的看到 loader 的加载过程。 LD_DEBUG=help ./main Valid options for the LD_DEBUG environment variabl 阅读全文
posted @ 2017-06-07 16:40 苏小北1024 阅读(2281) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-07 15:30 苏小北1024 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Intel MPX https://en.wikipedia.org/wiki/Intel_MPX SPDK http://aidaiz.com/spdk/ TCMalloc http://goog perftools.sourceforge.net/doc/tcmalloc.html dpdk h 阅读全文
posted @ 2017-06-02 14:01 苏小北1024 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页