package com.example.dragscale;import
android.os.Bundle;import android.app.Activity;import
android.graphics.Matrix;import android.graphics.PointF;impor...
分类:
移动开发 时间:
2014-05-08 12:41:12
阅读次数:
350
#import @interface Car : NSObject{ @public int
speed; int wheels;}// oc方法必须是-开头// oc方法中所有的数据类型必须得用括号括起来//
oc方法中的()就是用来扩住数据类型的-(void)run;@end@implement...
分类:
其他好文 时间:
2014-05-08 12:25:41
阅读次数:
267
编程思想: 更改图片的路径信息 代码如下: 点击灯泡来点亮或熄灭这盏灯——Money
makes the world go around.
分类:
Web程序 时间:
2014-05-08 12:25:12
阅读次数:
1114
#import typedef enum { SexMan, SexWoman}
Sex;@interface Person : NSObject{ /* 成员变量名前用下划线有3个用处
1>方便程序员之间的交流,一看到下划线就知道这个事成员变量 2>为了与getter方法中的方法名区分开 3>不与...
分类:
其他好文 时间:
2014-05-08 11:43:57
阅读次数:
301
import java.io.*; public class MyEclipseGen {
private static final String LL = "Decompiling this copyrighted software is a
violation of both your lice...
分类:
系统相关 时间:
2014-05-08 11:34:40
阅读次数:
460
import java.io.IOException;import
org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import
org.apache.hadoop.io.Text;import org.ap...
分类:
其他好文 时间:
2014-05-08 11:27:24
阅读次数:
309
flash 代码//写到要响应的方法体中import
flash.external.ExternalInterface;ExternalInterface.call("alert",ExternalInterface.call("aa"));页面的jsfunction
aa() { var a=n....
分类:
Web程序 时间:
2014-05-08 11:26:59
阅读次数:
408
1 import java.util.Scanner; 2 3 public class T003 {
4 5 public static void main(String[] args) { 6 Scanner in = new
Scanner(System.in);...
分类:
编程语言 时间:
2014-05-08 11:24:26
阅读次数:
346
1 import java.util.Hashtable; 2 3 public class T035
{ 4 public static void main(String[] args) { 5
FirstNotRepeatingChar("abaccdeff"); 6...
分类:
编程语言 时间:
2014-05-08 10:38:54
阅读次数:
346
pyc文件的反编译工具有uncompile2和decompile等,具体方法比较复杂,教程可以google前几天发现一个小软件,Easy
Python Decompiler v1.2,集成了这两个工具,一键反编译,大家可以去找找。
分类:
其他好文 时间:
2014-05-08 10:06:55
阅读次数:
735