2021年1月22日
Python
Bug
[toc]
报错信息:subprocess-exited-with-error
pip install 时报错信息:
1error: subprocess-exited-with-error × Getting requirements to build wheel did not run ...
Read more
2021年1月21日
Daily Notes
units
constants
[toc]
单位
Unit Converter Online
UnitConverter
1. 质量
1 amu(Atomic Mass Unit) (12C/12)是电子静止质量的1822.83倍。
2. 长度
Bohr=0.52917706 angstrom
...
Read more
2020年11月21日
Alamode
1. alamode安装参考https://zhuanlan.zhihu.com/p/145873368
Alamode 运行
执行almalm alm.in > alm.log
MODE = suggest的时候可以获得一个包含笛卡尔坐标的displacement pat ...
Read more
2020年7月23日
Paper Notes
2020
[toc]
2020-07
07-23
1. 声子线宽Γ(phonon linewidth)
声子线宽与声子的寿命τ(lifetime or relaxtion time)有关,声子寿命(τ)=1/2*半高宽(FWHM)。
Full width at half maximum (FWHM) ...
Read more
2020年7月7日
Hueman
这个主题挺不错的,不过在配置的时候有些波折,记录一下。
1. 安装1git clone https://github.com/ppoffice/hexo-theme-hueman.git themes/hueman
注:
这里说一下与这个主题无关的bug,git clone命令后面的目录t ...
Read more
2020年6月30日
VScode
Ctrl+Shift+P或F1打开命令面板,例如输入Configure Display Language可以换语言,如选择zh-cn,切换为中文。
F11全屏模式。
Read more
2020年6月30日
mklink
Windows
1. 目的
目的是要把C盘的一个文件夹链接到E盘,
这里我是为了要把VScode安装的插件位置从C盘link到E盘,在PowerShell(因为使用cmd的话没有权限)使用命令如下:
1mklink /d "C:\Users\yourcomputername\.vscode\ex ...
Read more
2020年6月29日
Icarus
在./themes/../source/css/style.styl添加如下代码12345678// Custom styles.body { background:url(https://source.unsplash.com/ ...
Read more
2020年6月24日
Windows
1. 自动获取 ip 地址,获取了 169 开头的ip地址?自从家里来到学校之后,就连接不上校网,自动获取的ip地址老是169开头,但,电脑是可以连上路由器无线和网线的,就是在直接连校网的网线(需要登录账号密码)出现的这种问题。
2. windows定时关机定时3600s后关机:shutdo ...
Read more
2020年6月22日
origin
积分
选中数据,并按照figure2找到 Integrate
操作完之后,就会在figure1中E(Y2)列出现积分后的数据
接下来就是画图,plot>line
figure1
figure2
Read more