摘要: 1.新建wifi.txt 2.打开wifi.txt,写入 1 @echo off 2 choice /C 123 /M "设置wifi请输入1,开启wifi请输入2,关闭wifi请输入3 3 if errorlevel 3 goto off 4 if errorlevel 2 goto on 5 i 阅读全文
posted @ 2020-11-03 21:04 疾风泣影 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 1.打开hh.txt 2.添加下面内容 1 msgbox("明人不说暗话") 2 3 msgbox "sss11",64 4 5 msgbox "aaa22",64 6 7 msgbox "ddd33",64 8 9 msgbox "真的要退出么?", vbOKCancel, "hhe" 3.修改h 阅读全文
posted @ 2020-11-03 20:52 疾风泣影 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 1.流星雨代码 复制到文本中,修改文件后缀名html即可。 <!doctype html> <html> <head> <meta charset="gbk-2312" /> <title>流星雨</title> <meta name="keywords" content="关键词,关键字"> <m 阅读全文
posted @ 2020-11-03 20:44 疾风泣影 阅读(11813) 评论(0) 推荐(0) 编辑
摘要: 1.DM存储过程示例子,表的行数对比 1 --1. 全量 2 --select * from DM_VERI where c2 != c3; 3 --drop table DM_VERI; 4 --create table DM_VERI(c1 varchar(100) PRIMARY KEY, c 阅读全文
posted @ 2020-11-03 20:36 疾风泣影 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 1.ORA-DM数据迁移后,数据对象校验shell脚本。 1 #!/bin/bash 2 ### --note1: select OBJECT_TYPE,COUNT(*) from all_objects where OWNER='SYSDBA' GROUP BY OBJECT_TYPE; 3 ## 阅读全文
posted @ 2020-11-03 20:30 疾风泣影 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1.综合命令:nmon、top;topas(aix) d :磁盘相关 c:cpu相关 m:内存相关 2.磁盘 2.1 测试顺序写性能dd if=/dev/zero of=/cdr/test.data bs=4k count=100000 2.2 vmstat -S M 5 vmstat命令是用来查看 阅读全文
posted @ 2020-11-03 20:10 疾风泣影 阅读(234) 评论(0) 推荐(0) 编辑