07 2016 档案

摘要:Internal Server Error 表示服务器验证出错 <?php$classmap = array();//注意和实例一的不同$soap = new SoapServer(null, array('uri' => "http://localhost", "classmap" => $cla 阅读全文
posted @ 2016-07-30 22:10 bobo-bobo 阅读(243) 评论(0) 推荐(0)
摘要:三个等号代表比较对象的类型也要一致。两个等号表示只要值相等就满足条件。 Class 'SoapClient' not found extension=php_soap.dll function authenticate() { header('WWW-Authenticate: Basic real 阅读全文
posted @ 2016-07-28 08:18 bobo-bobo 阅读(142) 评论(0) 推荐(0)
摘要:Name:PHP_FCGI_MAX_REQUESTS Value:10000 阅读全文
posted @ 2016-07-26 17:30 bobo-bobo 阅读(114) 评论(0) 推荐(0)
摘要:BASEPATH网站根目录 阅读全文
posted @ 2016-07-26 09:10 bobo-bobo 阅读(213) 评论(0) 推荐(0)
摘要:connect('localhost','root','admin','test'); if(mysqli_connect_error()){ exit('数据库连接错误,错误信息是.'.mysqli_connect_error()); } $mysqli->set_charset("UTF8");//设置数据库编码 //首先你必须关闭自动提交数据 $mysqli->autocommit... 阅读全文
posted @ 2016-07-14 11:57 bobo-bobo 阅读(754) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/androidshouce/p/5665621.html 阅读全文
posted @ 2016-07-13 09:42 bobo-bobo 阅读(328) 评论(0) 推荐(0)