1.Process概念进程就是正在执行的应用程序实例。包括了(1)正在运行的应用程序代码,(2)相关的应用程序数据(3)和执行程序所需要的资源,(4)该进程的一些状态标识2.进程描述操作系统会采用一些数据结构来描述和维护进程。在linux中,称为ProcessDescriptor,定义为task_s... Read More
introduction to the Linux kernel1.operating system1) considered the parts of the system2) responsible for basic use and administration.3) includes the... Read More
版本时间0.12015_09_07------------------------------------------------------why----------------------------------------------------------------------------... Read More
最近做项目需要动态创建单选多选框。大体思路就是:1.动态创建一个RadioGroup.2.动态创建RadioButton,并且添加到RadioGroup中去。如果是自己继承RadioButton,和RadioGroup去实现其他各种各样的话,一不小心就会遇到各种各样的病。(啊啊啊啊,RadioGro... Read More