上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 62 下一页
摘要: Install/Add Microsoft Store to Windows 10 LTSB/LTSC/ANY Version [2021] https://www.youtube.com/watch?v=7K1oWmVSiU8 https://github.com/kkkgo/LTSC-Add-M 阅读全文
posted @ 2021-05-27 19:43 profesor 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 我翻开历史一查,这历史没有年代。歪歪斜斜的每页上都写着“仁义道德”几个字,我横竖睡不着,仔细看了半夜,才从字缝里看出来,满本上都写着两个字“吃人"! ——鲁迅 《狂人日记》 阅读全文
posted @ 2021-05-27 13:14 profesor 阅读(3198) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: 什么是QTTabBarQTTabBar是一个window的资源管理器功能扩展程序,使用它可以实现类似浏览器一样通过标签页来使用资源管理器,界面如下 如何安装直接百度找着下载吧,值得注意的是有时候安装完成之后在资源管理器并没有看到什么特别的事情发生,这个时候需要 1、打开IE浏览器,确认以下几个选项是 阅读全文
posted @ 2021-05-21 21:27 profesor 阅读(1246) 评论(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 阅读(62) 评论(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 阅读(41) 评论(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 阅读(49) 评论(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 阅读(3290) 评论(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 阅读(211) 评论(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 阅读(72) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 62 下一页