05 2024 档案

摘要: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 阅读(74) 评论(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 阅读(6) 评论(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 阅读(13) 评论(0) 推荐(0) 编辑
摘要:grep -v grep "11eab8cfe8dcb99fc1\|12cfc62ec978c20cb5\|16beb736484d4fcc58" img.list.txt 注意2点: 双引号,绝对不能丢; 不能直接使用|,或者误解成pipe,需要转置符号\ 阅读全文
posted @ 2024-05-20 23:35 profesor 阅读(7) 评论(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 阅读(1) 评论(0) 推荐(0) 编辑
摘要:install nokogiri https://rubygems.org/gems/nokogiri/versions install a local gem: gem install --local path_to_gem/filename.gem https://stackoverflow.c 阅读全文
posted @ 2024-05-06 15:52 profesor 阅读(3) 评论(0) 推荐(0) 编辑
摘要::%s/\r/\r/g 来源:https://stackoverflow.com/questions/811193/convert-m-windows-line-breaks-to-normal-line-breaks 阅读全文
posted @ 2024-05-06 14:18 profesor 阅读(6) 评论(0) 推荐(0) 编辑
摘要:图论大师: John Adrian Bondy 写了两本图论巨著: Graph Theory with ApplicationsJohn Adrian BondyNorth Holland Graph TheoryAdrian Bondy, U.S.R. MurtySpringer https:// 阅读全文
posted @ 2024-05-04 08:52 profesor 阅读(6) 评论(0) 推荐(0) 编辑
摘要:https://hadan8490.blogspot.com/ 阅读全文
posted @ 2024-05-03 12:18 profesor 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示