[解决方法] SQL> connect sys/hope as sysdba 已连接. SQL> shutdown normal ORA-01109: 数据库未打开 已经卸载数据库. ORACLE 例程已经关闭. SQL> start mount SP2-0310: 无法打开文件 "mount.sql" SQL> startup mount ORACLE 例程已经启动. Total System Global Area 612368384 by…
前言: 今天接手了同事之前做的一个小项目,里面涉及到了 FastDFS 的使用.但是当我在本地运行项目的时候,却报了 Could not autowire No beans of 'FastDFS Client' type found 相关的错误. 接下来就详细描述一下 FastDFS 报错的解决方法. 一.问题描述 启动 Application 类报错: required a bean of type 'org.springframework.fasfdfs.server.FastDFSCli…