上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页
摘要: https://stackoverflow.com/questions/14412132/whats-the-best-approach-for-generating-a-new-api-key Edit: I've spoke to a few friends (email/twitter) an 阅读全文
posted @ 2023-09-03 13:54 ChrainY 阅读(27) 评论(0) 推荐(0)
摘要: https://github.com/johnhcc/ofc_mediax 阅读全文
posted @ 2023-09-03 12:27 ChrainY 阅读(35) 评论(0) 推荐(0)
摘要: install: npm install tidy-markdown@2.0.4 -g if I'm only using "npm install tidy-markdown -g", it will issue node:internal/modules/cjs/loader:1080 thro 阅读全文
posted @ 2023-09-03 09:24 ChrainY 阅读(84) 评论(0) 推荐(0)
摘要: copy textfile1.txt + textfile2.txt + textfile3.txt mergedfile.txt This is a better approach: https://smallbusiness.chron.com/combine-adobe-acrobat-fil 阅读全文
posted @ 2023-09-02 18:01 ChrainY 阅读(18) 评论(0) 推荐(0)
摘要: file name is extract_pdf_metadata.py ```python import PyPDF2 import sys def extract_academic_metadata(pdf_file): try: pdf = PyPDF2.PdfReader(open(pdf_ 阅读全文
posted @ 2023-09-02 16:21 ChrainY 阅读(101) 评论(0) 推荐(0)
摘要: https://www.youtube.com/watch?v=qJgsuQoy9bc&ab_channel=DavePoo 阅读全文
posted @ 2023-09-02 09:20 ChrainY 阅读(17) 评论(0) 推荐(0)
摘要: reference page: https://www.mathworks.com/help/install/ug/install-documentation-on-offline-machines.html mpm install-doc --matlabroot="C:\Program File 阅读全文
posted @ 2023-09-01 17:50 ChrainY 阅读(294) 评论(0) 推荐(0)
摘要: https://www.drivereasy.com/knowledge/solved-ipv6-no-internet-access/ 阅读全文
posted @ 2023-09-01 15:46 ChrainY 阅读(19) 评论(0) 推荐(0)
摘要: https://gist.github.com/ANRCorleone/39322bd9514607b072adaa36d080d96c 阅读全文
posted @ 2023-09-01 13:30 ChrainY 阅读(33) 评论(0) 推荐(0)
摘要: touch .git-credentials 然后用代码编辑工具打开刚才的文件,编辑如下: https://你的用户名:你的密码@github.com 这一步你要注意一下,如果你是dsdn的账号,注意一下后缀,应该是https://你的用户名:你的密码@code.csdn.net,这个根据情况而定 阅读全文
posted @ 2023-09-01 11:05 ChrainY 阅读(448) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页