上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: explain plan for select '33101' org_no, nvl(count(*), 0) outNum from CPSS.k_id_staff_tqjl_v a where a.pda_status_code = '002' and a.gds_no in (SELECT 阅读全文
posted @ 2020-07-24 11:01 阿西吧li 阅读(340) 评论(0) 推荐(0) 编辑
摘要: JDBCTool jdbc数据库连接类 package com.tools; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLExcept 阅读全文
posted @ 2020-07-24 10:26 阿西吧li 阅读(446) 评论(0) 推荐(0) 编辑
摘要: [root@localhost mnt]# cat rename.py #!/usr/bin/python #coding=utf-8 import os from docx import Document path = "/mnt/" dir=os.listdir(path.decode("utf 阅读全文
posted @ 2020-07-14 17:36 阿西吧li 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 服务器信息: 操作系统:CentOS Linux release 7.7.1908 (Core) 主机名 ens33网卡信息 ha1 192.168.198.180/24 ha2 192.168.198.190/24 各节点安装HA软件: [root@ha1 yum.repos.d]# yum in 阅读全文
posted @ 2020-07-12 14:14 阿西吧li 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 环境配置(官方推荐): JDK(1.8以上,推荐1.8)Python(推荐Python2.6.X) 下载datax工具:http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz 解压后就能使用。 目录结构如下: [root@r 阅读全文
posted @ 2020-07-08 12:05 阿西吧li 阅读(1597) 评论(0) 推荐(0) 编辑
摘要: SQL Monitoring Report SQL Text SELECT TACTIC_DET_ID, CALC_ID, ORG_NO, CONS_ID, CONS_NO, ESTI_PQ, ESTI_AMT, YM, YMD, COLL_TIME, ESTI_DATE, ACT_AMT, BAS 阅读全文
posted @ 2020-07-06 16:31 阿西吧li 阅读(343) 评论(0) 推荐(0) 编辑
摘要: PURPOSE Purpose In some situations it may happen that your session is hanging and is waiting for a 'Library cache lock'. This document describes how t 阅读全文
posted @ 2020-07-03 09:06 阿西吧li 阅读(249) 评论(0) 推荐(0) 编辑
摘要: create table sales ( year number, sales number ); insert into sales values (2020,1000); insert into sales values (2021,2000); insert into sales values 阅读全文
posted @ 2020-07-02 09:50 阿西吧li 阅读(143) 评论(0) 推荐(0) 编辑
摘要: SELECT COUNT(1) cnt FROM( SELECT MAX(TT.ORG_NO) 服务区域, MAX(TT.MR_SECT_NO) , MAX(CBDMC) , MAX(CBYDM) , MAX(CBYXM) , TT.CONS_NO , MAX(HM) , MAX(DZ) , MAX 阅读全文
posted @ 2020-07-01 16:42 阿西吧li 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 官网推荐架构及节点角色要求: Rancher 的 DNS 应该被解析到四层负载均衡器上。 负载均衡器应该把 TCP/80 端口和 TCP/443 端口的流量转发到集群中全部的 3 个节点上。 Ingress Controller 将把 HTTP 重定向到 HTTPS,在 TCP/443 端口使用 S 阅读全文
posted @ 2020-06-27 11:19 阿西吧li 阅读(3641) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页