10 2020 档案

摘要:王会喜 常见python面试题-手写代码系列 1.如何反向迭代一个序列 #如果是一个list,最快的方法使用reversetempList = [1,2,3,4]tempList.reverse()for x in tempList: print x #如果不是list,需要手动重排templist 阅读全文
posted @ 2020-10-19 15:37 kimiandkevin 阅读(85) 评论(0) 推荐(0) 编辑
摘要:package.path = "../src/?.lua"local Base64 = require("src_base64")//API infowrk.method = "POST"wrk.body = ""wrk.headers["Content-Type"] = "application/ 阅读全文
posted @ 2020-10-13 13:52 kimiandkevin 阅读(184) 评论(0) 推荐(0) 编辑
摘要:lua:https://www.runoob.com/lua/lua-modules-packages.html python学习: https://www.liaoxuefeng.com/wiki/1016959663602400/1017106984190464 https://python3- 阅读全文
posted @ 2020-10-13 10:15 kimiandkevin 阅读(59) 评论(0) 推荐(0) 编辑
摘要:pip install numpy 时 报错: Traceback (most recent call last): File "d:\python\lib\site-packages\pip\_vendor\urllib3\response.py", line 437, in _error_cat 阅读全文
posted @ 2020-10-12 18:37 kimiandkevin 阅读(4145) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示