資源簡介
高仿qq,能實現qq的基本功能:私聊、群聊、注冊、修改個人資料、添加好友、刪除好友、查看空間等等

代碼片段和文件信息
package?com.sram.beans;
public?class?User?{
private?int?ID;
private?String??qqnum;
private?String?userName;
private?String?passWord;
private?String?sex;
private?String?birthday;
private?String?location;
private?String?telno;
private?String?online;
public?User(String?qqnum?String?userName?String?passWordString?sexString?birthday
String?telnoString?location)?{
this.qqnum=qqnum;
this.userName?=?userName;
this.passWord?=?passWord;
this.sex=sex;
this.birthday=birthday;
this.location=location;
this.telno=telno;
this.online=online;
}
public?int?getID()?{
return?ID;
}
public?void?setID(int?iD)?{
ID?=?iD;
}
public?String?getQqnum()?{
return?qqnum;
}
public?String?getSex()?{
return?sex;
}
public?String?getBirthday()?{
return?birthday;
}
public?String?getLocation()?{
return?location;
}
public?String?getTelno()?{
return?telno;
}
public?String?getUserName()?{
return?userName;
}
public?void?setUserName(String?userName)?{
this.userName?=?userName;
}
public?String?getPassWord()?{
return?passWord;
}
public?void?setPassWord(String?passWord)?{
this.passWord?=?passWord;
}
public?String?getOnline()?{
return?online;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-04-05?20:20??qq\
?????目錄???????????0??2014-04-05?20:19??qq\MyQQ4\
?????文件?????????379??2013-08-08?11:24??qq\MyQQ4\.classpath
?????文件?????????381??2013-08-12?09:11??qq\MyQQ4\.project
?????目錄???????????0??2014-04-05?20:19??qq\MyQQ4\.settings\
?????文件?????????629??2013-07-25?19:43??qq\MyQQ4\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2013-08-14?18:03??qq\MyQQ4\Image\
?????目錄???????????0??2014-04-05?20:19??qq\MyQQ4\Image\face\
?????文件????????1944??2007-11-01?14:07??qq\MyQQ4\Image\face\0.gif
?????文件????????1367??2007-11-01?14:07??qq\MyQQ4\Image\face\1.gif
?????文件????????1714??2007-11-01?14:07??qq\MyQQ4\Image\face\10.gif
?????文件????????3809??2007-11-01?14:07??qq\MyQQ4\Image\face\11.gif
?????文件????????1841??2007-11-01?14:07??qq\MyQQ4\Image\face\12.gif
?????文件????????1443??2007-11-01?14:07??qq\MyQQ4\Image\face\13.gif
?????文件????????1662??2007-11-01?14:07??qq\MyQQ4\Image\face\14.gif
?????文件????????1237??2007-11-01?14:07??qq\MyQQ4\Image\face\15.gif
?????文件????????1279??2007-11-01?14:07??qq\MyQQ4\Image\face\16.gif
?????文件????????1265??2007-11-01?14:07??qq\MyQQ4\Image\face\17.gif
?????文件????????2423??2007-11-01?14:07??qq\MyQQ4\Image\face\18.gif
?????文件????????3698??2007-11-01?14:07??qq\MyQQ4\Image\face\19.gif
?????文件????????1509??2007-11-01?14:07??qq\MyQQ4\Image\face\2.gif
?????文件????????1398??2007-11-01?14:07??qq\MyQQ4\Image\face\20.gif
?????文件????????1579??2007-11-01?14:07??qq\MyQQ4\Image\face\21.gif
?????文件????????1536??2007-11-01?14:07??qq\MyQQ4\Image\face\22.gif
?????文件????????1720??2007-11-01?14:07??qq\MyQQ4\Image\face\23.gif
?????文件????????2437??2007-11-01?14:07??qq\MyQQ4\Image\face\24.gif
?????文件????????2256??2007-11-01?14:07??qq\MyQQ4\Image\face\25.gif
?????文件????????2928??2007-11-01?14:07??qq\MyQQ4\Image\face\26.gif
?????文件????????1879??2007-11-01?14:07??qq\MyQQ4\Image\face\27.gif
?????文件????????1345??2007-11-01?14:07??qq\MyQQ4\Image\face\28.gif
?????文件????????2273??2007-11-01?14:07??qq\MyQQ4\Image\face\29.gif
............此處省略432個文件信息
- 上一篇:Android實現3D圖片瀏覽效果
- 下一篇:高校選課系統jsp+access
評論
共有 條評論