11 2021 档案

摘要:https://blog.csdn.net/ruredfive/article/details/114673165 阅读全文
posted @ 2021-11-25 13:50 hyd666kkk 阅读(189) 评论(0) 推荐(0)
摘要:list 的 sort 方法返回的是对已经存在的列表进行操作,而内建函数 sorted 方法返回的是一个新的 list,而不是在原来的基础上进行的操作( a.sort(reverse=True), b = sorted(a, reverse=False) ) #!/usr/bin/env pytho 阅读全文
posted @ 2021-11-24 18:27 hyd666kkk 阅读(171) 评论(0) 推荐(0)
摘要:adb start-server adb kill-server adb install 路径 adb uninstall 包名 adb shell pm list packages 查看当前设备所有包名 adb shell pm list packages -3 查看当前设备自己安装的第三方app 阅读全文
posted @ 2021-11-22 13:40 hyd666kkk 阅读(80) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/liyuanhong/articles/11376302.html 阅读全文
posted @ 2021-11-19 14:11 hyd666kkk 阅读(574) 评论(0) 推荐(0)
摘要:环境:Windows7/10方法:创建pip.ini文件在如下路径C:\Users\Administrator\pip\pip.inipip.ini内容如下: [global]index-url = https://pypi.tuna.tsinghua.edu.cn/simple[install]t 阅读全文
posted @ 2021-11-17 16:15 hyd666kkk 阅读(334) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-16 17:37 hyd666kkk 阅读(56) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_39840635/article/details/118063109 https://www.cnblogs.com/suancaipaofan/p/14087153.html https://www.cnblogs.com/du-hong/ 阅读全文
posted @ 2021-11-04 11:06 hyd666kkk 阅读(34) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_43871519/article/details/111480304 阅读全文
posted @ 2021-11-02 14:34 hyd666kkk 阅读(151) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/RFGeP2wFtGDfzNHJBk9NYg 阅读全文
posted @ 2021-11-02 09:09 hyd666kkk 阅读(22) 评论(0) 推荐(0)