上一页 1 ··· 8 9 10 11 12
  2014年8月18日
摘要: #include#includeusing namespace std;class Point{public:Point(int xx=0,int yy=0){X=xx;Y=yy;}Point(Point &p);int getX(){return X;}int getY(){return Y;... 阅读全文
posted @ 2014-08-18 19:53 _noname 阅读(130) 评论(0) 推荐(0) 编辑
  2014年8月13日
摘要: 布局文件: android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/phoneinput" /> 权限: Java代码: package... 阅读全文
posted @ 2014-08-13 18:36 _noname 阅读(189) 评论(0) 推荐(0) 编辑
  2014年7月31日
摘要: package org.fun.io;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.ObjectInputStream;import java.i... 阅读全文
posted @ 2014-07-31 11:57 _noname 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12