2021年11月10日
Python
Matplotlib
[toc]
Legend一般常用属性1. loc12import numpy as np import matplotlib.pyplot as plt
Location String
Location Code
‘best’
0
‘upper right’
1
‘upp ...
Read more
2021年11月7日
LaTex
[toc]
LaTex基本
行内公式,并编号:$f(x)=ax+b \tag{1.1}$
1$f(x)=ax+b \tag{1.1}$
行间公式,并编号:$$f(x)=ax+b \tag{1.2}$$
1$$f(x)=ax+b \tag{ ...
Read more
2021年11月6日
LaTex
[toc]
安装包
最流行的两个 TeX 发行:TeX Live 和 MiKTeX
编辑器
自带的TeXworks
TeXmaker
TeXstudio、WinEdt**等;
或者直接使用Overleaf在线编辑
排版工具
TeXworks 预设了若干排版工具:pdf ...
Read more
2021年11月5日
Python
Pandas
Pandas基础
[toc]
将DataFrame保存为MySQL
要将pandas DataFrame保存到MySQL数据库中,可以使用Python的SQLAlchemy库来实现。下面是一系列的步骤来完成这个过程:
安装所需的库:确保已经安装了pandas、SQLAlchemy和MySQL驱动程序(如 ...
Read more
2021年11月1日
Paper Notes
2021-11
[toc]
2021-11-01极性分子
在化学中,极性(polarity),是指一个共价键或一个共价分子中电荷分布的不均匀性。 如果电荷分布得不均匀,则称该键或分子为极性;如果均匀,则称为非极性。
共价键的极性
共价键的极性是因为成键的两个原子电负度不相同而产生的。
键的极性程度可 ...
Read more
2021年10月20日
Lammps Tutorials
Notes
[toc]
Build TOPO LAMMPS DATA1. 获得小分子pdb文件
可以通过MS、Ovito、Avogadro……
2. 优化结构
先使用Avogadro的Extensions<Optimize Geometry优化;
然后,使用Ligpargen工具优化,获得 ...
Read more
2021年10月19日
Python
Python color and marker
[toc]
Color 对照表常用
基础色
Tab
详细
Line类型1234linestyle='solid' # '-'linestyle='dotted' # '.'linestyle=' ...
Read more
2021年10月19日
Python
Python默认版本设置
Ubuntu20.04
[toc]
查看已经安装的Python版本12345ls /usr/bin/python*# out/usr/bin/python2 /usr/bin/python3.8 /usr/bin/python3-futurize/usr/bin/python2.7 /usr ...
Read more
2021年10月6日
Windows
远程计算机或设备将不接受连接
远程计算机或设备将不接受连接?
QQ、微信有网,浏览器没网
解决方法 : 找到上图设置>代理,关掉代理就好了。
Read more
2021年9月1日
Paper Notes
2021-09
[toc]
2021-09-01沥青:宏观&微观论[1]
While asphalt physical failures and performance are observed on the macroscale, the asphalt chemistries, mechanic ...
Read more