会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
清风博客
首页
新随笔
联系
管理
2025年7月4日
python3.12 源码静态编译解决AttributeError: module 'sys' has no attribute 'winver'
摘要: 由于静态编译,python无法从dll获取版本号,导致报错: AttributeError: module 'sys' has no attribute 'winver' cpython-3.12.11\Python\sysmodule.c 错误导致处 #ifdef MS_COREDLL SET_S
阅读全文
posted @ 2025-07-04 00:35 CrossBug
阅读(19)
评论(1)
推荐(0)
2021年4月10日
随便存一下
摘要: # -*- encoding=utf8 -*- __author__ = "GAME" from airtest.utils.logger import get_logger import logging logger=get_logger("airtest") logger.setLevel(lo
阅读全文
posted @ 2021-04-10 21:06 CrossBug
阅读(124)
评论(0)
推荐(1)
不想跟上时间的步伐
摘要: 这一刻 我不知道我身处何处 我只知道我正与主流脱轨 那又如何 那又如何
阅读全文
posted @ 2021-04-10 20:58 CrossBug
阅读(42)
评论(0)
推荐(0)
2021年4月2日
pytesseract 修改源码后也报错f"{tesseract_cmd} is not installed or it's not in your PATH."解决方法
摘要: 因为pytesseract 0.3.7不在支持python2和python3.5,所以需要下载旧版本0.3.6 https://pythonrepo.com/repo/madmaze-pytesseract-python-deep-learning#releases
阅读全文
posted @ 2021-04-02 11:59 CrossBug
阅读(795)
评论(0)
推荐(0)
2020年12月16日
解决Can't open /usr/lib/grub/update-grub_lib
摘要: 运行命令 cat <<\EOF | sudo tee /usr/lib/grub/update-grub_lib prefix="/usr" exec_prefix="$" datarootdir="$/share" . "$/grub/grub-mkconfig_lib" grub_warn "u
阅读全文
posted @ 2020-12-16 20:20 CrossBug
阅读(200)
评论(0)
推荐(0)
2020年7月1日
活了
摘要: 活了
阅读全文
posted @ 2020-07-01 13:22 CrossBug
阅读(396)
评论(1)
推荐(0)
2019年11月13日
世界无我
摘要: 世界无我
阅读全文
posted @ 2019-11-13 22:45 CrossBug
阅读(146)
评论(0)
推荐(0)
2019年1月2日
markdown_test
摘要:  ```python import json print "Hello World" ```
阅读全文
posted @ 2019-01-02 02:39 CrossBug
阅读(157)
评论(0)
推荐(0)
2018年8月3日
关于mimikatz在webshell运行
摘要: 直接运行mimikatz.exe虽然可以激活进程,但看不到交互界面,姿势: 1、nc反弹,本地nc监听,然后上传nc到web服务器并执行反弹命令 2、直接执行mimikatz.exe "privilege::debug" "sekurlsa::logonpasswords" "exit"> pass
阅读全文
posted @ 2018-08-03 16:01 CrossBug
阅读(945)
评论(0)
推荐(0)
2018年7月29日
可用性自动化V4
该文被密码保护。
阅读全文
posted @ 2018-07-29 23:39 CrossBug
阅读(2)
评论(0)
推荐(0)
下一页
公告