摘要: 如题:先加载API 要点:毫秒级时间戳只是在秒级时间戳后面多了当前时间得三位毫秒数。 代码: Public Declare Function timeGetTime Lib "winmm.dll" () As Long Public Function GetUnixTime_ms() As Stri 阅读全文
posted @ 2018-05-11 11:10 PengRay 阅读(4757) 评论(0) 推荐(0)
摘要: WebApi Post 阅读全文
posted @ 2018-04-18 17:20 PengRay 阅读(494) 评论(0) 推荐(0)
摘要: 前几天卸载了office,之后再打开程序就提示“该部件的许可证信息没有找到”,处理办法:修复安装下vb6.0即可解决。 阅读全文
posted @ 2018-04-02 15:51 PengRay 阅读(1414) 评论(0) 推荐(0)
摘要: 2018-03-21 15:05:00 [twisted] CRITICAL:Traceback (most recent call last): File "c:\python36\lib\site-packages\twisted\internet\defer.py", line 1386, i 阅读全文
posted @ 2018-03-21 15:12 PengRay 阅读(644) 评论(0) 推荐(0)
摘要: 安装 suds 时提示 ModuleNotFoundError: No module named 'client' ,没有模块叫 client 的。 需要先安装 client ,然后再安装 suds 。 pip install client pip install suds 阅读全文
posted @ 2018-03-20 10:25 PengRay 阅读(3029) 评论(0) 推荐(0)
摘要: XML处理: pip3 install lxml 文本处理:pip3 install requests OpenSSL:pip3 install pyOpenSSL twisted:https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted 下载 Twis 阅读全文
posted @ 2018-01-25 11:45 PengRay 阅读(455) 评论(0) 推荐(0)