logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Git怎么将文件夹上传至github,全过程

小白建议参考中间可能会有报错这时,参考,,即可解决。正式开始先在文件夹下面右击运行git bush here,打开命令窗口,测试是否可以链接到githubHi Jie-Bai!

文章图片
#github#elasticsearch#大数据
高斯函数半高宽FWHM、拐点差值绝对值一半以及标准差σ的关系

喜欢和有用的话,麻烦客官点个赞,要是给个关注就更好了,tks。半高宽(Full-width at the half of the maximum, FWHM)是指回波波峰一半所对应的时间全宽,是时间概念,单位一般为ns等。FWHM=22ln2 σFWHM =2\sqrt{2ln2}\ \sigmaFWHM=22ln2​ σ计算过程,如下;https://www.zhihu.co

文章图片
Word——LaTeX如何在Word使用(二)

2020/10/11Word中应该使用Latex,使用mathtype一个个鼠标点击太麻烦。正确步骤:先用latex编辑器进行代码撰写,如下:$P_{r}=\frac{P_{t} D^{2} \rho_{\lambda}cos\alpha}{4 R^{2}}\eta_{atm}\eta_{sys}\int $注意:开头和结尾的美元符号前后没有空格在latex编辑器中预览看到公式正确后,在Word中

python3 将RTK中点导出后整理为单位为度,存为csv

python3 将RTK中的点导出后整理为unit为degree的点# -*- coding: utf-8 -*-"""Created on Fri Sep 18 23:22:15 2020@author: Yiting_BAI"""import numpy as npimport pandas as pdimport os# set the path of the xlsinput_path =

#python
Google Earth Engine 入门1 GEE账号注册

Google Earth Engine allows users to run algorithms on georeferenced imagery and vectors stored on Google’s infrastructure. The Google Earth Engine API provides a library of functions which may be appl

Python plt.legend绘图图例显示不全只显示一个字符

上原码:ax.legend(labels = 'band',loc='upper center')ax.legend(labels = 'band',loc='best')结果图:原因是因为将图例放到legend里了,应该放到plt.plot里,改后代码:plt.plot(timeData,intensityData,c = 'blue',linewidth = 1,label='band')ax

#python
Python3 TypeError: cannot do slice indexing on Index with these indexers [1] of type int

读取excel时,不加header=None,则报错TypeError: cannot do slice indexing on Index with these indexers [1] of type inttemp_df = pd.read_excel(current_file)row_list = list(temp_df.loc[0,1:])column_list = list(temp

#python
暂无文章信息