上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 87 下一页
摘要: 如何获取图书的信息,google提供了获取图书信息的api. https://www.googleapis.com/books/v1/volumes?q=isbn:9781492097334 https://www.googleapis.com/books/v1/volumes?q=isbn:978 阅读全文
posted @ 2024-06-18 23:25 profesor 阅读(562) 评论(0) 推荐(0)
摘要: https://web.archive.org/web/20150102010357/https://support.apple.com/kb/dl1531 https://web.archive.org/web/20150112213836/http://appldnld.apple.com/Sa 阅读全文
posted @ 2024-06-17 01:10 profesor 阅读(278) 评论(0) 推荐(0)
摘要: Collins-Robert French Dictionary Harrap's Shorter French Dictionary Oxford–Hachette French Dictionary https://en.wikipedia.org/wiki/Collins-Robert_Fre 阅读全文
posted @ 2024-06-05 21:16 profesor 阅读(34) 评论(0) 推荐(0)
摘要: Pip源设置(使用清华源) 1、临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 2、永久更改pip源 升级 pip 到最新的版本 (>=10.0.0) 后进行配置: pip install pip - 阅读全文
posted @ 2024-06-01 01:07 profesor 阅读(18817) 评论(0) 推荐(0)
摘要: Ubuntu 24.04 LTS 下载 https://mirrors.ustc.edu.cn/ubuntu-releases/24.04/ http://mirrors.aliyun.com/ubuntu-releases/24.04/ https://mirrors.huaweicloud.co 阅读全文
posted @ 2024-06-01 00:58 profesor 阅读(42051) 评论(0) 推荐(0)
摘要: function copyToClipboard() { var $temp = $("<input>"); $("body").append($temp); $temp.val($('h2 > a')[0].href).select(); document.execCommand("copy"); 阅读全文
posted @ 2024-05-27 15:08 profesor 阅读(117) 评论(0) 推荐(0)
摘要: Since the version 2015.009.20069, multiple documents are opened as Tabs instead of Windows of Acrobat. You can use Ctrl+Tab to switch to next tab and 阅读全文
posted @ 2024-05-27 11:57 profesor 阅读(65) 评论(0) 推荐(0)
摘要: https://ntrs.nasa.gov/citations/19900017394 PDF下载链接 https://ntrs.nasa.gov/api/citations/19900017394/downloads/19900017394.pdf?attachment=true 阅读全文
posted @ 2024-05-22 09:39 profesor 阅读(35) 评论(0) 推荐(0)
摘要: grep -v grep "11eab8cfe8dcb99fc1\|12cfc62ec978c20cb5\|16beb736484d4fcc58" img.list.txt 注意2点: 双引号,绝对不能丢; 不能直接使用|,或者误解成pipe,需要转置符号\ 阅读全文
posted @ 2024-05-20 23:35 profesor 阅读(34) 评论(0) 推荐(0)
摘要: ffprobe abc.mp3 2> >(grep title) 参考: https://stackoverflow.com/questions/1507816/with-bash-how-can-i-pipe-standard-error-into-another-process 阅读全文
posted @ 2024-05-16 01:36 profesor 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 87 下一页