解决办法定位原因-- 以sysdba身份登陆PL/SQL sqlplus / as sysdba;-- 查看当前连接进程数SQL>select count(*) from v$process;-- 查看连接数上限SQL>select value from v$parameter where name ...
分类:
数据库 时间:
2019-04-24 19:23:28
阅读次数:
180
一、关于Vscode 1.1 VsCode是个啥 Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, ...
分类:
其他好文 时间:
2019-04-23 09:19:30
阅读次数:
691
https://issues.apache.org/jira/browse/AMBARI-12556 Provide ability to apply single patches on top of RU release Export Provide ability to apply single ...
分类:
移动开发 时间:
2019-04-22 21:14:40
阅读次数:
192
/** * Json对象操作,增删改查 * * @author lellansin * @blog www.lellansin.com * @version 0.1 * * 解决一些常见的问题 * get/set 解决获取和设置时,无节点中断的问题 * create 可以创建多级节点,若存在则覆盖新... ...
分类:
编程语言 时间:
2019-04-22 18:05:05
阅读次数:
299
# -*- coding: utf-8 -*- """ Tencent is pleased to support the open source community by making 蓝鲸智云(BlueKing) available. Copyright (C) 2017 THL A29 Lim... ...
分类:
其他好文 时间:
2019-04-22 15:16:52
阅读次数:
147
springboot操作mongodb 采用MongoRepository操作mongodb springboot版本2.1.2.RELEASE 注意的是:在运行应用程序时,会报错OSS Algorithm HmacSHA1 not available异常 将eclipse的jre环境重新设置为jr ...
分类:
数据库 时间:
2019-04-21 20:00:26
阅读次数:
136
1.打开Run -> Edit Configurations -> 自己添加的TOMCAT server的配置Startup/Connection; 2.在Run/Debug模式下,分别将Environment Variables 的Pass environment variables的勾去掉。JA ...
分类:
其他好文 时间:
2019-04-21 14:31:43
阅读次数:
163
1:主要语言目录: \matomo\lang 插件语言目录: matomo\plugins\...\lang 2:添加步骤 1:找到未被翻译的内容 2:进入《语言翻译》 注:语言翻译使用打开《开发者模式》 3:如果当前有key ,但是并没有翻译 1:首先查看key的前缀,判断它是项目语言还是插件语言 ...
分类:
其他好文 时间:
2019-04-20 19:33:14
阅读次数:
191
1.Cannot find current proxy: Set 'exposeProxy' property on Advised to 'true' to make it available. 解决方法:在配置文件中添加 pom.xml中添加aop相关jar包 ...
分类:
编程语言 时间:
2019-04-16 14:42:02
阅读次数:
204