摘要:
be of + 表示形状、年龄、颜色、大小、种类等名词,在句中作 表语或定语。例如: His father is of the same age as his mother. 他的父亲和他的母亲同龄。(=His father is as old as his mother. ) Her cap is of the same shape as mine. 她的便帽式样和我的相同。 The de... 阅读全文
2006年5月9日 #
2006年5月8日 #
摘要:
"copy"的英文意思是复印。那么“copy that”又是什么呢?~~~~~ 其实“copy that”是绝对明白的意思。~~~ 如果有人问你“copy ?” 你可以答“copy that!” 阅读全文
2006年4月25日 #
摘要:
/// /// 数据库中与c#中的数据类型对照 /// /// /// private string changetocsharptype(string type) { string reval=string.empty; switch(type.tolower()) { case "int": reval= "int32"; break; ... 阅读全文
2006年4月20日 #
2006年3月28日 #
摘要:
Response.Write("window.open("+ "'http://www.csdn.net');"); Response.Write(""); 阅读全文