当前位置:首页
开发技术指南» 文章正文
    引言:

 ·ie打开速度慢为什么    »显示摘要«
    摘要: 我的电脑是xp+sp2的的。昨天刚装了最新的正版的瑞星杀毒软件和防火强,之后杀出了一些病毒.比方说spooler.exe和wordpad.exe这样会使机器自动重启的病毒.但是之后问题出来了。现在打个ie的时候需要等个2.3分钟才能跳出来.打开ie里的链接的时候很正常的。不知道是什么原因,望高手赐教!!! ......
    摘要: 游标中提交动态更新语句,更新结果字段竟然少了最前面的0,为什么啊???真怪,!!!! 以下为代码: ... ------------ (略去其他行) set @str_zsbh_last_six=0+@str_zsbh_last_six print @str_zsbh_last_six ----运行到这里时候,该变量为 declare @zsbh_enter......


帮我看一下,为什么总是说这个语句未结束啊

就是这个句子  
  <%if   rs(2)   then   Response.Write"<a   href=refuse.asp?id=rs("id")>拒绝</a>"</td>   else   Response.Write"<a   href=allow.asp?id=rs("id")>允许</a></td>"   end   if   %>

NO.1   作者: loulou_ff

 
  <%  
  if   rs(2)   then    
        Response.Write"<a   href=refuse.asp?id="&rs("id")&">拒绝</a>"    
  else    
        Response.Write"<a   href=allow.asp?id="&rs("id")&">允许</a>"    
  end   if    
  %>

NO.2   作者: jingxiaoping

为什么不写成这样的。  
  <%if   rs(2)   then%>  
  <a   href=refuse.asp?id=rs("id")>拒绝</a>  
  <%else%>  
  <a   href=allow.asp?id=rs("id")>允许</a>  
  <%end   if%>  
  或者改写成:  
  <%if   rs(2)   then   Response.Write"<a   href=refuse.asp?id=rs("id")>拒绝</a></td>"   else   Response.Write"<a   href=allow.asp?id=rs("id")>允许</a></td>"   end   if   %>  
  我发现你的第一个</td>飞外面了。

NO.3   作者: ghaihua

<%  
  if   rs(2)   then    
          Response.Write("<a   href=refuse.asp?id=rs("id")>拒绝</a></td>")  
  else    
          Response.Write("<a   href=allow.asp?id=rs("id")>允许</a></td>")  
  end   if  
  %>  
 


    摘要: unicode工程中,使用richedit20w,当在控件中随意输入几行字符后,取得一行: wchar buf[256]; memset(buf,0,512); this->getline(lineidx,buf,255); cstring strsentence = buf; 取到的文本后面经常跟着很多乱码,linelength函数得到的长度值也不正确。试了一下与......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE