上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页
摘要: 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 阅读(3) 评论(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 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://www.youtube.com/watch?v=qJgsuQoy9bc&ab_channel=DavePoo 阅读全文
posted @ 2023-09-02 09:20 ChrainY 阅读(6) 评论(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 阅读(151) 评论(0) 推荐(0) 编辑
摘要: https://www.drivereasy.com/knowledge/solved-ipv6-no-internet-access/ 阅读全文
posted @ 2023-09-01 15:46 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://gist.github.com/ANRCorleone/39322bd9514607b072adaa36d080d96c 阅读全文
posted @ 2023-09-01 13:30 ChrainY 阅读(12) 评论(0) 推荐(0) 编辑
摘要: touch .git-credentials 然后用代码编辑工具打开刚才的文件,编辑如下: https://你的用户名:你的密码@github.com 这一步你要注意一下,如果你是dsdn的账号,注意一下后缀,应该是https://你的用户名:你的密码@code.csdn.net,这个根据情况而定 阅读全文
posted @ 2023-09-01 11:05 ChrainY 阅读(305) 评论(0) 推荐(0) 编辑
摘要: https://github.com/nlpxucan/WizardLM/tree/main/WizardMath http://47.103.63.15:50082/ 阅读全文
posted @ 2023-09-01 08:21 ChrainY 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://lendmeyourear.net/presentations-from-markdown-with-remark-js.html https://stymied.medium.com/what-slides-from-markdown-5239ed31e7ac 阅读全文
posted @ 2023-08-31 21:56 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
摘要: pandoc myDoc.md -o outputv2.docx --filter pandoc-crossref --filter pandoc-citeproc --bibliography=references.bib --csl=ieee-network.csl pandoc demo.md 阅读全文
posted @ 2023-08-31 17:43 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页