1 (一)ArrayList类:表示大小可按需动态增加的数组 2 protected void
Page_Load(object sender, EventArgs e) 3 { 4 ArrayList al = new ArrayList(); 5
al.Add(100...
分类:
Web程序 时间:
2014-06-12 18:37:24
阅读次数:
255
JAVA修饰符类型(public,protected,private,friendly)public的类、类属变量及方法,包内及包外的不论什么类均能够訪问;protected的类、类属变量及方法,包内的不论什么类,及包外的那些继承了此类的子类才干訪问;private的类、类属变量及方法,包内包外的不...
分类:
编程语言 时间:
2014-06-12 15:21:42
阅读次数:
274
选择音频,添加附件成功后,返回ComposeMessage,编辑彩信界面,这里我们继续输入文本内容:
第一步,处理附件:选择附件后,处理添加的附件;
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
if (LogTag.VE...
分类:
移动开发 时间:
2014-06-10 13:56:24
阅读次数:
348
今天开始学习ucore的lab。按照lab0的文档,显示介绍了80386的4个工作模式:real-address mode, protected mode,
SMM mode, virtual 8086 mode.ia-32-architectures-software-developer-syst...
分类:
其他好文 时间:
2014-06-09 21:24:48
阅读次数:
443
android中有时候需要用代码穿件uipublic class MainActivity
extends Activity { @Override protected void onCreate(Bundle savedInstanceState)
{ super.onC...
分类:
其他好文 时间:
2014-06-09 20:07:26
阅读次数:
202
发送页:1 2 3 0084 5 6 发送页后台CS代码:1 protected void
Button1_Click(object sender, EventArgs e)2 {3 string name = TextBox1.Text;4
Response.Redirect(st...
分类:
其他好文 时间:
2014-06-09 18:48:32
阅读次数:
211
先上图看效果
实质上说是动画有点不妥,确切的说应该是手势的处理,废话不多说看代码
SimpleDragSample.java
public class SimpleDragSample extends Activity {
protected int contentTop;
@Override
protected void onCreate(Bundle saved...
分类:
移动开发 时间:
2014-06-08 17:21:45
阅读次数:
282
The usage of bind is to define a specified
scope for called function. Because the key this is easy to refer another objet,
experically window, instead...
分类:
其他好文 时间:
2014-06-07 21:28:07
阅读次数:
307