1.数据库 1.登陆数据库 使用windows+r健,然后输入cmd,进入命令框,连接用户,sqlplus+用户名/密码 把会话环境改成中文模式: alter session set nls_language='simplified chinese'; 把会话环境改成英文模式: alter sess ...
分类:
数据库 时间:
2020-11-30 15:52:50
阅读次数:
8
Dubbo接口泛化调用▼关注测试君|会上瘾涉及jar包:<dependency><groupId>com.alibaba</groupId><artifactId>dubbo</artifactId><version>2.8.4</version></dependency><dependency&
分类:
其他好文 时间:
2020-11-30 15:17:06
阅读次数:
7
[oracle@wallet01 ~]$ cat /home/oracle/script/full_backup.sh #!/bin/bash if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi export SH_HOME=/home/orac ...
分类:
数据库 时间:
2020-11-26 15:19:56
阅读次数:
23
select * from v$sql select row_number() over (order by a.username, a.client_info, a.terminal) as id , a.username, a.sid, a.serial# as serial_id, a.cli ...
分类:
数据库 时间:
2020-11-26 14:51:52
阅读次数:
9
1、把主键定义为自动增长标识符类型 MySql 在mysql中,如果把表的主键设为auto_increment类型,数据库就会自动为主键赋值。例如: create table customers(id int auto_increment primary key not null, name var ...
分类:
数据库 时间:
2020-11-26 14:09:06
阅读次数:
11
Oracle Data Guard 报错 ORA-16057: Data Guard 配置中没有服务器
分类:
数据库 时间:
2020-11-25 12:59:34
阅读次数:
14
创建: 2020/11/21 完成: 2020/11/21, 注: 省略ArrayList java.util.* TODO: 补充ArrayList https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html 简介 动态数组 ...
分类:
编程语言 时间:
2020-11-25 12:45:46
阅读次数:
9
#include<bits/stdc++.h> #define ll long long #define N 100015 #define rep(i,a,n) for (int i=a;i<=n;i++) #define per(i,a,n) for (int i=n;i>=a;i--) #def ...
分类:
其他好文 时间:
2020-11-25 12:45:31
阅读次数:
4
分析一波,发现是棵树。 我们先假设是一颗外向树, 考虑$u$是以它为根的子树最先抽出来的, 设子树$W$和为$S_u$,全局$W$和为$S$。 有$p=\frac\sum_{i\ge0}(\frac)^i=\frac$ 那么我们设$f[u][S_u]$,转移就是背包一样转移。 现在我们有一些向根的边 ...
分类:
其他好文 时间:
2020-11-25 12:13:09
阅读次数:
3
[root@wallet01 ~]# su - grid [grid@wallet01 ~]$ crsctl check cluster -all ************************************************************** wallet01: CRS ...
分类:
数据库 时间:
2020-11-24 12:43:06
阅读次数:
10