码迷,mamicode.com
首页 >  
搜索关键字:learn    ( 3442个结果
Learn Python From 'Head First Python' [3] : Exception
1.the using of exception2.file oprationimport os>>> try: data = open('sketch.txt') for each in data: try: (role,message) = eac...
分类:编程语言   时间:2014-09-09 11:28:28    阅读次数:189
Learn Python From 'Head First Python' [2] : Sharing
1.publish2.update print_lolPS:for Step 1.write the code in to a py file. put the py file into a folder named nester. new a py file named 'setup' and t...
分类:编程语言   时间:2014-09-09 10:44:28    阅读次数:309
Learn Python From 'Head First Python' [1] : The List
1.the concept of List2. how to define a method of myself3.how to iterator a listPS:for Step 2,3. it is related with a key word: 'def'. we define a fun...
分类:编程语言   时间:2014-09-07 21:00:15    阅读次数:229
Select the best path in a matrix
I feel a little down recently.But just like Lady Antebellum's song says,there are a lot of ups and downs in life,so I choose to learn from the defea.....
分类:其他好文   时间:2014-09-07 17:14:35    阅读次数:215
Learn Python From 'Head First Python' [0] : Install
Python install
分类:编程语言   时间:2014-09-07 17:12:25    阅读次数:138
Vim简明教程
vim的学习曲线相当的大(参看各种文本编辑器的学习曲线),所以,如果你一开始看到的是一大堆VIM的命令分类,你一定会对这个编辑器失去兴趣的。下面的文章翻译自《Learn Vim Progressively》,我觉得这是给新手最...
分类:其他好文   时间:2014-09-06 12:32:33    阅读次数:224
[译] 关于CSS中的float和position
原文http://learn.shayhowe.com/advanced-html-css/detailed-css-positioning当构建页面排版时,有不同的方法可以使用。使用哪一种方法取决于具体页面的排版要求,在不同的情况下,某些方法可能好过于其他的方法。比如,可以使用若干个浮动元素来构建...
分类:Web程序   时间:2014-09-03 10:55:26    阅读次数:318
sqlserver -- 查询一天、一周、一个月记录(DateDiff 函数)(备忘)
Learn From : http://bjtdeyx.iteye.com/blog/1447300最常见的sql日期查询的语句 --查询当天日期在一周年的数据select * from ShopOrder where datediff(week,ordTime,getdate()-1)=0 -.....
分类:数据库   时间:2014-09-01 10:42:32    阅读次数:458
How is Quality Score Calculated?
Google determines Quality Score slightly differently for each of the different advertising networks that it runs. Here we’ll learn how Quality Score.....
分类:其他好文   时间:2014-08-29 20:00:08    阅读次数:314
python字符串操作函数和string模块代码分析
原文链接:http://blog.chinaunix.net/uid-25992400-id-3283846.htmlpython的字符串属性函数字符串属性方法:>>> str='string learn'>>> dir(str)['__add__', '__class__', '__contain...
分类:编程语言   时间:2014-08-28 17:56:55    阅读次数:425
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!