摘要:
运行后过段时间报错, Warning: Error while sending STMT_PREPARE packet. PID=1776 in D:\phpStudy\WWW\api\mysql-master\src\Connection.php on line 1739 其内容在mysql类里面 阅读全文
posted @ 2018-04-13 16:55
御世制人
阅读(2408)
评论(1)
推荐(0)
摘要:
<?phpheader("Content-type: text/html; charset=utf-8"); try{$aaa = 0;if ($aaa == 9) {echo 9999;} else {throw new Exception('file is not exists');}} cat 阅读全文
posted @ 2018-04-13 12:19
御世制人
阅读(178)
评论(0)
推荐(0)