1. AndroidManifest.xml2. project.properties# This file is automatically generated by Android Tools.# Do not modify this file -- YOUR CHANGES WILL BE E...
分类:
移动开发 时间:
2014-09-29 15:42:51
阅读次数:
157
1 new Thread() { 2 3 @Override 4 public void run() { 5 // TODO Auto-generated method stub 6 ...
分类:
其他好文 时间:
2014-09-27 18:25:10
阅读次数:
223
Next,packagethesourceintoajar,whichissentwhenyouruntheStormClientcommandtosubmitthetopology.BecauseyouusedMaven,theonlythingyouneedtodoisgotothesourcefolderandrunthefollowing:mvnpackageOnceyouhavethegeneratedjar,usethestormjarcommandtosubmitthetopology(yous..
分类:
其他好文 时间:
2014-09-24 18:31:28
阅读次数:
191
项目根目录有两个文件:
1.project.properties
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Contr...
分类:
移动开发 时间:
2014-09-24 12:33:26
阅读次数:
248
如题!public void doit(){ final int i=9; Thread t=new Thread(new Runnable(){ @Override public void run() { // TODO Auto-generated method stub ...
分类:
其他好文 时间:
2014-09-23 02:30:03
阅读次数:
174
public class LockActivity extends Activity{
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setCont...
分类:
移动开发 时间:
2014-09-16 23:44:11
阅读次数:
308
题目: Draw the tree illustrating the process generated by the count-change procedure of section 1.2.2 in making change for 11 cents. What are the order....
分类:
其他好文 时间:
2014-09-16 12:10:50
阅读次数:
284
在oncreate中的savedInstanceState的作用??? public?void?onCreate(Bundle?savedInstanceState)?{
??//?TODO?Auto-generated?method?stub
??super.onCreate(savedInstanceState);
??setContentV...
分类:
移动开发 时间:
2014-09-15 01:10:18
阅读次数:
159
Android资源分两类:无法通过R清单类访问的原生资源,保存在assets目录下,R资源类的路径:..\build\generated\source\r\debug\工程名可以通过R清单类访问的原生资源,保存在res目录下Resources类:资源管理类Context.getResources()...
分类:
移动开发 时间:
2014-09-12 23:17:04
阅读次数:
364
import threading, os, subprocess, timeexec_path = "/home/xhz/gems/ruby/amd...../bin/tester.exec"out_data_path = "/home/xhz/...generated/"max_process =...
分类:
编程语言 时间:
2014-09-11 18:54:22
阅读次数:
249