上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 62 下一页
摘要: wget -r --no-parent https://www.ets.org/gre/ or to retrieve the content, without downloading the "index.html" files: wget -r --no-parent --reject "ind 阅读全文
posted @ 2021-07-19 19:39 profesor 阅读(46) 评论(0) 推荐(0) 编辑
摘要: How can I run an external command and capture its output in Perl? ou can use the backtics to execute your external program and capture its stdout and  阅读全文
posted @ 2021-07-14 13:59 profesor 阅读(53) 评论(0) 推荐(0) 编辑
摘要: Red Hat RHCE 8 (EX294) Cert Guide https://www.amazon.com/gp/product/B08F5J7LYW/ RHCSA Red Hat Enterprise Linux 8 (UPDATED): Training and Exam Preparat 阅读全文
posted @ 2021-07-02 10:23 profesor 阅读(40) 评论(0) 推荐(0) 编辑
摘要: https://www.tutorialspoint.com/perl/ https://www.geeksforgeeks.org/perl-programming-language/ https://perldoc.perl.org/ 阅读全文
posted @ 2021-06-30 17:38 profesor 阅读(28) 评论(0) 推荐(0) 编辑
摘要: https://www.chrismacpherson.net/audio/video/extract-audio-or-video-from-mkv-with-mkvtoolnix/ 其他: https://mkvtoolnix.download/doc/mkvextract.html https 阅读全文
posted @ 2021-06-30 00:25 profesor 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 貌似很多人下载的Goldendict版本太低,官网的都不怎么更新了,还好是个开源的软件。Github一直再更新源码,但是编译的版本并不是最新的最新的版本请到这里下载:https://sourceforge.net/projects/goldendict/files/early%20access%20 阅读全文
posted @ 2021-06-27 14:13 profesor 阅读(179) 评论(0) 推荐(0) 编辑
摘要: http://crasseux.com/books/ctutorial/ 阅读全文
posted @ 2021-06-04 15:32 profesor 阅读(47) 评论(0) 推荐(0) 编辑
摘要: The Perl CD Bookshelf, version 1.0, https://www.cs.ait.ac.th/~on/O/oreilly/perl/ 阅读全文
posted @ 2021-06-04 15:31 profesor 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Install qBittorrent or Transmission Magnet Linkmagnet:?xt=urn:btih:351411DFA7D5A5EC1883D9B749D13FD2476BB3CD&tr=http%3A%2F%2Fbt2.t-ru.org%2Fann%3Fmagne 阅读全文
posted @ 2021-06-04 12:18 profesor 阅读(937) 评论(0) 推荐(1) 编辑
摘要: from selenium import webdriver chrome_options = webdriver.ChromeOptions() prefs = {"profile.managed_default_content_settings.images": 2} chrome_option 阅读全文
posted @ 2021-06-04 10:24 profesor 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 62 下一页