码迷,mamicode.com
首页 >  
搜索关键字:process completed    ( 11362个结果
delphi 结束指定进程
转自:http://blog.csdn.net/mailreboot/article/details/1946866 1 //结束进程 2 function KillTask(ExeFileName: string): Integer; 3 const 4 PROCESS_TERMINATE = ....
分类:其他好文   时间:2014-06-16 07:11:11    阅读次数:270
Process Hacker源码中的用户态hook的做法
processhacker-code-5632\1.x\trunk\NProcessHacker\hook.htypedef struct _PH_HOOK{ PVOID Function; PVOID Target; BOOLEAN Hooked; CHAR Bytes[5...
分类:其他好文   时间:2014-06-12 18:11:47    阅读次数:216
Android bluetooth low energy (ble) writeCharacteristic delay callback
I am implementing a application on Android using BLE Api (SDK 18), and I have a issue that the transfer data process is delay very slow. This is my lo...
分类:移动开发   时间:2014-06-12 17:55:25    阅读次数:1309
android系统框架
应用层(APP)应用框架层(API框架)系统运行库层(包括Android Runtime、Libraries)Linux内核层进程管理(process management)定时器(timer)中断管理(interrupt management)内存管理(memory management)模块管理...
分类:移动开发   时间:2014-06-12 16:47:03    阅读次数:1139
Windows操作系统架构
用户态用户态有四类组件,这四类组件都是以进程形式存在的,也就是说,它们都有自己的进程地址空间(其实就是一套页表)。1. System Support Processes这些是固化的进程,也就是说是操作系统结合在一起的进程。比如logon process(winlogon.exe),Session m...
分类:Windows程序   时间:2014-06-12 11:31:18    阅读次数:466
how to execute-shell-commands by ruby
Execute shell commandsThere are a number of different ways to run shell commands from Ruby.TheexeccommandKernel#execreplaces the current process and r...
分类:其他好文   时间:2014-06-12 06:50:15    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!