python 批量检测泛微云桥任意文件读取漏洞 1.fofa收集目标 fofa搜集目标脚本,使用时替换cookie,生成ip.txt #!/usr/bin/env python #-*- coding:utf-8 _*- import requests from lxml import etree ...
分类:
编程语言 时间:
2021-03-18 14:26:43
阅读次数:
0
报错 但是其实javax.servlet存在,且能正常运行,但是提示这个信息也特别让人难受。 解决方法 在pom.xml文件中添加 <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId ...
分类:
编程语言 时间:
2021-03-17 14:29:58
阅读次数:
0
# -*- coding: utf-8 -*- # from pdfminer.pdfparser import PDFParser # from pdfminer.pdfdocument import PDFDocument # from pdfminer.pdfpage import PDFPa ...
分类:
编程语言 时间:
2021-03-16 13:22:54
阅读次数:
0
generator代码快速生成 快速生成实体类与dao层以及mapper 帮助文档:https://www.cnblogs.com/dangzhenjiuhao/p/6679311.html 在pom中导入插件 <plugin> <!--Mybatis-generator插件,用于自动生成Mappe ...
分类:
其他好文 时间:
2021-03-15 11:20:24
阅读次数:
0
# coding=utf-8import osn = 0for root, dir, files in os.walk('.'): for name in files: if ("final" not in name): n+=1 print(n,name) os.remove(os.path.jo ...
分类:
其他好文 时间:
2021-03-15 11:04:56
阅读次数:
0
python\小脚本\地址经纬度解析.py # -*- coding: utf-8 -*- """ Created on Thu Nov 24 10:10:13 2016 @author: Acer """ # -*- coding: utf-8 -*- #import sys, urllib, u ...
分类:
其他好文 时间:
2021-03-15 11:02:26
阅读次数:
0
python\小脚本\selenium_base_file.py # -*- coding: utf-8 -*- """ Created on Wed Feb 28 19:40:07 2018 @author: zhoujunqing """ # -*- coding: utf-8 -*- """ ...
分类:
其他好文 时间:
2021-03-15 11:02:11
阅读次数:
0
High Efficiency Video Coding (HEVC) [1,2] is a next generation video coding standard which has the potential to improve delivery of High Definition an ...
分类:
其他好文 时间:
2021-03-15 10:33:29
阅读次数:
0
Coding Practice | 编程实践 基础篇 Clean Code 《代码整洁之道》Pragmatic Unit Testing 《单元测试之道》The Productive Programmer 《卓有成效的程序员》Test-Driven Development By Example 《测 ...
分类:
其他好文 时间:
2021-03-09 13:46:28
阅读次数:
0
在很多时候,如果我们在控制台中使用 Python, 随着时间的推移,可能会发现屏幕越来越乱。 如下图,我们跑了不少的测试程序,在屏幕上有很多的输出。 在 Windows 中,我们会使用 cls 命令清屏。 在 Python,应该怎么样才能清屏呢? 解决 其实 Python 并没有清屏幕的命令,也没有 ...
分类:
编程语言 时间:
2021-03-09 13:42:06
阅读次数:
0