在使用hibernate5 与 druid 时候,开发机器都不存在问题,而在测试的时候出现了ORA-01000: maximum open cursors exceeded 的错误. 在查询之后发现,不是因为 ava代码在执行conn.createStatement()和conn.prepareSt…
Leave a Comment月份:2017年3月
今天在迁移老项目的时候,发现git push 不上去. 错误信息如下: error: RPC failed; result=22, HTTP code = 413 fatal: The remote end hung up unexpectedly fatal: The remote end hun…
Leave a Comment使用tomcat开启https 需要使用keytool命令来生产一个证书。 详细命令如下: keytool -genkey -alias serverkey -keypass nosecret -keyalg RSA -sigalg SHA1withRSA -keystore server.keys…
Leave a Comment本地测试https的时候 出现了如下的错误: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provide…
Leave a Comment在centos file:///media/CentOS/repodata/repomd.xml: [Errno 5] OSError: [Errno 2] 没有那个文件或目录: ‘/media/CentOS/repodata/repomd.xml’ Trying other…
Leave a Comment