ZhangZhihui's Blog  
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 102 下一页

2025年1月4日

摘要: 1、关闭网络 2、按Shift+F10打开命令行窗口 3、输入'oobe\bypassnro',回车,电脑会自动重启。 4、重启后在选择网络时会出现一个“我没有可用的internet连接“的连接,点击此连接就可以无须注册微软帐户继续设置。 阅读全文
posted @ 2025-01-04 16:46 ZhangZhihuiAAA 阅读(189) 评论(0) 推荐(0)

2025年1月1日

摘要: zzh@ZZHUBT:~$ cd /zzhwin bash: cd: /zzhwin: Permission denied zzh@ZZHUBT:~$ sudo su root@ZZHUBT:/home/zzh# cd /zzhwin root@ZZHUBT:/zzhwin# ls -al tota 阅读全文
posted @ 2025-01-01 15:19 ZhangZhihuiAAA 阅读(17) 评论(0) 推荐(0)

2024年12月31日

摘要: In VirtualBox, the network modes NAT and Bridged Adapter control how the virtual machine (VM) connects to the external network and interacts with the 阅读全文
posted @ 2024-12-31 20:03 ZhangZhihuiAAA 阅读(42) 评论(0) 推荐(0)

2024年12月30日

摘要: The size of an EFI System Partition (ESP) typically depends on the operating system and the requirements of the system, but there are some general gui 阅读全文
posted @ 2024-12-30 23:07 ZhangZhihuiAAA 阅读(30) 评论(0) 推荐(0)
 
摘要: Default machine folder is missing. 阅读全文
posted @ 2024-12-30 21:54 ZhangZhihuiAAA 阅读(234) 评论(0) 推荐(0)
 
摘要: 在Windows 10上安装虚拟机需要进行一些特定的设置,以确保虚拟机能够正常运行。以下是详细的步骤和注意事项: 1. 启用虚拟化支持 虚拟化是运行虚拟机的基础,需要确保你的CPU支持虚拟化,并且在BIOS/UEFI中启用它。 检查CPU虚拟化支持 打开任务管理器(按 Ctrl + Shift + 阅读全文
posted @ 2024-12-30 16:30 ZhangZhihuiAAA 阅读(190) 评论(0) 推荐(0)
 
摘要: To add a custom data source to DataHub, a metadata management and data discovery platform, you'll typically need to create a custom plugin or connecto 阅读全文
posted @ 2024-12-30 14:07 ZhangZhihuiAAA 阅读(139) 评论(0) 推荐(0)
 
摘要: import dmPython def connect_dm_database(): # 数据库连接参数 password = 'xxxxxxxxxx' # 数据库密码 server = '127.0.0.1' # 数据库服务器IP port = 5236 # 数据库端口号,默认为5236 try: 阅读全文
posted @ 2024-12-30 12:47 ZhangZhihuiAAA 阅读(36) 评论(0) 推荐(0)

2024年12月29日

摘要: In Python, sys.modules is a dictionary that maps module names to the modules themselves. This dictionary is used internally by the Python interpreter 阅读全文
posted @ 2024-12-29 15:54 ZhangZhihuiAAA 阅读(58) 评论(0) 推荐(0)

2024年12月27日

摘要: PS D:\ZhangZhihuiTemp> pip install dmPython ERROR: Could not find a version that satisfies the requirement dmPython (from versions: none) ERROR: No ma 阅读全文
posted @ 2024-12-27 13:37 ZhangZhihuiAAA 阅读(161) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 102 下一页