码迷,mamicode.com
首页 >  
搜索关键字:linux android processbuilder    ( 251934个结果
09 Service_01
package com.szy.service;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;public class Exampl...
分类:其他好文   时间:2014-04-30 00:10:08    阅读次数:510
cocos2dx学习笔记(1)
久仰cocos2dx的大名想要研习一下一直苦于没有时间,最近不是很忙想起这茬,准备恶补一番,先上网大致查了下资料,发现cocos2dx开发环境的搭建貌似还挺麻烦的(可能与多平台支持有关),在官网下载了最新的cocos2dx 3.0 rc 版,配置方式参考了这篇文章http://blog.csdn.....
分类:其他好文   时间:2014-04-30 00:09:07    阅读次数:693
05 Activity 生命周期
protected void onCreate(Bundle savedInstanceState);protected void onStart();protected void onRestart();protected void onResume();protected void onPaus...
分类:其他好文   时间:2014-04-29 23:53:49    阅读次数:688
08 RelativeLayout 布局
分类:其他好文   时间:2014-04-29 23:42:35    阅读次数:532
ntpd (linux时间同步)
开发板使用ntpdate 进行网络时间同步 用法 ntpdate ip 出现如下错误 ntpdate -u ipError resolving ai_socktype: Servname not supported for ai_socktype (-8) 1 Jan 01:44:12 ntpda....
分类:系统相关   时间:2014-04-29 23:36:24    阅读次数:1440
06 bundle 对象
package com.szy.activity;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.vie...
分类:其他好文   时间:2014-04-29 23:35:22    阅读次数:590
Linux内核架构读书笔记 - 2.5.2 数据结构
调度系统各个组建关系如下 激活调度器两种方法:进程睡眠或其他原因放弃CPU,周期性检测 上述两个组件统称为通用调度器或核心调度器. 调度器用于判断接下来运行那个进程,内核支持不同的调度策略( 完全公平调度 实时调度 无事可做的空闲调度进程) 调度器被调用时候 需要执行体系相关的进程上下文切...
分类:系统相关   时间:2014-04-29 23:32:17    阅读次数:809
MingQQ Android版发布了,可以在Android手机上登录你的QQ,收发消息哦...
MingQQ Android版发布了,可以在Android手机上登录你的QQ,收发消息哦...
分类:移动开发   时间:2014-04-29 23:15:54    阅读次数:743
linux Performance tools
废话不说首先看图,这是摘自以为大神的ppt,原文在这里 http://www.brendangregg.com/Slides/SCaLE_Linux_Performance2013.pdf 准备把上面列举出来的图片挨个写blog 分享一下,哦也
分类:系统相关   时间:2014-04-29 23:13:51    阅读次数:698
07 LinearLayout 布局
分类:其他好文   时间:2014-04-29 23:04:34    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!