File:Product.htm
Method:query.map(columns,*where,*order)
连接超时时间已到。在登录后阶段超过了此超时时间。连接可能在等待服务器完成登录过程并响应时超时;或者在尝试创建多个活动连接时超时。 尝试连接到此服务器时花费的持续时间是 - [Pre-Login] initialization=3;handshake=13626;[Login] initialization=0;authentication=0;[Post-Login] complete=1370;
数据库执行错误
xmls/frame.xmls
$sub main(){
$shell.call($get(method));
}

$sub user(){
@queryUser=$query(user,user);
$if($session[UserId]){
@queryUser[UserId]=$session[UserId];
}
$else{
@queryUser[UserId]=0;
}
@
rowUser=@queryUser.map(*,['{*UserId =} ']);
$if(@rowUser){
@rowUser[uPic]=["{#root}images/header.png"];


$if($file.existsFile($file.getMapPath(@rowUser[Pic]))==1){
@rowUser[uPic]=@rowUser[Pic];

$if(@rowUser[Gender]){
$if(@rowUser[Gender]=="Mr"){
@rowUser[uPic]=["{#root}images/header.png"];
}
$else{
@rowUser[uPic]=["{#root}images/header2.png"];
}
}
}
$if(@rowUser[UserType]==1){
@rowUser[fmessage]=["http://chinamed.cn/vip/message.html"];
@rowUser[fmember]=["http://chinamed.cn/...