摘要:
time time — Time access and conversions — Python 3.10.0 documentation import time # 1970-01-01 00:00:00 到现在经过了多少秒 print(time.time()) # 返回一个时间元组 print( 阅读全文
摘要:
Cython 这个是把python转成C,然后编译成机器码,加密效果最好。 感觉用这个也可以,把部分关键模块加密就行。 PyInstaller What PyInstaller Does and How It Does It — PyInstaller 4.5.1 documentation 好像只 阅读全文