Type Query Result Error ProcessTime 
Query set names gb2312 0 0 0.0003 
Query select `data` from `xihucms_runtime` where 1=1 limit 0, 1 0 0 0.0005 
Query select count(*) as RsltCount from xihucms_task where 1 = 1 1 0 0.0005 
Query select `ID`,`NewsTitle`,`Picture` from `xihucms_news` where 1=1 and Auditing=1 and Picture !="" and CategoryID=1 order by ID DESC limit 0, 4 4 0 0.0007 
Query select `xihucms_burse_use`.`ID`,`xihucms_burse_use`.`BurseID`,`xihucms_burse_use`.`Kind`,`xihucms_burse_use`.`OptKind`,`xihucms_burse_use`.`SendTime`,`xihucms_burse_use`.`UserID`,`xihucms_burse_use`.`InMoney`,`xihucms_burse_use`.`Balance`,xihucms_user.UserName,xihucms_user.TrueName,xihucms_manager.UserName as ManagerName from `xihucms_burse_use` left join xihucms_user on (`xihucms_user`.`ID`=`xihucms_burse_use`.`UserID`) left join xihucms_manager on (`xihucms_manager`.`ID`=`xihucms_burse_use`.`ManagerID`) where 1 = 1 and Kind = 1 order by ID DESC,SendTime DESC limit 0, 20 20 0 0.0018 
Query select `ID`,`KindID`,`UserName`,`Passwd`,`OperatPwd`,`Question`,`Answer`,`TrueName`,`TjPerson`,`Phone`,`Email`,`QQ`,`WW`,`RegTime`,`RegIp`,`Balance`,`Expend`,`PointNum`,`Auditing`,`Disabled`,`Sex`,`PayMode`,`WebSite`,`PayAccount`,`Quantity`,`LastTime`,`LastIP`,`LoginNum` from `xihucms_user` where xihucms_user.ID = '6' limit 0, 1 1 0 0.0050 
Query select `ID`,`UserKind`,`PointPrice`,`Picture`,`Picture1`,`UpMoney`,`InPointNum`,`Info` from `xihucms_user_kind` where xihucms_user_kind.ID = '1' limit 0, 1 1 0 0.0010 
Query select `ID`,`KindID`,`UserName`,`Passwd`,`OperatPwd`,`Question`,`Answer`,`TrueName`,`TjPerson`,`Phone`,`Email`,`QQ`,`WW`,`RegTime`,`RegIp`,`Balance`,`Expend`,`PointNum`,`Auditing`,`Disabled`,`Sex`,`PayMode`,`WebSite`,`PayAccount`,`Quantity`,`LastTime`,`LastIP`,`LoginNum` from `xihucms_user` where xihucms_user.ID = '3' limit 0, 1 1 0 0.0009 
Query select `ID`,`UserKind`,`PointPrice`,`Picture`,`Picture1`,`UpMoney`,`InPointNum`,`Info` from `xihucms_user_kind` where xihucms_user_kind.ID = '1' limit 0, 1 1 0 0.0006 
Query select `ID`,`KindID`,`UserName`,`Passwd`,`OperatPwd`,`Question`,`Answer`,`TrueName`,`TjPerson`,`Phone`,`Email`,`QQ`,`WW`,`RegTime`,`RegIp`,`Balance`,`Expend`,`PointNum`,`Auditing`,`Disabled`,`Sex`,`PayMode`,`WebSite`,`PayAccount`,`Quantity`,`LastTime`,`LastIP`,`LoginNum` from `xihucms_user` where xihucms_user.ID = '1' limit 0, 1 1 0 0.0009 

解决方案 »

  1.   

    是不是記錄系統操作SQL的日誌呀
      

  2.   

    会不会  你用的框架问题.
    我以前学过一个框架:thinkPHP
    他有专门一个配置调试设置的, 操作数据库信息都会出来的.
      

  3.   

    是  thinkPHP  的?
      

  4.   

    我也不知道 是别人给我的。我正在改。怎么知道是thinkphp?
      

  5.   

    如果是  thinkPHP 的,里面应该就有  thinkPHP的核心包.
    例如:
    文件夹名:
    common
    lang
    lib
    PlugIns
    Tools
    Tpl
    等.
    有1年多没接触了,有点忘了
    看看有没有
      

  6.   

    你这边的代码文件结构是不是:
    cache
    common
    conf
    data
    lang
    lib
    logs
    temp
    tpl
    ????
      

  7.   

    lib
    lib_n
    logic
    util
    cache
      

  8.   

    如果世thinkphp的话 是在哪里改呢?
      

  9.   

    你找找看 有没有    文件 包含    config  字符的
    找找看看
      

  10.   

    看看里面是否设置了profiler bench 之类的东西.