2014年7月21日

摘要: bool flock ( int handle, int operation [, int &wouldblock] );flock() 操作的 handle 必须是一个已经打开的文件指针。operation 可以是以下值之一:要取得共享锁定(读取程序),将 operation 设为 LOCK_SH... 阅读全文
posted @ 2014-07-21 16:49 WEB开发--直销系统 阅读(142) 评论(0) 推荐(0)
 
摘要: bool flock ( int handle, int operation [, int &wouldblock] );flock() 操作的 handle 必须是一个已经打开的文件指针。operation 可以是以下值之一:要取得共享锁定(读取程序),将 operation 设为 LOCK_SH... 阅读全文
posted @ 2014-07-21 16:45 WEB开发--直销系统 阅读(93) 评论(0) 推荐(0)