仿造微信,第一次进入去引导界面,否则进启动界面。 package
edu.hpu.init;import edu.hpu.logic.R;import android.app.Activity;import
android.content.Intent;import android.content....
分类:
移动开发 时间:
2014-05-13 22:46:07
阅读次数:
452
package edu.hpu.init;import
android.app.Activity;import android.content.Intent;import
android.os.Bundle;import android.os.Handler;import edu.hpu.logic...
分类:
移动开发 时间:
2014-05-13 22:35:50
阅读次数:
462
一 Linux守护进程Linux
服务器在启动时需要启动很多系统服务,它们向本地和网络用户提供了Linux的系统功能接口,直接面向应用程序和用户。提供这些服务的程序是由运行在后台
的守护进程来执行的。守护进程是生存期长的一种进程。它们独立于控制终端并且周期性的执行某种任务或等待处理某些发生的事件。他...
分类:
Web程序 时间:
2014-05-13 18:34:13
阅读次数:
453
init.rc文件解析过程我们已经知道init.rc的结构,应该可以想到解析init.rc的过程就是识别一个个section的过程,将各个section的信息保存下来,然后在init.c的main()中去执行一个个命令。
android采用双向链表(关于双向链表详解见本文第三部分)来存储sectio...
分类:
移动开发 时间:
2014-05-13 17:45:01
阅读次数:
462
Android
init脚本语言的规范语法描述:system/core/init/readme.txt关键字:token:
计算机语言中的一个单词,就跟英文中的单词差不多一人概念.Section:
语句块,相当于C语言中大括号内的一个块。一个Section以Service或On开头的语句块.以Ser...
分类:
移动开发 时间:
2014-05-13 16:41:19
阅读次数:
378
提示:该实验平台是在RedHatb6下进行的
配置成功的前提有三个:
(1):在window下能ping的通linux
(2):关闭linux 防火墙 执行指令:/etc/init.d/iptables stop
(3):使SElinux处于宽容模式 执行指令:setenforce permissive
一、配置tftp服务器步骤
(1):挂载磁盘,安装tptp-serv...
分类:
系统相关 时间:
2014-05-13 16:24:59
阅读次数:
409
一、init和initialize1.方法类型1> init属于对象方法,-开头2>
initialize属于类方法,+开头2.调用时刻1> init:每个对象初始化的时候调用一次2>
initialize:每个类初始化的时候调用一次(一个对象和一个类都只初始化一次)3.例子:用NSString类创...
分类:
其他好文 时间:
2014-05-13 10:44:21
阅读次数:
253
ThisisourongoingLinuxcommandserieswherewearegoingtoreviewhowwecanusechkconfigcommandefficientlywithit’savailableparameters.TheChkconfigcommandtoolallowstoconfigureservicesstartandstopautomaticallyinthe/etc/rd.d/init.dscriptsthroughcommandline.Let’sseesome..
分类:
系统相关 时间:
2014-05-13 04:26:32
阅读次数:
469
Fromtimetotime,peoplewantmetocreateLINUXinitscriptsforthem.Iusuallyjusttakeanexistingoneforanotherserviceandchangeituptoworkformynewapplication,butmostofthemhavebecomesolongthesedaysthatIenduphavingtohackoutatonofcodejusttoreducethemdowntotheverybasicscript..
分类:
系统相关 时间:
2014-05-13 03:59:53
阅读次数:
306
lvs的DR方式次实验的前提是前面的heartbeat-HA已经做好,在HA主机上,先停掉heartbeat服务/etc/init.d/heartbeatstop/etc/init.d/ipvsadmstop/etc/init.d/heartbeatstop/etc/init.d/ipvsadmstop在RS主机上arptables-L查看arptables的设置server17上ifconfigeth0:0192.168.0.92n..
分类:
其他好文 时间:
2014-05-13 01:20:47
阅读次数:
457