摘要: Within the Unix/Linux file system, linking lets you create file shortcuts to link one or more files. Linux provides two different linking methods (har... 阅读全文
posted @ 2016-01-19 17:56 小 楼 一 夜 听 春 雨 阅读(516) 评论(0) 推荐(0)
摘要: C++的自定义线程函数内调用了一个自定义的yield()接口。在windows上是调用了SwitchToThread来实现的,linux是pthread_yield实现的。Sleep(0):时间片只能让给优先级相同或更高的线程;SwitchToThread():只要有可调度线程,即便优先级较低,也会... 阅读全文
posted @ 2016-01-19 17:06 小 楼 一 夜 听 春 雨 阅读(3762) 评论(0) 推荐(1)
摘要: An access control list (ACL), with respect to a computer file system, is a list of permissions attached to an object. An ACL specifies which users or ... 阅读全文
posted @ 2016-01-19 15:10 小 楼 一 夜 听 春 雨 阅读(205) 评论(0) 推荐(0)