02 2017 档案

摘要:开门见山 python下的编译命令其实很简单: python -m py_compile file.py python -m py_compile /home/dylan/trunk/src/{file1,file2}.py 编译成pyc文件。 当然也可以写成脚本来做这件事: import py_c 阅读全文
posted @ 2017-02-04 14:15 dylangeng 阅读(10113) 评论(0) 推荐(0)