梦想说

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2019年9月24日

摘要: python简单易学,但是往深了学还是挺难的,关键是有些函数接口使用时老是记不住,以下这篇博客即使对python语言知识点的一个梳理也是对一些函数等知识的记录。 1.变量与简单数据类型 (1)变量命名规则和使用 变量只能由字母、数字和下划线组成,并且不能以字母开头;不能将python内部的关键字和函 阅读全文
posted @ 2019-09-24 19:31 梦想说 阅读(3001) 评论(0) 推荐(0)

2019年9月6日

摘要: git push -u origin 或者使用 git push origin 当使用git push origin master出现错误的时候: 使用此命令可以把远程仓库和本地同步,消除差异:git pull origin master --allow-unrelated-histories 然后 阅读全文
posted @ 2019-09-06 11:32 梦想说 阅读(139) 评论(0) 推荐(0)

2019年8月27日

摘要: 2019-08-2610:28:52 numpy中文教程地址:https://yiyibooks.cn/xx/NumPy_v111/user/index.html 1. np.empty(shape,dtype=float,order="C") 函数说明:用来创建一个指定形状和数据类型且未初始化的数 阅读全文
posted @ 2019-08-27 09:23 梦想说 阅读(2406) 评论(0) 推荐(0)