会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
21
下一页
2025年8月19日
通过命令行打开UWP应用
摘要: 运行uwp应用 通过任务管理器定位到文件夹 打开文件夹内的AppxManifest.xml 找到Application Id 执行 explorer shell:AppsFolder\文件夹名称!应用的Application Id 示例: explorer shell:AppsFolder\Micr
阅读全文
posted @ 2025-08-19 12:03 twfb
阅读(17)
评论(0)
推荐(0)
2025年5月25日
ProcessPoolExecutor持续内存占用
摘要: 某些情况下, ProcessPoolExecutor中max_workers对应的数量为工人数量的最大值, 他们将持续占用内存,直至全部任务完成.
阅读全文
posted @ 2025-05-25 14:46 twfb
阅读(13)
评论(0)
推荐(0)
2025年5月12日
The signatures couldn't be verified because no keyring is specified
摘要: # apt-get update Get:1 http://mirrors.ustc.edu.cn/kali kali-rolling InRelease [41.5 kB] Err:1 http://mirrors.ustc.edu.cn/kali kali-rolling InRelease T
阅读全文
posted @ 2025-05-12 10:53 twfb
阅读(69)
评论(0)
推荐(0)
2025年3月13日
范式一二三
摘要: 数据库的基本概念 实体: 在数据库中往往是一个数据表。 属性: 在关系数据库中,属性可以看作是“表的一列”。 元组: 表中的一行就是一个元组。 分量: 即元组的某个属性值。在一个关系数据库中,属性是一个操作原子,即关系数据库在做任何操作的时候,属性是“不可分的”。否则就不是关系数据库了。 候选码和主
阅读全文
posted @ 2025-03-13 11:04 twfb
阅读(37)
评论(0)
推荐(0)
2025年2月9日
vhdx压缩
摘要: wsl --shutdown diskpart # open window Diskpart select vdisk file="C:\WSL-Distros\…\ext4.vhdx" attach vdisk readonly compact vdisk detach vdisk exit ht
阅读全文
posted @ 2025-02-09 22:57 twfb
阅读(32)
评论(0)
推荐(0)
2024年12月20日
远程桌面解决方案
摘要: 需要有公网IP的服务器 自建FRP服务器TCP: 丝滑且稳定 自建FRP服务器P2P + 向日葵: 丝滑且稳定 不需要有公网IP的服务器 Solopace.Gem:丝滑且稳定, 一台机器远程, 一台机器受控, 多台机器可以登录后删除再添加其他机器 向日葵: 稳定但卡, 推荐安装作为后盾, 可结合其他
阅读全文
posted @ 2024-12-20 10:56 twfb
阅读(69)
评论(0)
推荐(0)
2024年11月26日
纯Python 读取doc
摘要: pip install edoc >>> import edoc >>> edoc.extraxt_txt(file_path) 'It was a dark and stormy night.'
阅读全文
posted @ 2024-11-26 18:41 twfb
阅读(17)
评论(0)
推荐(0)
2024年11月7日
Python convert string to unicode number
摘要: message = "test" message = "".join(hex(ord(i))[2:].rjust(4, "0") for i in message)
阅读全文
posted @ 2024-11-07 00:14 twfb
阅读(12)
评论(0)
推荐(0)
2024年8月21日
HAOS Hyper-v 开箱即用版
摘要: 导入: 导入虚拟机,选择Debian文件夹 创建虚拟交换机(外部),打开设置更改网卡 启动 默认开启sshd 开机后直接访问http://IP:8123/ 通过百度网盘分享的文件:HAOS 链接:https://pan.baidu.com/s/1RLF9xbIe965ZuPsOjn4zNg?pwd=
阅读全文
posted @ 2024-08-21 10:30 twfb
阅读(106)
评论(0)
推荐(0)
2024年7月29日
frp p2p rdp 计算机无法连接到远程计算机上的另一个控制台会话原因是你正在运行一个控制台会话
摘要: 更换visitor rdp端口 powershell管理员模式 $portvalue = 13389 Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp'
阅读全文
posted @ 2024-07-29 10:05 twfb
阅读(637)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
21
下一页
公告