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
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
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
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
vim的学习曲线相当的大(参看各种文本编辑器的学习曲线),所以,如果你一开始看到的是一大堆VIM的命令分类,你一定会对这个编辑器失去兴趣的。下面的文章翻译自《Learn Vim Progressively》,我觉得这是给新手最...
分类:
其他好文 时间:
2014-09-06 12:32:33
阅读次数:
224
原文http://learn.shayhowe.com/advanced-html-css/detailed-css-positioning当构建页面排版时,有不同的方法可以使用。使用哪一种方法取决于具体页面的排版要求,在不同的情况下,某些方法可能好过于其他的方法。比如,可以使用若干个浮动元素来构建...
分类:
Web程序 时间:
2014-09-03 10:55:26
阅读次数:
318
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
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
原文链接:http://blog.chinaunix.net/uid-25992400-id-3283846.htmlpython的字符串属性函数字符串属性方法:>>> str='string learn'>>> dir(str)['__add__', '__class__', '__contain...
分类:
编程语言 时间:
2014-08-28 17:56:55
阅读次数:
425