在HTTP/1.1協議中,持久連接選項是______的。
有以下程序:輸出的結果是()。
#include<
structstu
{intnum;
charname[10]:
intage;}
voidfun(structstu*p)
{printf("%sn",(*p).name);}
tllain()
{
structstustudents[3]={{9801,"Zhang".20},
{9802,"Wang",19},{9803,"Zhao",18}}
fun(students+2);
}
下列關于ASP.NET的描述中,錯誤的是______。
恢復MySQL數據庫可使用的命令是______。
下列關于局部變量和用戶變量的描述中,錯誤的是______。