码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
The Little Prince-12/02
The Little Prince-12/02 What moves me so deeply, about this little prince who is sleeping here, is his loyalty to a flower – the image of a rose that ...
分类:其他好文   时间:2017-12-02 22:11:30    阅读次数:243
[求助] 关于DDR3的读写操作,看看我的流程对吗?
[求助] 关于DDR3的读写操作,看看我的流程对吗? 最近简单调了一下KC705开发板上面的DDR3,型号是MT8JTF12864HZ-1G6;有时候加载程序后,发现读出数据不是写进去的,在这将我的操作思路说下,有弄过的说说哪块有问题:1.ip核的sys_clk_i给400M时钟,clk_ref_i ...
分类:其他好文   时间:2017-12-01 15:16:23    阅读次数:336
一个简单的django user.is_authenticated问题
Q1:这是我一个view函数: 虽然用户已经登陆,但是返回的is_login总是0,也就是没有登陆,这么简单的一个函数,为什么会出错? A1: 如果你使用is_authenticated()判断用户是否登录,那么意味着你采用了django的auth系统,那么你的登陆最好使用django.contri ...
分类:其他好文   时间:2017-11-28 19:48:36    阅读次数:101
ex36 自己编的一个冒险小游戏(未完待续)
1 #-*- coding: UTF-8 -*- 2 from sys import exit 3 #作出判断选择进森林还是出海冒险 4 def start(): 5 print "Now you are on an island," 6 print "you got a lot of things... ...
分类:其他好文   时间:2017-11-28 01:42:41    阅读次数:195
ex36 自己编的一个冒险小游戏(未完待续)
1 #-*- coding: UTF-8 -*- 2 from sys import exit 3 #作出判断选择进森林还是出海冒险 4 def start(): 5 print "Now you are on an island," 6 print "you got a lot of things... ...
分类:其他好文   时间:2017-11-28 01:33:43    阅读次数:104
微软人工智能——微软小娜
Cortana,直译”科塔娜“,中文名微软小娜,或简称小娜 Learn how Cortana is helping you stay on top of it all so you can focus on what matters most. Cortana’s got your back Ac ...
分类:其他好文   时间:2017-11-26 13:50:54    阅读次数:254
code force 893D Credit Card
Recenlty Luba got a credit card and started to use it. Let's consider n consecutive days Luba uses the card. She starts with 0 money on her account. I ...
分类:其他好文   时间:2017-11-25 16:12:03    阅读次数:215
CodeForces 887B Cubes for Masha (暴力 || DFS)
Absent minded Masha got set of n cubes for her birthday. At each of 6 faces of each cube, there is exactly one digit from 0 to 9. Masha became interes ...
分类:其他好文   时间:2017-11-24 00:13:37    阅读次数:104
AJAX分页带页码
///视图 GoToPage(1, "pageHtml") function GoToPage(pageindex, pageHtml) { $.ajax({ url: "/fenye/index", type: "post", data: { pageindex: pageindex }, suc ...
分类:Web程序   时间:2017-11-22 21:59:19    阅读次数:261
猜年龄做个循环
age=36guessage=int(input('Please guess my age:'))while guessage!=age: if guessage<age: print('you need bigger') guessage=int(input('Please guess my ag ...
分类:其他好文   时间:2017-11-22 13:04:32    阅读次数:130
1592条   上一页 1 ... 71 72 73 74 75 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!