help
-
python渗透测试之argparse的使用
一、前言 最近研究了python渗透测试,在做渗透测试时不可少的一个模块就是argparse(python3)/optparse(python2);发现大家所提供的一些关于渗透…
-
python argsparse
python 运行时参数设置 import argparse # Press the green button in the gutter to run the script. i…
-
PowerShell教程 – 入门命令(Basic Comlet)
更新记录转载请注明出处。2022年8月20日 发布。2022年8月15日 从笔记迁移到博客。 入门命令(Basic Comlet) 帮助信息 命令的帮助说明信息的组成结构 name…
-
DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be foun
DPI-1047: Cannot locate a 64-bit Oracle Client library: “The specified module could …
-
python查看内置变量和函数的方法
利用python中的语句输出python中的所有内置函数及内置常量名: >>> dir(__builtins__) [‘ArithmeticError’, ‘As…
-
mysql 修改密码,版本不一样 多多次尝试
Your MySQL connection id is 1 Server version: 5.6.50-log Source distribution Copyright (c)…
-
LG6144 [USACO20FEB]Help Yourself P【DP,组合数,线段树】
传送门 思路 考虑 DP,设 /(f_{i,j,k}/) 表示前 /(i/) 条线段,连通块最右端的点为 /(j/) 的所有子集的连通块个数的 /(k/) 次方之和。初值 /(f_…
-
linux man 中文手册安装
Linux Man (手册) linux man 中文手册安装 步骤 下载源程序 解压文件并进入该目录 unzip master.zip ;cd master 安装支持程序 sud…
-
Linux-第一章
软件: 主分区:1-4标识逻辑分区:5-6标识有逻辑分区必定有扩展分区。 screen //会话 。他的使用场景。可以远程同时互相同步操作,相当于远程桌面。比如开了两个会话,互相通…
-
X shell 界面中那些混蛋的英文
To escape to local shell, press ctrl+alt+].要转到本地shell,按ctrl+alt+]。 The remote SSH server r…