摘要:1 # -*- coding:utf-8 -*- 2 # Author: Pete Yim 3 # Date : 13-8-22 4 # Copyright (c) 2013 RCSH Systems Incorporated. All rights reserved. 5 import win...
阅读全文
随笔分类 - Python
摘要:1 # -*- coding:utf-8 -*- 2 # Author: Pete Yim 3 # Date : 13-8-22 4 # Copyright (c) 2013 RCSH Systems Incorporated. All rights reserved. 5 import win...
阅读全文
摘要:第一部分阅读Zen of Python,在Python解析器中输入import this. 一个犀利的Python新手可能会注意到"解析"一词, 认为Python不过是另一门脚本语言. "它肯定很慢!"毫无疑问:Python程序没有编译型语言高效快速. 甚至Python拥护者们会告诉你Python不...
阅读全文
摘要:How to compile pycrypto 2.4.1 (python 3.2.2 for Windows 7x64)Nov 10Posted byaleskThis note is a variation ofnotethat talks about compiling cx_Oracle m...
阅读全文
摘要:公司需要纸币器开发,参考纸币器文档和网上的一篇vb版本,代码如下:# -*- coding:utf-8 -*-# Author: Pete Yim# Date : 13-7-31import threadingimport serialfrom time import sleepGLOBAL_COUNT = 0GLOBAL_OUT_INIT_NUM = 0GLOBAL_OUT_CHECK_NUM = 0COMMAND_INIT_FLAG = FalseCOMMAND_CHECK_FLAG = FalseCOMMAND_OUTPUT ...
阅读全文
|