社区
C#
帖子详情
public static
yskang
2006-11-01 06:32:31
public static List<Photo> GetPhotos_1()
请问这个List<Photo>是什么意思?
...全文
185
9
打赏
收藏
public static
public static List GetPhotos_1() 请问这个List是什么意思?
复制链接
扫一扫
分享
举报
写回复
配置赞助广告
9 条
回复
切换为时间正序
当前发帖距今超过3年,不再开放新的回复
发表回复
打赏红包
ooeess
2006-11-01
打赏
举报
回复
jf
liujia_0421
2006-11-01
打赏
举报
回复
List是个列表的模板,Photo是类型...
lizhizhe2000
2006-11-01
打赏
举报
回复
List是个列表,里面可以存放任何东西,<>中是什么类型,它里面的的元素就是什么类型
STL知道吧(C++的一个库》
泛型应该学习的!
yskang
2006-11-01
打赏
举报
回复
PhotoManager.cs里的
我看不懂这个
郁闷啊
早起晚睡
2006-11-01
打赏
举报
回复
学习了
yskang
2006-11-01
打赏
举报
回复
这个就是VS2005中创建的个人网站初学者工具包里的啊
fxqyyzg
2006-11-01
打赏
举报
回复
从字面上看这个公共静态类返回一个泛型的照片集合
泛型具体看MSDN或买本书吧
jointan
2006-11-01
打赏
举报
回复
这是泛型类(也叫模板类)的使用,这个问题要想说清楚,至少得30页书,参看MSDN-"泛型"
yskang
2006-11-01
打赏
举报
回复
大哥们帮帮我啊
初学的啊
相关推荐
识别文件编码格式
识别文本文件编码格式,可识别近30种编码格式
public
static
int GB2312 = 0;
public
static
int GBK = 1;
public
static
int GB18030 = 2;
public
static
int HZ = 3;
public
static
int BIG5 = 4;
public
static
int CNS11643 = 5;
public
static
int UTF8 = 6;
public
static
int UTF8T = 7;
public
static
int UTF8S = 8;
public
static
int UNICODE = 9;
public
static
int UNICODET = 10;
public
static
int UNICODES = 11;
public
static
int ISO2022CN = 12;
public
static
int ISO2022CN_CNS = 13;
public
static
int ISO2022CN_GB = 14;
public
static
int EUC_KR = 15;
public
static
int CP949 = 16;
public
static
int ISO2022KR = 17;
public
static
int JOHAB = 18;
public
static
int SJIS = 19;
public
static
int EUC_JP = 20;
public
static
int ISO2022JP = 21;
public
static
int ASCII = 22;
public
static
int OTHER = 23;
public
static
int TOTALTYPES = 24;
基于ZXing的二维码解码例程(源代码分享).rar
基于ZXing的二维码解码例程(源代码分享).rar 可以解QR码,PDF417码,DATAMatrix,等二维码。 需要相机支持自动对焦。
public
static
final AZTEC,
public
static
final CODABAR,
public
static
final CODE_39,
public
static
final CODE_93,
public
static
final CODE_128,
public
static
final DATA_MATRIX,
public
static
final EAN_8,
public
static
final EAN_13,
public
static
final ITF,
public
static
final MAXICODE,
public
static
final PDF_417,
public
static
final QR_CODE,
public
static
final RSS_14,
public
static
final RSS_EXPANDED,
public
static
final UPC_A,
public
static
final UPC_E,
public
static
final UPC_EAN_EXTENSION;
php中mylog,mylog.php
class MLog{
public
static
$max_size = 2;
public
static
$logfile = 'curr.log';
public
static
$file_path;
public
static
$dir;
public
static
$bakname;
public
static
$append = 1;
public
static
function write( $l...
手机QQ源代码 Java版QQ源代码
QQ源代码分析 公共变量:
public
static
KQQMIDlet instance = null;
public
static
Display display = null;
public
static
Runtime runtime = null;
public
int gaugeState;
public
String strUserID;
public
String strPasswd;
public
static
String url = "http://218.18.95.203:21001/";
public
static
MainMenu mainMenu;
public
static
HttpPoster httpPoster;
public
static
FriendRecord friendRecord;
public
static
FriendList friendList;
public
static
GetMsgDlg getMsgDlg;
public
static
SendMsgDlg sendMsgDlg;
public
static
AddFriend addFriend;
public
static
Finger finger;
public
static
AckSvrMsg ackSvrMsg;
public
static
MainForm mainForm;
public
static
BlackList blackList;
public
static
MultiLan sysString;
public
static
HistoryMsg historyMsg;
public
boolean isWaitLogin; 公共方法:
public
void init()
public
void startApp() 应用程序开始函数;当应用程序开始运行时、应用程序暂停后再继续时被调用;根据不同的情况进行不同的操作:
发帖
C#
C#
.NET技术 C#
复制链接
扫一扫
10.8w+
社区成员
64.2w+
社区内容
.NET技术 C#
社区管理员
加入社区
获取链接或二维码
帖子事件
创建了帖子
2006-11-01 06:32
社区公告
让您成为最强悍的C#开发者