listener.ora设置特定的网络地址:0.0.0.0,127.0.0.1(localhost),nic_ip1, nic_ip2 ... listener.ora设置特定的网络端口:肯定不是1521了 sqlnet.ora设置基本的黑白名单检查:tcp.validnode_checking=y ...
分类:
数据库 时间:
2020-02-24 20:15:00
阅读次数:
92
conda 换源 conda config --remove-key channels 换源default源 (1)清华源(TUNA) conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/fre ...
分类:
Web程序 时间:
2020-02-24 16:51:12
阅读次数:
94
驱动程序代码 #pragma once #define IO_CONTROL_TRANSMIT_EVENT CTL_CODE(FILE_DEVICE_UNKNOWN,0x8080,METHOD_BUFFERED,FILE_ANY_ACCESS) typedef struct _DEVICE_EXTE ...
分类:
其他好文 时间:
2020-02-23 20:18:53
阅读次数:
87
Eclipse jee是Eclipse的JavaEE版本,官网服务器在国外,无条件下载的可以使用国内镜像点 清华大学网站镜像网站资料,可用于下载其它版本的Eclipsehttps://mirrors.tuna.tsinghua.edu.cn/eclipse/technology/epp/downlo ...
分类:
系统相关 时间:
2020-02-22 16:04:25
阅读次数:
342
1、简述lvs四种集群特点及使用场景 LVS集群有4种类型,分别是NAT、DR、TUN、FULLNAT 从工作方式来讲,NAT和FULLNAT都要修改请求报文的目标IP和目标端口(NAT)或源IP目标IP或源端口目标端口(FULLNAT),通常情况下,不建议修改源端口。这两种集群的特点是,请求报文和 ...
分类:
系统相关 时间:
2020-02-21 22:02:03
阅读次数:
76
1. 使用管理员启动命令行; 2. 安装虚拟环境 a) .\pip install virtualenv -i https://pypi.douban.com/simple/ b) .\pip install virtualenvwrapper-win -i https://pypi.douban. ...
分类:
编程语言 时间:
2020-02-21 12:38:42
阅读次数:
611
1.添加清华通道 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua ...
分类:
其他好文 时间:
2020-02-17 20:14:20
阅读次数:
2350
Last time, we talk about separate under one cluster backup into two diffetent AG backup. Does it works ? How is it ? Let we it this time: Unfortunatel ...
分类:
数据库 时间:
2020-02-16 17:56:16
阅读次数:
109
Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visit her, but ...
分类:
其他好文 时间:
2020-02-15 00:13:57
阅读次数:
103
一、数据库的创建 二、数据库的分离与附加 当需要把数据库从一个位置复制到另外的地点时,比如从学校的机房复制到寝室的个人电脑中,需要分离和附加数据库 1 --创建数据库 2 create database StudentDB_New 3 on primary 4 ( 5 name='StudentDB ...
分类:
数据库 时间:
2020-02-14 16:26:16
阅读次数:
118