摘要: 编译一个macro文件: 几种编译macro文件方法的区别: 1. 直接执行:`$ root macro2.C` ![image](https://img2023.cnblogs.com/blog/2122825/202308/2122825-20230821205617088-1986824569 阅读全文
posted @ 2023-08-21 16:44 zhaopw5 阅读(24) 评论(0) 推荐(0) 编辑
摘要: # VSCode 使用指定的 SOCKS 代理进行网络连接 > June 10, 2023 vscode怎么打开 settings.json 文件? ### ChatGPT 在 Visual Studio Code (VSCode) 中,打开 settings.json 文件的步骤如下: 打开 Vi 阅读全文
posted @ 2023-06-10 14:21 zhaopw5 阅读(4585) 评论(0) 推荐(0) 编辑
摘要: > 需要梯子 ##### 1. 安装插件: ![image](https://img2023.cnblogs.com/blog/2122825/202306/2122825-20230605155504996-279198471.png) ##### 2. 打开对话框(1),问问题(2),提示需要a 阅读全文
posted @ 2023-06-05 16:13 zhaopw5 阅读(525) 评论(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 阅读(45) 评论(0) 推荐(0) 编辑
摘要: ### 我: 我可以在本地电脑通过ssh登陆到我的服务器,我的本地电脑和服务器都是ubuntu系统,但是我只能在本地电脑的终端命令行界面使用服务器,这很不好看,而且效率很低,所以我想远程使用jupyter lab,也就是说我想在本地电脑的jupyter lab上使用服务器,我听说可以这样操作:通过S 阅读全文
posted @ 2023-04-01 22:59 zhaopw5 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 参考的教程: https://www.xtuos.com/6170.html 安装一台不带桌面的Ubuntu20(在虚拟机上) 区分两个概念: 服务端(被控制的机器,一般是服务器)和客户端(用来控制别的机器的机器,一般是自己的电脑) 步骤主要分为: 在服务器上开启vncserver,并配置。 在客户 阅读全文
posted @ 2022-12-14 11:55 zhaopw5 阅读(22) 评论(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 阅读(69) 评论(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 阅读(298) 评论(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 阅读(132) 评论(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 阅读(624) 评论(2) 推荐(0) 编辑