码迷,mamicode.com
首页 >  
搜索关键字:generated    ( 1969个结果
Files to be needed by importing the android application with eclipse
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
37、
1 new Thread() { 2 3 @Override 4 public void run() { 5 // TODO Auto-generated method stub 6 ...
分类:其他好文   时间:2014-09-27 18:25:10    阅读次数:223
storm 运行拓扑
Next,packagethesourceintoajar,whichissentwhenyouruntheStormClientcommandtosubmitthetopology.BecauseyouusedMaven,theonlythingyouneedtodoisgotothesourcefolderandrunthefollowing:mvnpackageOnceyouhavethegeneratedjar,usethestormjarcommandtosubmitthetopology(yous..
分类:其他好文   时间:2014-09-24 18:31:28    阅读次数:191
Android项目代码混淆
项目根目录有两个文件: 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
方法中的内部类,操作本方法中的局部变量时,局部变量应该声明为final!!
如题!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
Exercise 1.14 count change的时间复杂度
题目: 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
android开发教程(2)
在oncreate中的savedInstanceState的作用??? public?void?onCreate(Bundle?savedInstanceState)?{ ??//?TODO?Auto-generated?method?stub ??super.onCreate(savedInstanceState); ??setContentV...
分类:移动开发   时间:2014-09-15 01:10:18    阅读次数:159
Android 资源
Android资源分两类:无法通过R清单类访问的原生资源,保存在assets目录下,R资源类的路径:..\build\generated\source\r\debug\工程名可以通过R清单类访问的原生资源,保存在res目录下Resources类:资源管理类Context.getResources()...
分类:移动开发   时间:2014-09-12 23:17:04    阅读次数:364
python subprocess 自动运行实验室程序
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!