随笔分类 - 知识点总结
知识汇总清单。
系统、简洁。
摘要:一、fossology项目 https://github.com/fossology/fossology FOSSology是惠普推出的一套开源软件分析工具,通过分析源代码,产生源代码使用的许可证报告。 现有的模块包括许可证分析,元数据提取,版权/URL/电子邮件扫描工具,RPM和Debian包分析
阅读全文
摘要:1、下载安装 官网上,安装在Ubuntu上 2、使用教程 https://blog.51cto.com/chenguang/1325742
阅读全文
摘要:安全知识体系 https://crifan.github.io/information_security_overview/website/appendix/reference.html ctf https://ctf-wiki.org/ 0、安全社区 (1)网站 1)漏洞银行:https://ww
阅读全文
摘要:phantomjs是一款软件,需要重新安装。 参考: https://blog.csdn.net/liyahui_3163/article/details/79064108 案例代码: 延伸: phantomjs出bug的解决方法:(截图找bug)
阅读全文
摘要:from selenium import webdriver import time from PIL import Image driver = webdriver.Chrome() driver.get('https://www.baidu.com/') time.sleep(3) # 演示一:全网页截图 # driver.save_screenshot('screenshot.pn...
阅读全文
摘要:需要做的工作 0、工程结构 1、代码: ①baidu_login.py 1 import re 2 import os 3 import sys 4 import time 5 import random 6 from selenium import webdriver 7 from PIL imp
阅读全文
摘要:安装使用 https://blog.csdn.net/kk185800961/article/details/78747595 避免的坑 http://www.mamicode.com/info-detail-1893993.html
阅读全文
摘要:func.py https://www.cnblogs.com/andy9468/p/10899508.html baidu_login.py中(如有验证码,需要手动输入) 登录百度升级版:应对安全验证 登录正常输出: 登录失败输出: 参考: selenium 带验证码的自动登录 https://b
阅读全文
摘要:func.py https://www.cnblogs.com/andy9468/p/10899508.html main.py中
阅读全文
摘要:import base64 import time def timestamp2datems(timestamp): ''' 时间戳转为日期字串,精确到ms。单位s :param timestamp:时间戳 :return:日期字串 ''' local_time = time.localtime(timestamp) # data_he...
阅读全文
摘要:谷歌浏览器selenium驱动下载镜像(国内镜像源) http://npm.taobao.org/mirrors/chromedriver/ 1、selenium基本使用 https://www.cnblogs.com/andy9468/p/8976930.html 2、url发生跳转的处理 htt
阅读全文
摘要:1、harbor是什么? docker容器是集装箱,harbor就是放集装箱的港湾。 docker工具下有:①自带镜像库房:image ②容器管理清单 :container ③docker仓库(公共仓库、私有仓库):registry harbor(又称docker-compose + install
阅读全文
摘要:harbor是什么? docker容器是集装箱,harbor就是放集装箱的港湾。 一、下载软件: github上选择对应版本下载 https://github.com/goharbor/harbor/releases 二、安装教程 https://www.cnblogs.com/guyeshanre
阅读全文
摘要:视图反推url,在动态url(转换器)反推中的应用 访问:http://127.0.0.1:5000/index 跳转:http://127.0.0.1:5000/send/15811111111 修改to_url后
阅读全文
摘要:flask中重定向所涉及的反推:由视图函数反推url 例如有视图index() 反推 url的/default 输出: 访问:http://127.0.0.1:5000/login 跳转:http://127.0.0.1:5000/default
阅读全文
摘要:输出: 同一个url设置不同的请求方式 输出:
阅读全文
摘要:查看flask中所有的路由信息(同时查看/设置允许的请求方式get、post) 输出: 如果要允许get方式访问post_only则, 输出:
阅读全文
摘要:http通讯过程 https://www.cnblogs.com/andy9468/p/10871079.html 1、flask开发环境 https://www.cnblogs.com/andy9468/p/10870496.html 2、简单的flask对象 https://www.cnblog
阅读全文
浙公网安备 33010602011771号