上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 56 下一页
摘要: Hello, today I was trying to troubleshoot a network problem and I realised that ping now requires root to be executed. Code: [Select] ping www.google. 阅读全文
posted @ 2021-05-25 20:22 profesor 阅读(1143) 评论(0) 推荐(0) 编辑
摘要: 什么是QTTabBarQTTabBar是一个window的资源管理器功能扩展程序,使用它可以实现类似浏览器一样通过标签页来使用资源管理器,界面如下 如何安装直接百度找着下载吧,值得注意的是有时候安装完成之后在资源管理器并没有看到什么特别的事情发生,这个时候需要 1、打开IE浏览器,确认以下几个选项是 阅读全文
posted @ 2021-05-21 21:27 profesor 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: Many programming languages have a sleep function that will delay a program’s execution for a given number of seconds. This functionality is absent fro 阅读全文
posted @ 2021-05-19 20:35 profesor 阅读(59) 评论(0) 推荐(0) 编辑
摘要: Eloquent JavaScript, 3rd Edition You Don’t Know JS Effective JavaScript 参考:https://www.sitepoint.com/best-book-for-learning-javascript/ 阅读全文
posted @ 2021-05-19 19:49 profesor 阅读(40) 评论(0) 推荐(0) 编辑
摘要: How to get the current script element: 1. Use document.currentScript document.currentScript will return the <script> element whose script is currently 阅读全文
posted @ 2021-05-18 17:02 profesor 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 如果需要增加多层次路径, 图片src链接可以加file://,也可以不加声音src链接要保证有sound:// <img src="file://images/Avanzado.jpg"><img src="file://images/Intermedio.jpg"><img src="file:/ 阅读全文
posted @ 2021-05-17 16:10 profesor 阅读(3191) 评论(0) 推荐(0) 编辑
摘要: https://docs.python-requests.org/en/latest/user/advanced/#body-content-workflow Body Content Workflow By default, when you make a request, the body of 阅读全文
posted @ 2021-05-16 23:19 profesor 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 方法一: 使用python标准库中urllib: import urllib.request file = urllib.request.urlopen("https://speed.hetzner.de/100MB.bin") print(file.length) 方法二: 安装强大的三方库req 阅读全文
posted @ 2021-05-16 23:06 profesor 阅读(65) 评论(0) 推荐(0) 编辑
摘要: https://pypi.org/project/rarfile/ https://python-unrar.readthedocs.io/en/v0.3/rarfile.html https://rarfile.readthedocs.io/api.html pip install rarfile 阅读全文
posted @ 2021-05-15 00:35 profesor 阅读(225) 评论(0) 推荐(0) 编辑
摘要: goto... Control Panel -> Region -> tab 'Administrative' -> Change system locale... uncheck the checkbox beta:use unicode utf-8 for worldwide language 阅读全文
posted @ 2021-05-14 12:42 profesor 阅读(322) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 56 下一页