摘要:
numpy.flipud numpy.flipud(m)[source] Flip array in the up/down direction. Flip the entries in each column in the up/down direction. Rows are preserved 阅读全文
posted @ 2018-07-06 10:50
缘来是潇洒
阅读(4119)
评论(0)
推荐(0)
|
摘要:
numpy.flipud numpy.flipud(m)[source] Flip array in the up/down direction. Flip the entries in each column in the up/down direction. Rows are preserved 阅读全文
posted @ 2018-07-06 10:50
缘来是潇洒
阅读(4119)
评论(0)
推荐(0)
摘要:
1、django2.0把from django.core.urlresolvers修改成了django.urls 报错如下: 1 2 3 File "D:\Envs\django-xadmin\lib\site-packages\xadmin-0.6.1-py3.6.egg\xadmin\model 阅读全文
posted @ 2018-07-05 22:12
缘来是潇洒
阅读(652)
评论(0)
推荐(1)
摘要:
一:Git是什么? Git是目前世界上最先进的分布式版本控制系统。 二:SVN与Git的最主要的区别? SVN是集中式版本控制系统,版本库是集中放在中央服务器的,而干活的时候,用的都是自己的电脑,所以首先要从中央服务器哪里得到最新的版本,然后干活,干完后,需要把自己做完的活推送到中央服务器。集中式版 阅读全文
posted @ 2018-07-05 22:10
缘来是潇洒
阅读(115)
评论(0)
推荐(0)
摘要:
一、自带分页,一些常用参数 注明函数中的paginator.page(current_page)更多的使用在html页面,current_page用来接收前端返回的页数值 import 引入 from django.core.paginator import Paginator, EmptyPage 阅读全文
posted @ 2018-07-05 21:38
缘来是潇洒
阅读(199)
评论(0)
推荐(0)
|