LoadRunner测试结果具体分析: 一.错误提示分析 分析实例: 1.Error: Failed to connect to server “172.17.7.230″: [10060] Connection Error: timed out Error: Server “172.17.7.230″ has shut down the connection prematurely 分析: A.应用服务死掉. (小用户时:程序上的问题.程序上处理数据库的问题,实际测试中多半是服务器链…
在创建好模型以后,访问说没有该方法,如图 看代码 class ManagerModel { //put your code here function checkDenglu($name,$pwd){ $info=$this->getByMg_name($name); show($info); } } 看代码少了继承,这种小错误,不容易发现,正确的应该为 class ManagerModel extends Model{ //put your code here function checkDe…