文章分类 -  系统编程

1 2 下一页

摘要:用于等待其他线程结束:当调用 pthread_join() 时,当前线程会处于阻塞状态,直到被调用的线程结束后,当前线程才会重新开始执行。 对线程的资源进行回收:如果一个线程是非分离的(默认情况下创建的线程都是非分离)并且没有对该线程使用 pthread_join() 的话,该线程结束后并不会释放其 阅读全文

posted @ 2020-08-18 10:29 lydstory 阅读(181) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/swanabin/article/details/20050545 阅读全文

posted @ 2020-05-04 06:25 lydstory 阅读(126) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/qq_18293213/article/details/80781558 阅读全文

posted @ 2019-12-06 11:12 lydstory 阅读(127) 评论(0) 推荐(0)

摘要:https://docs.microsoft.com/zh-cn/windows/win32/cimwin32prov/win32-pnpentity?redirectedfrom=MSDN SetupDiEnumDeviceInterfaces SetupDiGetDeviceInterfaceD 阅读全文

posted @ 2019-09-22 12:09 lydstory 阅读(571) 评论(0) 推荐(0)

只有注册用户登录后才能阅读该文。

posted @ 2019-09-22 02:33 lydstory 阅读(1) 评论(0) 推荐(0)

只有注册用户登录后才能阅读该文。

posted @ 2019-09-22 02:22 lydstory 阅读(0) 评论(0) 推荐(0)

只有注册用户登录后才能阅读该文。

posted @ 2019-09-22 02:00 lydstory 阅读(1) 评论(0) 推荐(0)

摘要:进程的hash 阅读全文

posted @ 2019-09-21 06:04 lydstory 阅读(216) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/lanzheng_1113/article/details/50642947 阅读全文

posted @ 2019-09-21 05:57 lydstory 阅读(143) 评论(0) 推荐(0)

摘要: 阅读全文

posted @ 2019-09-20 14:39 lydstory 阅读(1780) 评论(0) 推荐(0)

摘要:unsigned long _beginthread( void(_cdecl *start_address)(void *), //声明为void (*start_address)(void *)形式 unsigned stack_size, //是线程堆栈大小,一般默认为0 void *argl 阅读全文

posted @ 2019-09-19 09:14 lydstory 阅读(617) 评论(0) 推荐(0)

摘要:uintptr_t handle_event = _beginthread(WaitEvent, 0, NULL); 阅读全文

posted @ 2019-09-18 14:40 lydstory 阅读(185) 评论(0) 推荐(0)

摘要:watchdog sleep(1*1000); while(true) 循环扫描服务程序,服务没有启动,启动,服务启动了不做任何操作 阅读全文

posted @ 2019-09-18 10:47 lydstory 阅读(453) 评论(0) 推荐(0)

摘要:http://wutils.com/wmi/root/wmi/msstoragedriver_atapismartdata/vbscript-samples.html 阅读全文

posted @ 2019-03-14 13:23 lydstory 阅读(161) 评论(0) 推荐(0)

摘要:Self Monitoring and Reporting Technology (SMART) Daemon 阅读全文

posted @ 2019-03-14 09:59 lydstory 阅读(158) 评论(0) 推荐(0)

摘要:c:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\WinIoCtl.h 阅读全文

posted @ 2019-03-14 00:03 lydstory 阅读(171) 评论(0) 推荐(0)

摘要:1.确认硬盘是否支持smart smartctl -i /dev/hda C:\Program Files\smartmontools\bin>smartctl -i /dev/hdasmartctl 7.0 2018-12-30 r4883 [x86_64-w64-mingw32-w10-1809 阅读全文

posted @ 2019-03-13 23:54 lydstory 阅读(357) 评论(0) 推荐(0)

摘要:smartmontools 硬盘检测工具 https://github.com/smartmontools/smartmontools 阅读全文

posted @ 2019-03-13 23:11 lydstory 阅读(204) 评论(0) 推荐(0)

摘要:可以升级到win10,但是建议你备份好数据,更换一款硬盘。S.M.A.R.T错误就意味着硬盘很快就要出现故障了 根据您的描述,很有可能和硬盘相关,您可以进入bios检测硬盘:开机后按F10进入BIOS,选择Diagnostics,运行Primary Hard Disk Self Test检测硬盘。检 阅读全文

posted @ 2019-03-13 23:03 lydstory 阅读(801) 评论(0) 推荐(0)

摘要:https://blog.51cto.com/cutebunny/704266 https://blog.csdn.net/li_wen01/article/details/80143588 控制码 阅读全文

posted @ 2019-03-13 22:45 lydstory 阅读(172) 评论(0) 推荐(0)

1 2 下一页

导航