07 2024 档案

摘要:https://www.elby.ch/en/products/vcd.html Virtual CloneDrive --在windows PowerShell 管理身份运行 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Loca 阅读全文
posted @ 2024-07-27 23:46 ®Geovin Du Dream Park™ 阅读(129) 评论(0) 推荐(0) 编辑
摘要:#去重 A = ['geovindu','刘杰','江山','河水','刘杰','geovindu','张三','李五'] B = [] for i in A: if i not in B: B.append(i) print(B) C = set(A) print(list(C)) # 移动位置 阅读全文
posted @ 2024-07-06 19:16 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:tracert 实用程序可以用于分析互联网上的数据包传输路径,有助于检测在路由中连接变慢或无响应的位置。执行 tracert 命令后,会显示每个数据包沿途往返的时间以及跃点的 IP 地址或主机名。通过分析输出,可以对有问题的路由节点有一个大致的了解。 Tracert 参数说明 -d 不将地址解析成主 阅读全文
posted @ 2024-07-04 06:32 ®Geovin Du Dream Park™ 阅读(81) 评论(0) 推荐(0) 编辑
摘要:# python slicing 和函数range 差不多, 起始值,最后值,步长值 a='abcdefghijklmnopqrstuvwxyz' print(a[:],end=' \n') # abcdefghijklmnopqrstuvwxyz print(a[:5], end=' \n') # 阅读全文
posted @ 2024-07-03 08:53 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:先配置python开发环境 1.在搜索栏输入“>" 或是用快捷组合键ctrl+shift+P键 就会显示”>",再输入"python:" 选择已经安装好的python的版本,选定至当前项目中,都是按回车 2 terminal 下输入相关命令行操作,选进入虚拟环境的的文件夹下 cd .venv/scr 阅读全文
posted @ 2024-07-02 20:16 ®Geovin Du Dream Park™ 阅读(210) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示