摘要:
在windows powershell中访问C, D盘cd C:,cd D:,...: PS C:\Users\phil> cd C: PS C:\Users\phil> pwd Path C:\Users\phil PS C:\Users\phil> 在windows powershell中访问W 阅读全文
摘要:
GPT4 helped me do it successfully, so the follow steps are correct (at least for my ThinkPad computer) How to Find Your Hardware Info for Wi-Fi Troubl 阅读全文
摘要:
MakeFile中经常需要得到系统和编译器的版本 root-config: ROOT utility for your Makefiles [phil@linux952 ~]$ root-config --cxx icpx [phil@linux952 ~]$ root-config -h Unkn 阅读全文
摘要:
最近想把某云盘的会员停掉,所以需要把文件都存到本地,但是有担心没有下载完全,所以想着用命令来比较两个文件夹的内容是否完全一样。 用命令:robocopy Folder1 Folder2 /L /S /NJH /NJS /NP /NS /NDL Windows PowerShell 版权所有(C) M 阅读全文
摘要:
计算地球上空间两点距离 geopy.distance.great_circle和scipy.spatial.cKDTree两种方法: geopy.distance.great_circle: import numpy as np import pandas as pd from geopy.dist 阅读全文
摘要:
我在插入某种类型的参考文献(APJ系列)时,会收到报错: Undefined control sequence. \newblock \apjl GPT: 解决办法(临时的): %自定义命令 \newcommand{\apjl}{{Astrophys. J. Lett.}} %对apj文献的引用 复 阅读全文
摘要:
latex参考文献不显示在pdf中 下面是texstudio的“消息”一栏的输出: 开始 : bibtex "main".aux This is BibTeX, Version 0.99d (TeX Live 2022/dev/Debian) The top-level auxiliary file 阅读全文
摘要:
银道坐标系:Galactic Coordinate System ![image](https://img2023.cnblogs.com/blog/2122825/202309/2122825-20230907141907068-1208127161.png) > 图片来源: https://as 阅读全文
摘要:
C++定义的class的Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Static Protected Attributes | Li 阅读全文