#import @interface Car : NSObject{ @public int
speed; int wheels;}// oc方法必须是-开头// oc方法中所有的数据类型必须得用括号括起来//
oc方法中的()就是用来扩住数据类型的-(void)run;@end@implement...
分类:
其他好文 时间:
2014-05-08 12:25:41
阅读次数:
267
本文章參考與:http://www.webtop.com.au/blog/compiling-python-with-ssl-support-fedora-10-2009020237。當我"修"好yum之後就開始修python的ssl問題。我的電腦有python的多個版本。在python2.6.6中...
分类:
编程语言 时间:
2014-05-08 11:46:52
阅读次数:
507
#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
这是本人第一个完全按照MVC开发模式完成的项目,非常简陋,仅仅完成的查询,保存,删除基本功能,而且存在编码问题没有解决,以后会慢慢增加功能。慢慢改进
package com.sdjt.dao;import java.util.ArrayList;import java.util.List;impor...
分类:
Web程序 时间:
2014-05-08 09:50:18
阅读次数:
486
1 import java.util.Stack; 2 public class T005 { 3
public static void main(String[] args){ 4 Node n1 = new Node(1); 5 Node n2 =
ne...
分类:
编程语言 时间:
2014-05-08 05:19:42
阅读次数:
402