08 2015 档案
摘要:import codecs f = codecs.open('test.txt', 'w', 'utf-8') f.write('中文') f.close() 运行结果:
阅读全文
摘要:豆瓣电影主页上爬到了如下url: href=""http://movie.douban.com/subject/26289144/?from=showing"" href=""http://movie.douban.com/subject/26289144/?from=showing"" href=""h...
阅读全文
摘要:动态语言的多态和静态语言c++等多态含义不太一样,c++中的多态就是参数数量和类型不同的方法就是不同方法,而动态语言中的多态其实值的是方法的寻找过程,即向右找到类(或者单件类),在类中找不到的话再找父类,一直在祖先链中找到或者找不到为止,先找到的就被调用: class MyClass(object): def fn(x): print ("This is t...
阅读全文
摘要:一,两个函数的文档: 1,time.time(): time.time() Return the time in seconds since the epoch as a floating point number. Note that even though the time is always returned as a floating point number, not all ...
阅读全文

浙公网安备 33010602011771号