会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
myrj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
119
120
121
122
123
124
125
126
127
···
189
下一页
2021年12月4日
python 小技巧
摘要: small=[chr(i) for i in range(97,123)]#小写字母 small=[chr(i) for i in range(65,91)]#大写字母 import time tt=time.time() tta=int(tt) print(tta) localTime = tim
阅读全文
posted @ 2021-12-04 06:18 myrj
阅读(70)
评论(0)
推荐(0)
2021年12月1日
普法考试 charles
摘要: 打开CHARLES,打开PROXY SETTINGS:选择enable transparent HTTP proxyinghelp--ssl 安装证书,微信电脑版登录微信
阅读全文
posted @ 2021-12-01 17:00 myrj
阅读(64)
评论(0)
推荐(0)
2021年11月25日
pyinstaller.exe使用
摘要: 如何防止被反编译? 打包时候加上密码,让pyc变为pyd,命令如下: pyinstaller -F --key 123 xxx.py --key后面跟的是你的密码
阅读全文
posted @ 2021-11-25 09:48 myrj
阅读(131)
评论(0)
推荐(0)
rpc服务器不可用 解决方案
摘要: 运行:services.msc 找到:Remote Procedure Call (RPC) Locator 启动,即可
阅读全文
posted @ 2021-11-25 08:29 myrj
阅读(149)
评论(0)
推荐(0)
PFKS
摘要: cookie="ASP.NET_SessionId=mn1m5e5knylstpwqus2s0k02"url="http://21pufa.zm-info.cn/"import requests,sys url = "http://www.renren.com/967272361/profile"u
阅读全文
posted @ 2021-11-25 07:50 myrj
阅读(113)
评论(0)
推荐(0)
记忆
摘要: 刷刷题lite http://21pufa.zm-info.cn/LoginPage.aspx?user=13505347780
阅读全文
posted @ 2021-11-25 06:52 myrj
阅读(32)
评论(0)
推荐(0)
win10安装软件提示现在更新设备
摘要: 选择 复选框解除锁定 如果上述方法失效,按下面的操作即可win10设置:控制面板--安全与更新--针对开发人员--开发人员模式 搜索 复制
阅读全文
posted @ 2021-11-25 06:48 myrj
阅读(2568)
评论(0)
推荐(0)
2021年11月24日
手机浏览器分析工具
摘要:
阅读全文
posted @ 2021-11-24 05:59 myrj
阅读(70)
评论(0)
推荐(0)
2021年11月23日
python检测代理
摘要: import re,pymysql,requests,sys,json,time import telnetlib connect = pymysql.connect(user = 'm', password = 'M', db = 'xi', host = 'r', port = 3306, ch
阅读全文
posted @ 2021-11-23 14:45 myrj
阅读(225)
评论(0)
推荐(0)
2021年11月22日
破解wifi
摘要: 1.用CDLINUX抓包:*.cap 2转包文件:将cap文件转换并下载989_1637563967.hc22000 3.下载hashcat:https://hashcat.net/ 4.命令:hashcat -m 22000 989_1637563967.hc22000 wang.txt hash
阅读全文
posted @ 2021-11-22 14:45 myrj
阅读(3361)
评论(0)
推荐(0)
上一页
1
···
119
120
121
122
123
124
125
126
127
···
189
下一页
公告