红烧鱼
我还是喜欢吃我爸做的红烧鱼,清蒸没味Ψ( ̄∀ ̄)Ψ
Linux命令手册
命令手册,备份一下以备不时之需
Win10/11 网络断连,无网络原因及解决方法
win10 更新之后经常会出现已经连接wifi但提示无网络的情况,搜了下b站上有up主提供了方法,修改注册表即可修复
常见经典算法AND背包问题
记录一下常见的算法,以后忘记了就复习一下
安全规约第一讲
安全规约课程笔记,整理一下以备以后查询使用,如果有错误欢迎留言讨论
开机执行python脚本自动登录SNNU校园网
有时候电脑自动更新重启,开机后电脑连不上网,我远程连不上电脑,无限死锁o(╥﹏╥)o
win11启用wsl2
在win11上启用wsl2,让docker和vmware共存
v2ray搭建+Cloudflare Workers反向代理
通过cloudflare workers加速v2ray
travis-ci在Node.js v14.0下自动构建hexo报错
参考https://vensing.com/a-bug-in-nodejs-v14/
报错情况123456789101112131415161718192021222324251.27s$ hexo clean(node:5971) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency(Use `node --trace-warnings ...` to show where the warning was created)(node:5971) Warning: Accessing non-existent property 'column' of module exports inside circular dependency(node:5971) Warning: Accessing non-existent property 'filename' of module expor ...
windows XP安装pyqt5和pyinstaller的坑
xp支持的python和qt版本
Windows xp 不能运行python3.5及以上版本python。
Windows xp 不能运行qt5.7及以上版本qt。
Pyqt5官方预编译二进制文件不能在xp上运行。
Windows xp 能运行的最高版本的python版本为:python3.4和python2.7
Windows xp 上能运行的最高版本的qt为qt5.6.3
准备安装包
windows xp镜像(itellyou.cn)要下载vl版本的
Python 3.4.4 (官网下载安装程序)
pip (官网下载get-pip.py文件安装)
PyQt 5.5.1
pywin32 220 (221和最新的222没有尝试)
PyInstaller 3.2.1 (pip install pyinstaller==3.2.1)
pySrial 3.0.1 (pip install pyserial==3.0.1)
eric6 :可以安装17.03.1,Eric6的主程序文件是 $python安装文件夹$\Lib\site-packages\eric6\eric6.pyw
...













