介绍 dns域名信息收集工具 帮助文件 root@kali:~# dnsenum --help dnsenum VERSION:1.2.6 Usage: dnsenum [Options] <domain> [Options]: Note: If no -f tag supplied will de ...
分类:
编程语言 时间:
2020-05-09 16:50:04
阅读次数:
92
参考: https://serialport.io/docs/guide usage https://blog.csdn.net/chen_soldier/article/details/86848318 https://www.jianshu.com/p/65e2afa199f9 https:// ...
分类:
其他好文 时间:
2020-05-07 10:41:58
阅读次数:
112
1.6 Component Usage(Select Options) 本实例如何使用Component组件SELECT_OPTIONS。在实际应用都是多个Web Dynpro Component组成的。可以直接在之前基础上操作,也可以新建一个项目。 1.Web Dynpro Component:Z ...
分类:
其他好文 时间:
2020-05-06 19:48:37
阅读次数:
91
1.8.OVS Help in WDA OVS(Object Value Selector)对象值选择器,通过Component Usage使用。对应Web Dynpro Component:WDR_OVS。 1.创建Web Dynpro Component。 Component Usage:WDR ...
分类:
其他好文 时间:
2020-05-06 19:29:00
阅读次数:
66
oracle 巡检脚本(自动化) 断崖修竹 2017-03-03 15:24:40 2884 收藏 2 展开 vi /home/oracle/scripts/check/Report_oracle_inspection.sql set heading off select '一、数据库的基本情况' ...
分类:
数据库 时间:
2020-05-05 00:56:21
阅读次数:
95
可通过go help获取go命令,如下记录一些易忽略的go命令用法。 Go is a tool for managing Go source code. Usage: go <command> [arguments] The commands are: bug start a bug report ...
分类:
其他好文 时间:
2020-05-03 10:55:29
阅读次数:
60
在入口文件index.php设置 error_reporting(E_ALL); ini_set('display_errors', 'On'); ...
分类:
其他好文 时间:
2020-05-02 10:13:38
阅读次数:
63
简介: filecmp是python内置的一个模块,用于比较文件及文件夹的内容,它是一个轻量级的工具,使用非常简单 两个主要的方法: filecmp.cmp(f1, f2[, shallow]) 比较两个文件的内容是否匹配。参数f1, f2指定要比较的文件的路径。可选参数shallow指定比较文件时 ...
分类:
编程语言 时间:
2020-04-30 15:40:20
阅读次数:
74
find : find命令详解 find 解释:find search for files in a directory hierarchy 用法:Usage: find [ H] [ L] [ P] [ Olevel] [ D help|tree|search|stat|rates|opt|exe ...
分类:
其他好文 时间:
2020-04-30 13:24:30
阅读次数:
247
命令格式:docker run [OPTIONS] IMAGE [COMMAND] [ARG...] Usage: Run a command in a new container 中文意思为:通过run命令创建一个新的容器(container) 常用选项说明 -d, --detach=false, ...
分类:
其他好文 时间:
2020-04-30 12:03:44
阅读次数:
68