python ftp学习

摘要: This module defines the class FTP and a few related items. The FTP class implements the client side of the FTP protocol. You can use this to write Pyt... 阅读全文
posted @ 2015-09-21 11:47 不想游泳的鱼 阅读(838) 评论(0) 推荐(0)

Qt printer

摘要: 8 14:14:14|分类:默认分类|举报|字号订阅下载LOFTER客户端在Qt中,打印与在QWidget,QPixmap或者QImage绘图很相似,一般步骤如下:1、创建绘图设备的QPrinter;2、弹出打印对话框,QPrintDialog,允许用户选择打印机,设置属性等;3、创建一个QPrin... 阅读全文
posted @ 2015-09-16 13:10 不想游泳的鱼 阅读(1262) 评论(0) 推荐(0)

python lua 操作文件

摘要: python:s 阅读全文
posted @ 2015-07-08 14:50 不想游泳的鱼 阅读(570) 评论(0) 推荐(0)

设计模式学习 7 月6 号

摘要: 一 : 简单工厂模式Python:class Operation : def GetResult(self): passclass OpertationAdd(Operation): def GetResult(self,o1,o2): return o1+02class OperationDi... 阅读全文
posted @ 2015-07-06 10:36 不想游泳的鱼 阅读(129) 评论(0) 推荐(0)

7月1日 新的开始

摘要: 之所以说是新的开始 ,乃是因为之前有过太多的开始。python : 一门简洁 灵活又不失强大的语言,今天开始专注。 阅读全文
posted @ 2015-07-01 20:54 不想游泳的鱼 阅读(156) 评论(0) 推荐(0)