知行合一

恋結びの夏 私は、彼女

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  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... 阅读全文
posted @ 2015-05-15 16:16 PeteYan 阅读(3425) 评论(0) 推荐(0)

摘要:第一部分阅读Zen of Python,在Python解析器中输入import this. 一个犀利的Python新手可能会注意到"解析"一词, 认为Python不过是另一门脚本语言. "它肯定很慢!"毫无疑问:Python程序没有编译型语言高效快速. 甚至Python拥护者们会告诉你Python不... 阅读全文
posted @ 2015-03-10 19:22 PeteYan 阅读(189) 评论(0) 推荐(0)

摘要: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... 阅读全文
posted @ 2015-02-08 14:02 PeteYan 阅读(307) 评论(0) 推荐(0)

摘要:公司需要纸币器开发,参考纸币器文档和网上的一篇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 ... 阅读全文
posted @ 2013-09-27 13:27 PeteYan 阅读(712) 评论(0) 推荐(0)