Eastsheng's Wiki

无法将“mklink”项识别为 cmdlet

mklink Windows
1. 目的 目的是要把C盘的一个文件夹链接到E盘, 这里我是为了要把VScode安装的插件位置从C盘link到E盘,在PowerShell(因为使用cmd的话没有权限)使用命令如下: 1mklink /d "C:\Users\yourcomputername\.vscode\ex ...
Read more

给icarus主题换背景图片

Icarus
在./themes/../source/css/style.styl添加如下代码12345678// Custom styles.body { background:url(https://source.unsplash.com/ ...
Read more

Windows相关

Windows
1. 自动获取 ip 地址,获取了 169 开头的ip地址?自从家里来到学校之后,就连接不上校网,自动获取的ip地址老是169开头,但,电脑是可以连上路由器无线和网线的,就是在直接连校网的网线(需要登录账号密码)出现的这种问题。 2. windows定时关机定时3600s后关机:shutdo ...
Read more

Origin Integrate

origin
积分 选中数据,并按照figure2找到 Integrate 操作完之后,就会在figure1中E(Y2)列出现积分后的数据 接下来就是画图,plot>line figure1 figure2
Read more

Origin 画双y轴

origin
1. 首先画一个单y轴 选中数据并,plot>line 画出图 figure1 figure2 2. 然后插入另一个坐标轴 如图figure3,可以得到figure4–双y轴 figure3 figure4 3. 插入数据,并 ...
Read more

Common Commands of Hexo

Hexo command
1. Create a new post123$ hexo new [layout] "My New Post"where layout: post; page; draftdefault layout==post More info: Writing 2. Run s ...
Read more

Ovito

Ovito
1. 去掉盒子 直接把Display下的Simulation Cell前的框框里的√去掉即可。
Read more

控制Tecplot里的原子间距

Tecplot
1. Plot<Axis<独立操作x,y,z的Size Factors Plot<Axis 独立操作x,y,z的Size Factors 调原子间距效果 2. x,y,z方向的视角调整 可以手动调,但正视图、侧视图、俯视图手动调可能不太好调 一般这种可 ...
Read more

Fortran error

Fortran error
[toc] 1. FFTW调用出错1234567/tmp/cc7nhiwo.o: In function `MAIN__':xxx.f90:(.text+0x200c): undefined reference to `dfftw_plan_dft_1d_'xxx.f90 ...
Read more

python镜像配置

Python Tutorials python镜像配置
[toc] Window python 镜像 临时 1pip install numpy -i http://mirrors.aliyun.com/pypi/simple/ 永久 在 windows “文件资源管理器” 地址栏 输入 %APPDATA% 回车;或者直接找到路径 ...
Read more
Prev Next