天电脑装了win10,需要重新装oracle,这边记录一下重装过程,避免下次浪费时间。 1、oracle下载 官方下地址:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html 注意Orac ...
分类:
数据库 时间:
2021-04-20 14:47:39
阅读次数:
0
unittest框架测试用例 TestCase类中定义的几个特殊方法如下: (1)setUp():每个测试方法运行前运行,测试前的初始化工作; (2)tearDown():每个测试方法结束后运行,测试后的清理工作; (3)setUpClass():所有测试方法运行前运行,单元测试前期准备,必须使用@ ...
分类:
其他好文 时间:
2021-04-20 14:41:03
阅读次数:
0
1.下载stack 官网下载即可 2.setup 修改~/.stack/config.ymal文件 配置如下: setup-info-locations: - "http://mirrors.tuna.tsinghua.edu.cn/stackage/stack-setup.yaml" urls: ...
分类:
其他好文 时间:
2021-04-20 14:11:05
阅读次数:
0
这里我们以禁止美国地址段为例,可以根据自己的需要将us.zone改为相应国家缩写 #/bin/bash wget -O /tmp/us.zone http://www.ipdeny.com/ipblocks/data/countries/us.zone for ip in `cat /tmp/us. ...
分类:
系统相关 时间:
2021-04-19 15:10:27
阅读次数:
0
unitest 易于管理,减少代码冗余量 ,易于维护 1.testCase 类:所有测试用例的继承的基本类 一个测试用例就是一个完整的测试流程 包括测试用例执行欠的环境准备 setup,实现测试过程的代码run 以及用例之后的环境还原 tearDown 一个测试用例就是一个完整的测试单元 通过运行这 ...
分类:
其他好文 时间:
2021-04-15 12:22:17
阅读次数:
0
Log File Sync …. It may not be your headache DBAs !!! My company got a new customer for our product and around 2-3 months ago all setup was formed for ...
分类:
数据库 时间:
2021-04-14 12:41:13
阅读次数:
0
iptables iptables 是用户空间的命令行工具,真正实现包过滤,转发,地址转化的 netfilter 模块 iptables 表链关系 表/链 prerouting input output forward postrouting raw √ √ √ mangle √ √ √ √ nat ...
分类:
其他好文 时间:
2021-04-10 13:26:02
阅读次数:
0
一、iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # ...
分类:
系统相关 时间:
2021-04-07 11:31:55
阅读次数:
0
部署prometheus监控端mkdir /opt/monitor/[root@zabbix ~]# tar -xf prometheus-2.25.0.linux-amd64.tar.gz -C /opt/monitor/[root@zabbix ~]# mv prometheus-2.25.0. ...
分类:
其他好文 时间:
2021-04-06 14:27:18
阅读次数:
0
前两天看了一个视频,介绍了 TIA Selection Tool做了选型之后,可以导入到TIA 中,避免重复组态,西门子打通了哥哥软件之间的关联。现学现用我也做了练习,现在把过程记录下来。 1.首先确认TIA里面安装了OPENNESS组件,没有安装的话,重新运行TIA的setup把这个组件勾选上,这 ...
分类:
其他好文 时间:
2021-04-05 12:46:32
阅读次数:
0