摘要: > 需要梯子 ##### 1. 安装插件: ![image](https://img2023.cnblogs.com/blog/2122825/202306/2122825-20230605155504996-279198471.png) ##### 2. 打开对话框(1),问问题(2),提示需要a 阅读全文
posted @ 2023-06-05 16:13 zhaopw5 阅读(482) 评论(0) 推荐(0) 编辑
摘要: ## 要求: ![image](https://img2023.cnblogs.com/blog/2122825/202305/2122825-20230520201313398-1616237622.png) ## 打开ROOT文件,MakeClass生成两文件: ``` (ams) zpw@de 阅读全文
posted @ 2023-05-20 20:19 zhaopw5 阅读(40) 评论(0) 推荐(0) 编辑
摘要: ### 我: 我可以在本地电脑通过ssh登陆到我的服务器,我的本地电脑和服务器都是ubuntu系统,但是我只能在本地电脑的终端命令行界面使用服务器,这很不好看,而且效率很低,所以我想远程使用jupyter lab,也就是说我想在本地电脑的jupyter lab上使用服务器,我听说可以这样操作:通过S 阅读全文
posted @ 2023-04-01 22:59 zhaopw5 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 参考的教程: https://www.xtuos.com/6170.html 安装一台不带桌面的Ubuntu20(在虚拟机上) 区分两个概念: 服务端(被控制的机器,一般是服务器)和客户端(用来控制别的机器的机器,一般是自己的电脑) 步骤主要分为: 在服务器上开启vncserver,并配置。 在客户 阅读全文
posted @ 2022-12-14 11:55 zhaopw5 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 新建一个虚拟环境(python>=3.8) `conda create -n test python=3.8` 激活这个环境,安装这些包: `conda activate test` `pip install -r requirement.txt` 其中 *requirement.txt* 如下: 阅读全文
posted @ 2022-12-03 12:07 zhaopw5 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Ubuntu 18 添加镜像 适用于ubuntu18 sudo gedit /etc/apt/sources.list 清华镜像: 清华镜像源链接 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.e 阅读全文
posted @ 2022-07-28 12:23 zhaopw5 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 前提:已经安装好Heasoft 下载慧眼伽马暴分析软件:http://hxmtweb.ihep.ac.cn/documents/497.jhtml 解压: 按照安装步骤 source install.sh 会报错,没有setuptools,而实际上已经安装过了,google才知道(https://s 阅读全文
posted @ 2022-07-28 00:47 zhaopw5 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 参考 官网教程:https://heasarc.gsfc.nasa.gov/docs/software/lheasoft/ubuntu.html youtube:https://www.youtube.com/watch?v=3-gobnSEuDo HXMT的安装指南:http://hxmtweb. 阅读全文
posted @ 2022-07-27 18:35 zhaopw5 阅读(577) 评论(2) 推荐(0) 编辑
摘要: 帮助来源:https://tex.stackexchange.com/questions/76455/converted-xxx-eps-converted-to-pdf-not-found sudo apt install texlive-font-utils 问题解决。 帮助来源:https:/ 阅读全文
posted @ 2022-03-05 09:50 zhaopw5 阅读(241) 评论(0) 推荐(0) 编辑
摘要: LaTeX表格自动调整大小 **帮助来源:**https://tex.stackexchange.com/questions/10863/is-there-a-way-to-slightly-shrink-a-table-including-font-size-to-fit-within-th \usepackage{adju 阅读全文
posted @ 2021-12-22 15:32 zhaopw5 阅读(906) 评论(0) 推荐(0) 编辑