MainActivity如下:
package cc.c;
import java.util.List;
import android.os.Bundle;
import android.os.Process;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Bu...
分类:
移动开发 时间:
2014-06-05 10:47:50
阅读次数:
299
This article shows my process of installing and configuring bind9 DNS server on a linux server. I didn't touch every aspects of bind9, but following the process, a DNS server is configured with A/AAAA...
分类:
系统相关 时间:
2014-06-05 08:36:26
阅读次数:
450
客户信息增删改查系统
软件工程开发流程:1、瀑布模型 2、螺旋模型
RUP (Rational Unified Process,统一软件开发过程 ) 采用瀑布模型: 需求 --- 需求分析 --- 系统设计(概要、详细设计)---- 编码 --- 测试 --- 实施 --- 维护
* 瀑布模型 缺陷在编码结束之前,客户看不到最终软件产品 ,如果需求、设计出现明显错漏,导致...
分类:
数据库 时间:
2014-06-05 06:18:27
阅读次数:
489
Process manufacturing(Process
industry)加工制造,或者加工工业。其一个重要特征是,原材料被加工成成品后,我们再也无法将它恢复成原料,比如,苹果罐头,我们再没法把它恢复成苹果。Discrete
manufacturing组装制造,主要是一些把很多零配件组合起来,让...
分类:
其他好文 时间:
2014-06-04 20:26:37
阅读次数:
374
1. 内核提供三种不同的方式来记录时间:Wall time (or real time):actual
time and date in the real worldProcess time:the time that a process spends
executing on a processo...
分类:
系统相关 时间:
2014-06-03 08:13:08
阅读次数:
319
看了erlang的一些开源网络框架RabbitMQ、Ranch,他们都使用多个进程同时accept一个socket。这种方式在使得socket端口监听的工作分担了更多的调度机会,但是,在erlang中,socket接受一个新连接后,如果想让另一个进程处理消息,就要显式的调用gen_tcp:controlling_process(Socket, Pid)。所以问题来了,erlang多个进程同时监听一个socket安全吗?文章将会重点讨论这个问题及对这个问题做优化。...
分类:
其他好文 时间:
2014-06-03 03:52:52
阅读次数:
218
线程,有时被称为轻量级进程(Lightweight Process,LWP),是程序执行流的最小单元。一个标准的线程由线程ID,当前指令指针(PC),寄存器集合和堆栈组成。另外,线程是进程中的一个实体,是被系统独立调度和分派的基本单位,线程自己不拥有系统资源,只拥有一点儿在运行中必不可少的资源,但它可与同属一个进程的其它线程共享进程所拥有的全部资源。一个线程可以创建和撤消另一个线程,同一进程中的多...
分类:
编程语言 时间:
2014-06-02 23:11:22
阅读次数:
399
WIA-PA其全称是《Wireless Networks for Industrial
Automation Process
Automation》,译为《面向工业过程自动化的工业无线网络标准技术》国产标准,中科院沈阳自动化研究所提出的标准。基于IEEE
802.15.4,事实上是在TI cc243...
分类:
其他好文 时间:
2014-05-31 15:36:31
阅读次数:
235
Jmap 全称 Java Memory
Map,用于打印出某个java进程(使用pid)内存内的,所有‘对象’的情况(如:产生那些对象,及其数量)。Usage: jmap [option] (to
connect to running process) jmap [opt...
分类:
其他好文 时间:
2014-05-31 13:08:10
阅读次数:
327
http://en.wikipedia.org/wiki/InitinitFrom
Wikipedia, the free encyclopediaThis article is about the Unix process. For the
pre-Mac OS X extension mecha...
分类:
系统相关 时间:
2014-05-31 11:09:02
阅读次数:
1323