自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

转载 【无标题】

visual studio 2017 push errorhttps://blog.csdn.net/qq_45893999/article/details/106273214

2022-03-19 18:13:10 117

转载 2021-10-06

Visual studio 2017 Git failed with a fatal error.解决方案:https://stackoverflow.com/questions/34975423/visual-studio-2015-git-error-opensomefile-vc-opendb-permission-denied-fa/34979320#34979320

2022-03-19 12:42:31 103

原创 记录用pandas遇到的一些问题

pandas.Series.mapmap()函数可以用于Series对象或DataFrame对象的一列,接收函数或字典对象作为参数,返回经过函数或字典映射处理后的值。用法:Series.map(arg, na_action=None)Map values of Series according to input correspondence.Used for substituting each value in a Series with another value, that may be d

2021-10-05 21:32:22 622

原创 Anaconda安装tensorflow2.1cpu版本

创建新的虚拟环境在Anaconda Navigator中点击crate,输入环境名字,并选择python版本即可。安装tensorflow2.1cpu版本创建完成后的新环境中,搜索未安装的tensorflow包,发现最高版本只有tensorflow1.14.0。所以要想安装2.x版本的tenorflow只能用匹配来安装了。在Anaconda Prompt中输入pip install tensorflow-cpu==2.1.0 -i https://pypi.douban.com/simple/

2021-10-05 15:40:00 415

原创 对于numpy包中的axis参数的理解

对于numpy包中的axis参数的理解在numpy中,对于多维数组进行sum,mean,min,max,sort的操作时,均会涉及到axis这一参数。那么axis具体是什么呢?我们先引入一个切片(slices)的概念:如果kkk维数组A∈Rn1×n2×...×nkA \in \mathbb{R}^{n_1\times n_2 \times ...\times n_k}A∈Rn1​×n2​×...×nk​ ,则AAA的Slices为固定其中1个索引位置之后形成的k−1k-1k−1维数组ok,有了s

2021-10-03 16:13:50 348

转载 2021-09-10

python对列表按元组指定列进行排序原网址

2021-09-10 20:03:23 79

转载 2021-09-10

如何查找python中内置函数的源代码原网址Since Python is open source you can read the source code.To find out what file a particular module or function is implemented in you can usually print the __file__ attribute. Alternatively, you may use the inspect module, see the s

2021-09-10 18:28:29 99

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除