1、控制用屏幕输入输出事件,如在启动屏幕时使用的菜单、工具条,在输入后对输入框的检查,对按钮事件的控制等。PROCESS BEFORE OUTPUT(PBO):屏幕显示前的调用模块。PROCESS AFTER INPUT(PAI):响应用户输入后的调用模块,如单击按钮,输入字段后回车等事件。写入代码...
分类:
其他好文 时间:
2014-08-13 10:12:45
阅读次数:
279
目录1. Linux通信机制分类简介2. Inter-Process Communication (IPC) mechanisms: 进程间通信机制3. 多线程并行中的阻塞和同步4. Ring3和Ring0的通信机制5. 远程网络通信1. Linux通信机制简介在开始学习Linux下的通信机制之前,...
分类:
系统相关 时间:
2014-08-13 10:05:05
阅读次数:
436
1:项目完工,不忙,闲来整理资料,对于View的绘制流程很想去了解,其实想了解View 的绘制流程还是从安卓官网的文档开始的,
1):Drawing begins with the root node of the layout.
2):Drawing
the layout is a two pass process: a measure pass and a layout...
分类:
其他好文 时间:
2014-08-12 17:04:54
阅读次数:
339
public class RunTimeDemo02 { public static void main(String[] args) { Runtime runtime = Runtime.getRuntime(); Process process = null; try { proces...
分类:
其他好文 时间:
2014-08-12 13:32:04
阅读次数:
152
1. Zachman FrameworkInformation (Data) - Answer the Question 'What?'Contextual: List of Things important to the BusinessConceptual: Semantic Model - T...
分类:
Web程序 时间:
2014-08-12 13:01:54
阅读次数:
279
1.周五对nodejs tcp长连接服务器框架进行压测,一切开始比较常规(没什么特殊问题)。2.突然手一哆嗦,把压测用的客户端群一起关闭了。3.这个时候nodejs的服务器爆出了"Caughtexception:Error:readECONNRESET"。4.这个以前做linux服务器时候见过(忽略...
分类:
其他好文 时间:
2014-08-11 17:34:02
阅读次数:
188
a simple erlang process pool analysis...
分类:
其他好文 时间:
2014-08-11 00:21:50
阅读次数:
291
//在需要的程序中调用ExcutedCmd函数来打开执行dos命令//cmd 命令 args 命令参数 private static void ExcutedCmd(string cmd, string args) { using (Process ...
分类:
其他好文 时间:
2014-08-10 12:49:20
阅读次数:
247
计划真是赶不上变化,周四五由于个人工作及个人事务的原因(当然还有懒的因素,-_-||),只将staford lecture 2,3看完,并且挤时间看了“beginning”的“development process”“designing a user interface”“defining the....
分类:
移动开发 时间:
2014-08-10 01:44:19
阅读次数:
230
GameHwnd:= FindWindow(nil,'对对碰角色版');//得到进程IDGetWindowThreadProcessId(GameHwnd,GamePid);//得到进程句柄GameProcess:= OpenProcess(PROCESS_VM_READ or PROCESS_VM...
分类:
其他好文 时间:
2014-08-09 15:32:18
阅读次数:
238