运行后过段时间报错, Warning: Error while sending STMT_PREPARE packet. PID=1776 in D:\phpStudy\WWW\api\mysql-master\src\Connection.php on line 1739 其内容在mysql类里面, /** * 关闭连接 */ public function closeConnection() {echo 88888; $this->pdo = null; } 加入打印8888后,打印错误为:…
在eclipse中创建maven webapp项目时报错: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories. 问题产生原因:是因为本地仓库中缺少了maven-archetype-webapp包,也可能这个包下载不完全,比如:只有pom文件,或只有jar包文件等 [包路径为:C:\Users\xxx…