1、foreground process 正处于activity resume状态 正处于bound服务交互的状态 正处于服务在前台运行的状态(StartForeGround()被调用) Service生命周期正在被执行(onCreate(),onStart(),onDestroy()) ...
分类:
移动开发 时间:
2014-09-06 02:13:32
阅读次数:
248
---CPU性能计数器说明 CPU:1.System:%Total Processor Time 平均CPU利用率。指处理器执行非闲置线程时间的百分比,测量处理器繁忙的时间 这个计数器设计成用来作为处理器活动的主要指示器,可以选择单个CPU实例,也可以选择Total2.System:%Process...
分类:
其他好文 时间:
2014-09-05 17:36:01
阅读次数:
397
In particular, Microsoft® instituted a device driver certification process for itsWindows® desktop and server operating systems to ensure the drivers ...
ps aux的功能是打印出所有进程
ps是最基本也是最强大的进程查看命令
aux都是参数
a = show processes for all users 显示所有用户的进程
u = display the process's user/owner 显示用户
x = also show processes not attached to a terminal 显示无控制终端的进程...
分类:
系统相关 时间:
2014-09-05 13:02:11
阅读次数:
475
现象,这个网站我总计能抽取将近500个URL,但实际只抽取了100条解析:nutch默认从一个页面解析出的链接,只取前 100 个。 db.max.outlinks.per.page 100 The maximum number of outlinks that we'll process ...
分类:
其他好文 时间:
2014-09-05 12:46:31
阅读次数:
162
在某用户环境下,Apache服务启动失败,报错信息如下
couldn't start errorlog process
unable to open logs
Apache是我们的产品组件,未防止日志过大
我们使用了Apache自带的切割滚存日志的组件rotatelogs.exe
在httpd.conf配置如下:
ErrorLog "|bin/rotatelogs.exe logs/...
分类:
其他好文 时间:
2014-09-03 22:48:17
阅读次数:
581
很多时候,process函数都需要获得this对象,然后调用一些方法。下面举个例子: config : function (groupName, description, deviceNumber, del) {
var ob = this;
$("#groups").flexigrid(
{
dataType: 'json',
width: 870...
分类:
其他好文 时间:
2014-09-03 22:44:27
阅读次数:
178
BPMN 2.0 BPMN最初由业务流程倡议组织(BPMI)定案,现在BPMI并入到OMG(Object Management Group)了,则由OMG建立规范和维护。 BPMN 2.0正式更名为(Business Process Model And Notation)业务流程符号和模型,也有人...
分类:
其他好文 时间:
2014-09-03 17:01:17
阅读次数:
325
SQL SERVER获取错误文本信息,BDE、adoquery一直取不到,FDQuery可以了Some DBMS, like SQL Server, return messages as an additional result set. So, to process messages, the a...
分类:
数据库 时间:
2014-09-03 14:44:16
阅读次数:
310
The JSR-133 Cookbook for Compiler Writers
by Doug Lea,
with help from members of the JMM mailing list.
dl@cs.oswego.edu.
Preface: Over the 10+ years since this was initially written, many process...
分类:
Web程序 时间:
2014-09-03 09:40:06
阅读次数:
432