上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 75 下一页
摘要: #!/bin/ksh grep $NAME filename if [ $? -eq 0 ] echo "Name Found" else echo " Name not Found" fi The $? holds the exit status of the previously execute 阅读全文
posted @ 2021-09-04 18:08 profesor 阅读(1294) 评论(0) 推荐(0)
摘要: https://www.safesearchkids.com/ https://www.kidzsearch.com/ https://kids.britannica.com/kids/search/ 阅读全文
posted @ 2021-09-04 12:46 profesor 阅读(28) 评论(0) 推荐(0)
摘要: https://tex.stackexchange.com/questions/159995/to-have-underline-in-two-lines#159996 阅读全文
posted @ 2021-09-03 13:35 profesor 阅读(76) 评论(0) 推荐(0)
摘要: duckduckgo.com short urls: ddg.gg dukgo.com duck.co 把Google Chrome的默认搜索引擎换成:duckduckgo.com 然后再安装一个插件: https://chrome.google.com/webstore/detail/hpmhce 阅读全文
posted @ 2021-09-01 19:53 profesor 阅读(142) 评论(0) 推荐(0)
摘要: 下载链接,生成了JSON文件: [ { "title": "Keyboard shortcuts for Windows - Visual Studio Code", "link": "https://code.visualstudio.com/shortcuts/keyboard-shortcut 阅读全文
posted @ 2021-09-01 19:46 profesor 阅读(114) 评论(0) 推荐(0)
摘要: https://libgen.rs/book/index.php?md5=2FE9EA8A4321048206B6BF11BBAA53D1 LIBGEN使用的: AICHCRC32eDonkeyMD5SHA1SHA256TTH 如何生成各种各样的hash: 下载rhash: http://sourc 阅读全文
posted @ 2021-09-01 16:48 profesor 阅读(115) 评论(0) 推荐(0)
摘要: 爬当当的时候遇到的encoding error : input conversion failed due to input error, bytes 0xAC 0x4E 0x00 0x00 原因是bs4解析dom时会读取html的 <meta http-equiv="Content-Type" c 阅读全文
posted @ 2021-08-31 20:16 profesor 阅读(840) 评论(0) 推荐(0)
摘要: The issue is that there is an element on that page with id="copy". If you type copy in the console, you should get a element printed out like this: $ 阅读全文
posted @ 2021-08-28 14:04 profesor 阅读(352) 评论(0) 推荐(0)
摘要: 首先考虑date如何增加后缀1st,2nd,3rd, 4th 首先看笨办法: from datetime import date d = date.today() benchmark = ['zilch', '1st', '2nd', '3rd', '4th', '5th', '6th', '7th 阅读全文
posted @ 2021-08-27 18:39 profesor 阅读(414) 评论(0) 推荐(0)
摘要: Clear-RecycleBin https://www.tutorialspoint.com/how-to-clear-the-content-of-the-recycle-bin-in-powershell 阅读全文
posted @ 2021-08-26 13:15 profesor 阅读(33) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 75 下一页