会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ZRH's blog
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2021年4月30日
常见问题
摘要: pyautogui 模拟鼠标键盘 win32gui 句柄等等 win32api 句柄等等 PIL 图片处理 pip install 报错: 尝试用powershell(管理员)下载 使用coderunner前先按ctrl+s保存 pyautogui程序无效:使用powershell(管理员)打开程序
阅读全文
posted @ 2021-04-30 22:16 __ZRH
阅读(107)
评论(0)
推荐(0)
2020年8月9日
office安装
摘要: office tool plus
阅读全文
posted @ 2020-08-09 02:58 __ZRH
阅读(156)
评论(0)
推荐(0)
2020年8月7日
FHQtreap笔记
摘要: 参考https://msd.misuland.com/pd/4425384081022256588 侵删。 变量 struct node { int ls, //左儿子下标 rs, //右儿子下标 r, //随机权值 v, //权值 size; //树的大小 } tree[maxn]; int to
阅读全文
posted @ 2020-08-07 13:51 __ZRH
阅读(184)
评论(0)
推荐(0)
2020年8月6日
二分图最大匹配模板
摘要: P3386 【模板】二分图最大匹配 #include<cstdio> #include<iostream> #include<vector> #include<cstring> #include<algorithm> using namespace std; const int maxn = 505
阅读全文
posted @ 2020-08-06 14:23 __ZRH
阅读(163)
评论(0)
推荐(0)
2020年3月4日
ubuntu
摘要: 打开windows的盘符 cd /mnt/e
阅读全文
posted @ 2020-03-04 12:25 __ZRH
阅读(160)
评论(0)
推荐(0)
2020年2月21日
OI学习笔记
摘要: 组合数递归求法: $C_n^k = C_{n-1}^k + C_{n-1}^{k-1}$ 卡特兰数: $Cat_n = Cat_0Cat_{n-1}+Cat_1Cat_{n-2}+...+Cat_{n-2}Cat_1+Cat_{n-1}Cat_0 =\frac{1}{n+1}C_{2n}^n$ 手动
阅读全文
posted @ 2020-02-21 20:41 __ZRH
阅读(246)
评论(0)
推荐(0)
2020年1月31日
win10睡眠失效,win10睡眠变成关显示屏
摘要: 注册表修改HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power\AwayModeEnabled 的值为 0
阅读全文
posted @ 2020-01-31 17:36 __ZRH
阅读(311)
评论(0)
推荐(0)
上一页
1
2
公告