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