11 2021 档案

摘要:adb环境配置不需要先配置好jdk,然后配置adb环境,才能命令行运行adb https://blog.csdn.net/shengmer/article/details/79027828 https://blog.csdn.net/weixin_39607090/article/details/1 阅读全文
posted @ 2021-11-06 15:32 钢与铁 阅读(70) 评论(0) 推荐(0) 编辑
摘要:--local util={}--function util.Split(str, sep)-- local sep, fields = sep or ":", {}-- local pattern = string.format("([^%s]+)", sep)-- str:gsub(patter 阅读全文
posted @ 2021-11-03 19:18 钢与铁 阅读(54) 评论(0) 推荐(0) 编辑
摘要:1、并发方面(长短连接为什么同时存在?分流?减小并发压力?) 2、维持长连接需要耗费更多资源,短连接的发起过程耗时间会比较慢 https://www.zhihu.com/question/22677800 阅读全文
posted @ 2021-11-03 16:25 钢与铁 阅读(281) 评论(0) 推荐(0) 编辑