一个应用往往包含很多activities.每个activity都应围绕着用户可执行的特定动作来设计,并且可以启动其它activitie.例如,一个email应用可能可能有一个显示新邮件列表的activity.当用户选择一个邮件,一个新的activity被打开以显示邮件内容. 一个activity也....
分类:
移动开发 时间:
2014-07-16 20:59:53
阅读次数:
378
常用的一些选项有:问题类型Bug测试过程维护过程发现影响系统运行的缺陷New Feature对系统提出的新功能Task需要完成的任务Improvement对现有系统功能的改进Requirement Change 需求变更JIRA系统中用优先级来表示问题的严重级别,有以下几种级别:优先级 block>...
分类:
其他好文 时间:
2014-07-12 08:53:52
阅读次数:
260
1、Shell$ExitCodeException
现象:运行hadoop job时出现如下异常:
14/07/09 14:42:50 INFO mapreduce.Job: Task Id : attempt_1404886826875_0007_m_000000_1, Status : FAILED
Exception from container-launch: org.apache....
分类:
其他好文 时间:
2014-07-11 00:24:58
阅读次数:
355
在执行MR将HDFS转换为HFile的时候,出现了如下异常:
14/07/09 18:02:59 INFO mapred.JobClient: map 83% reduce 0%
14/07/09 18:02:59 INFO mapred.JobClient: Task Id : attempt_201401091245_59030413_m_000001_0, Status : FAILE...
分类:
其他好文 时间:
2014-07-10 23:32:44
阅读次数:
323
Help Me with the Game
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 3292
Accepted: 2122
Description
Your task is to read a picture of a chessboard posi...
分类:
其他好文 时间:
2014-07-09 11:58:32
阅读次数:
204
//函数原型:版本linux-3.0.8
struct task_struct *__switch_to(structtask_struct *,
struct thread_info *, struct thread_info *);
#define switch_to(prev,next,last) ...
分类:
其他好文 时间:
2014-07-09 09:28:09
阅读次数:
362
ssh连接远程服务器,报警信息AddressX.X.X.Xmapstolocalhost,butthisdoesnotmapbacktotheaddress-POSSIBLEBREAK-INATTEMPT!如下:[root@upgirl~]#sshroot@192.168.0.203Address192.168.0.203mapstolocalhost,butthisdoesnotmapbacktotheaddress-POSSIBLEBREAK-INATTEMPT!root@19..
分类:
其他好文 时间:
2014-07-09 08:04:07
阅读次数:
241
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3321CircleTime Limit:1 Second Memory Limit:32768 KBYour task is so easy. I will give...
分类:
其他好文 时间:
2014-07-08 23:04:16
阅读次数:
264
这次聊聊「RFC」。有很多人经常听说「RFC」的吧,上次介绍的NTP是由「RFC1305规定的」,HTTP是由「RFC2616规定的」。RFC是「Request For Comments」的简称,由 Internet Engineering Task Force 公开的,以指定互联网技术标准「为目标...
分类:
系统相关 时间:
2014-07-08 22:50:44
阅读次数:
291
ZOJ 3406
Another Very Easy Task
#include
#include
const int N = 100005;
char s[N];
int main() {
bool f = 0;
int size = 0;
char ch;
while(scanf("%c", &ch)!=EOF) {
if( !(ch >= 'a' && c...
分类:
其他好文 时间:
2014-07-08 13:52:14
阅读次数:
265