项目需要,学习下Fragment,怎么学习,毫不犹豫的选择看官方文档,文档内容如下,感觉重要的的内容标记为红色:Creating a FragmentFigure 2.The lifecycle of a fragment (while its activity is running).To cre...
分类:
其他好文 时间:
2014-06-27 19:10:33
阅读次数:
306
[2014-06-26 15:35:42 - app] ------------------------------[2014-06-26 15:35:42 - app] Android Launch![2014-06-26 15:35:42 - app] adb is running normal...
分类:
移动开发 时间:
2014-06-27 15:44:09
阅读次数:
368
必备工具 **adb tools**、**android chrome**先开启手机调试模式adb forward tcp:9919 localabstract:chrome_devtools_remote 成功会提示 * daemon not running. starting it ...
分类:
移动开发 时间:
2014-06-26 12:29:01
阅读次数:
353
Linux是一个多用户,多任务的系统,可以同时运行多个用户的多个程序,就必然会产生很多的进程,而每个进程会有不同的状态。Linux进程状态:R (TASK_RUNNING),可执行状态。只有在该状态的进程才可能在CPU上运行。而同一时刻可能有多个进程处于可执行状态,这些进程的task_struct结...
分类:
Web程序 时间:
2014-06-25 16:04:52
阅读次数:
384
【题目】
Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'.
A region is captured by flipping all 'O's into 'X's in that surrounded region.
For example,
X X X X
X O O X
X X O X
X O X X
After running your function, the board shou...
分类:
其他好文 时间:
2014-06-25 08:02:30
阅读次数:
205
REPLICAT RORA_1保持 ABENDED状态,无法启动问题
GGSCI (gc1) 12> info all
Program Status Group Lag Time Since Chkpt
MANAGER RUNNING
E...
分类:
其他好文 时间:
2014-06-24 17:37:19
阅读次数:
305
在ubuntu下启动firefox报错 Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.
解决:
终端输入 killall firefox...
分类:
其他好文 时间:
2014-06-24 17:08:34
阅读次数:
203
WDS不能启动的报错有很多,下图是其中一种,希望能够帮助大家排错。这是一个已知的Bug,按如下步骤操作就可以将WDS服务启动,1、DisablePXEfromDistributionPointinSCCM(uncheckPXE)2、ManuallystartWDSserviceifit‘snotrunning1)Ifserviceishungupon"Starting",rebootyourSCCM..
分类:
其他好文 时间:
2014-06-24 16:07:59
阅读次数:
497
一.TARGET_BUILD_VARIANT=user
当选择的编译类型为user的时候,可以在/build/core/main.mk中看到(android 4.2):
# Turn on Dalvik preoptimization for user builds, but only if not
# explicitly disabled and the build is running on Linux (since host
# Dalvik isn't built for non-L...
分类:
移动开发 时间:
2014-06-22 18:17:14
阅读次数:
443
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:
其他好文 时间:
2014-06-21 14:48:04
阅读次数:
225