文章分类 -  系统编程

1 2 下一页

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

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

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

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

libtiff简单总结
摘要:https://blog.csdn.net/qq_18293213/article/details/80781558 阅读全文

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

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

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

开源中学习宏定义
只有注册用户登录后才能阅读该文。

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

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

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

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

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

进程的hash
摘要:进程的hash 阅读全文

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

驱动开发控制
摘要:https://blog.csdn.net/lanzheng_1113/article/details/50642947 阅读全文

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

createprocess启动一个带参数进程
摘要: 阅读全文

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

_beginthread 创建线程发送参数
摘要: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 阅读(597) 评论(0) 推荐(0) 编辑

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

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

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

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

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

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

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

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

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

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

smartctl
摘要: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 阅读(316) 评论(0) 推荐(0) 编辑

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

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

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

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

1 2 下一页

导航

点击右上角即可分享
微信分享提示