Logging to syslog from Your Script Problem You’d like your script to be able to log to syslog. Solution Use logger, Netcat, or bash’s built-in network ...
分类:
其他好文 时间:
2020-12-15 12:59:05
阅读次数:
9
https://github.com/BjdsecCA/BJDCTF2020 打开后发现有Flag和Hint两个页面,查看Flag页面,提示"Your IP is : xxxxxx" 添加Header: X-Forwarded_For: 127.0.0.1,返回"Your IP is : 127.0 ...
分类:
其他好文 时间:
2020-12-15 12:36:09
阅读次数:
3
在使用Python做自动化时候遇到登录需要识别验证码问题,此时采用pytesseract模块,遇到异常: pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your PA ...
分类:
编程语言 时间:
2020-12-15 12:04:32
阅读次数:
5
mysql初始化密码常见报错问题 1,mysql5.6是密码为空直接进入数据库的,但是mysql5.7就需要初始密码 cat /var/log/mysqld.log | grep password 2,然后执行 mysql -uroot -p ,输入上面的到的密码进入,用该密码登录后,必须马上修改新 ...
分类:
数据库 时间:
2020-12-07 12:09:24
阅读次数:
7
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements ...
分类:
其他好文 时间:
2020-12-03 12:09:41
阅读次数:
6
使用ABP框架进行First Code时,出现错误如下: Your startup project 'HF.Template.Migrator' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is requi ...
分类:
其他好文 时间:
2020-12-02 12:00:53
阅读次数:
5
class MagicDictionary(object): def __init__(self): """ Initialize your data structure here. """ self.mydict = {} def buildDict(self, dictionary): """ ...
分类:
其他好文 时间:
2020-11-26 15:16:42
阅读次数:
9
# Create your views here.import jsonfrom django.shortcuts import renderfrom django.shortcuts import renderfrom django.http import HttpResponse, HttpRe ...
分类:
其他好文 时间:
2020-11-26 14:35:15
阅读次数:
6
Github使用记录 配置Git $ ssh-keygen -t rsa -C "your_email@youremail.com" 改为自己的name和地址,继续回车,默认路径和密码,继续回车,生成.ssh,打开id_rsa.pub,复制key到github的setting中。 $ ssh -T ...
分类:
其他好文 时间:
2020-11-25 12:05:08
阅读次数:
7
Django支付宝(沙箱)后端接口 点击查看初始化沙箱配置(https://blog.csdn.net/weixin_45954124/article/details/109583431) 创建app 仅供参考 你需要自己创建相应的表(model) app\model # Create your m ...
分类:
其他好文 时间:
2020-11-24 13:02:37
阅读次数:
18