上一页 1 ··· 406 407 408 409 410 411 412 413 414 ··· 619 下一页

2020年6月29日

摘要: https://blog.csdn.net/sgx6660888/article/details/6619400 阅读全文
posted @ 2020-06-29 11:54 lydstory 阅读(1589) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/socrates/article/details/103855177 阅读全文
posted @ 2020-06-29 11:26 lydstory 阅读(134) 评论(0) 推荐(0)
摘要: https://www.sohu.com/a/155651751_468627 阅读全文
posted @ 2020-06-29 09:37 lydstory 阅读(129) 评论(0) 推荐(0)
摘要: 每次启动100 或者几百进程 每个进程要写一条记录到数据库?现在打算启动个进程通信 启动给bdb数据库 100个进程作为进程通讯的客户端 传给一个进程通讯的服务端 100个进程的这个是tcp server ? 怎么处理比较好 用共享内存做队列啊,大家先进先出 100个进队列,一个用于从队列取出,放到 阅读全文
posted @ 2020-06-29 09:12 lydstory 阅读(263) 评论(0) 推荐(0)

2020年6月27日

摘要: Font fnt = Font::CreateCIDTrueTypeFont(doc, font_program.c_str(), true, true) Element element = eb.CreateTextBegin(fnt, 1); 一个好的解决方案是只嵌入那些不太可能在所有系统上都能 阅读全文
posted @ 2020-06-27 17:15 lydstory 阅读(267) 评论(0) 推荐(0)

2020年6月25日

摘要: NtUserCallOneParam 阻止关机重启 阅读全文
posted @ 2020-06-25 11:13 lydstory 阅读(362) 评论(0) 推荐(0)
摘要: ida import x 阅读全文
posted @ 2020-06-25 10:55 lydstory 阅读(123) 评论(0) 推荐(0)
摘要: typedef void(__stdcall*NTPROC)(); HINSTANCE hinst = LoadLibrary(L"C:\\dll\\ext-ms-win-session-wininit-l1-1-0.dll"); DWORD dwMajor = 20; if(hinst) { pr 阅读全文
posted @ 2020-06-25 02:12 lydstory 阅读(125) 评论(0) 推荐(0)
摘要: Hello all,i have some problem with NtFlushBuffersFile(). I should call it in virtual FS driver. Only one reference I have found - in ntdll.dll, but dr 阅读全文
posted @ 2020-06-25 01:07 lydstory 阅读(199) 评论(0) 推荐(0)
摘要: RtlFreeHeap RtlFlushHeaps 阅读全文
posted @ 2020-06-25 00:53 lydstory 阅读(126) 评论(0) 推荐(0)
上一页 1 ··· 406 407 408 409 410 411 412 413 414 ··· 619 下一页

导航