一.JDBC 连接Oracle 说明 JDBC 的应用连接Oracle 遇到问题,错误如下: ORA-12505,TNS:listener does not currently know of SID given in connect descriptor TheConnection descriptor used by the client was. 我在DB 层面配置了静态注册,并且GLOBAL_DBNAME和SID_NAME 不一样,以往的配置都是一样的,所以没有发现这个问题. (SID_…
咔咔咔-听好 PhpStorm的默认端口是63342,但是在浏览器会提示502错误. 同时Phpstorm右下角会报错:Please ensure that configured PHP Interpreter built as CGI program (--enable-fastcgi was specified) 操作系统:Ubuntu18.04LTS PhpStorm版本:2019.1.3 解决方案:进入终端模式,执行“sudo apt install php-cgi”(注意:旧版本的Ub…