Activity 就是Android中的活动,是Android系统中唯一一个可见组件。
Activity中官网中有一句话:
The visible
lifetime of an activity happens between a call to onStart() until
a corresponding call to onStop()
这句话的意思是可以看见Act...
分类:
移动开发 时间:
2015-04-12 22:50:14
阅读次数:
329
一般从SVN检出的项目,按《【SVN】新SVN项目的注意事项》(点击打开链接)改好一切,并且按照《【Mysql】修改root密码与创造一个与root一样权限的账号》(点击打开链接)配置好数据库密码,就基本没有问题的,但是请注意。有时候,你弄得再怎么好,你会发现你的SVN工程,尽管能够正常编译与运行,但是里面所有jar包消失,工程目录结构凌乱,然后写Java代码的时候没有半点提示,在MyEclips...
分类:
其他好文 时间:
2015-04-11 11:54:15
阅读次数:
345
Wait Until Keyword Succeeds 10s 1s Click Element jQuery=span:contains('上传') sleep 2s Win Wait ${title} Win Activate ${title} log ${fileNam...
分类:
Web程序 时间:
2015-04-08 21:29:02
阅读次数:
3116
最大流量问题
对于最大流量问题的详细分析和理论参见算法导论,Ford-Fulkerson算法,伪代码如下:
Set
Ftotal = 0
Repeat until there is no path from s to t:
Run DFS from s to find a flow path to t
Let
cp be the minimum...
分类:
编程语言 时间:
2015-03-30 21:09:31
阅读次数:
447
练习3-64原文Exercise 3.64. Write a procedure stream-limit that takes as arguments a stream and a number (the tolerance). It should examine the stream until it finds two successive elements that differ in...
分类:
其他好文 时间:
2015-03-29 09:31:45
阅读次数:
133
我们更新了QQ sdk的新包,而QQ的新包加了一个so文件,该文件eclipse的默认检查比较严格。
Eclipse->windows->Perferences ,
取消 Force error when external jars contain native libraries.
取消 Skip packaging and dexing until export and lunch. (...
分类:
编程语言 时间:
2015-03-28 17:18:37
阅读次数:
151
Window -> Preferences -> Android -> Build Skip packaging and dexing until export or launch.(Speeds up automatic builds on file save)...
分类:
系统相关 时间:
2015-03-20 13:04:27
阅读次数:
151
Problem Description
George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many sticks he had originally and how long they were origin...
分类:
其他好文 时间:
2015-03-20 11:05:11
阅读次数:
129
Eclipse出现下面两条报错:The project cannot be built until build path errors are resolved HelloWord Unknown Java ProblemUnbound classpath container: 'JRE Syste...
分类:
系统相关 时间:
2015-03-19 13:09:57
阅读次数:
281
前天,业务反应数据库不能连接在操作系统通过字符串尝试登陆数据库报:ORA-00257: archiver error. Connect internal only, until freed解决思路:1.操作系统清理归档2.rman清理expired归档遇到日志不能切换,且归档目录未满的情况,且数据库...
分类:
其他好文 时间:
2015-03-18 13:59:19
阅读次数:
395