摘要:
@echo off echo Delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration[version and language] for /f %%i in ('"REG QUERY "HKEY_CURREN 阅读全文
摘要:
sql注入,没有对用户输入的字符串进行过滤,转义;'or 1=1# 数字型注入 SELECT * FROM table WHERE id=1' 加单引号 ' 返回错误 SELECT * FROM table WHERE id=1 and 1 = 1 and 1 = 1 返回正确 SELECT * F 阅读全文
摘要:
DeprecationWarning: the imp module is deprecated in favour of importlib 此问题原因为 python 3.4后 imp库废弃,采用importlib库,所以更改我们的编译器pycharm的源码文件即可 在该目录下C:\PyChar 阅读全文
摘要:
#codin=utf-8 from selenium import webdriver from selenium.webdriver.common.by import By import time, unittest class TEST1(unittest.TestCase): # 类方法(不需 阅读全文
摘要:
1、-bash: findstr: command not found 在path中追加:%SystemRoot%/system32;%SystemRoot%; 2、app无法启动,java.lang.SecurityException: Permission Denial: starting In 阅读全文